Skip to content

A server using source port of UDP packets to transfer a message payload

Notifications You must be signed in to change notification settings

rtomaszewski/udptx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

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

No packages published