In my project I need a dedicated server that dispatches the streams over to multiple clients.
More specificly, I\'ve a callback function that gets called to gather t
I think you should check communication through network sockets.
There is no network concept in C++, so you have to rely on your system API or libraries ( as boost.asio for instance )