Skip to content

juanvallejo/udp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UDP Server

Simple udp server in c. Listens to all addresses on port 14552.

###Compiling

To compile using gcc, simply type

gcc -o udp udp.c

This will compile to a file named udp.

###Running

On unix-based environments, simply type

./udp

###Testing

This program comes with a node.js test client. You must have Node.js installed and configured. To run, make sure the udp server has been started, and type

node udp.js sample message here

You can replace <sample message here> with any message of your choice.

About

Sample udp server in c

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published