/udp_project

UDP Project(in progress)

Primary LanguageC++MIT LicenseMIT

UDP project

Here is my attempt to implement well-formed, reusable
and effective solution related to SIP and RTP

The most interesting part now is basic_udp_io.hpp

Usage showed in 'client' and 'server' folders

Dependencies:

  • boost::asio

Building

For this purpose I created simple Makefiles
Just type 'make opt' if you want to try release version