Skip to content

daniel-petrovic/UdpReceiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UdpReceiver

Simple udp receiver based on boost::asio

Waits for udp packets on provided ports and prints out received packets along with timestamp.

Compilation:

mkdir build && cd build

conan install ..

cmake ..

cmake --build .

Usage:

./UdpReceiver <port 1> <port 2> <port 3> ...

For ex.

./UdpReceiver 1234 2345 3456

will wait for udp packets on ports 1234 2345 and 3456.

About

Simple udp receiver based on boost::asio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages