-
Notifications
You must be signed in to change notification settings - Fork 1
rtomaszewski/udptx
Folders and files
Name | Name | Last commit message | 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
About
A server using source port of UDP packets to transfer a message payload
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published