rtomaszewski/udptx
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This program is a simple demonstration of an idea how to sent data over network using the UDP as transport protocol. The data is transferred and encoded within the UDP datagrams using the UDP source port value. All UDP datagrams carry empty payload. For more info please check my blog: http://rtomaszewski.blogspot.com/search/label/udptx --- compilation --- ./gcc -o server server.c --- to run the server --- ./server --- to run the client --- ./client.sh