Maximsiv1410 / udp_project

UDP Project(in progress)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

UDP Project(in progress)

License:MIT License


Languages

Language:C++ 97.4%Language:QMake 2.0%Language:Makefile 0.7%