I wanna make a UDP comunication between two or more computers using c++ on linux
- by HMojtaba
Hi every one!
I really need to make this connection throw wireless (or lan ethernet).
I have done this on windows (VS2008 C#, sockets), but here on linux (ubuntu 10.04)
I have installed mono, and i can handle many things there, but it's speed is unacceptable for my 600MHz processor.
so i decided to move on c++, but i'm new to c++ and i'm not familiar to many of it's headers.
Is there any header or any library which can do that for me?
thanks