Alternative to wxSocket but not boost ...

CodeLite installation/troubleshooting forum
valiyuneski
CodeLite Enthusiast
Posts: 40
Joined: Fri Jul 11, 2008 11:13 pm
Contact:

Alternative to wxSocket but not boost ...

Post by valiyuneski »

Hi Eran,

Can you by any chance suggest what would you use as an alternative to wxSocket (which produces a lot of problems)
aside BOOST.ASIO which is too heavy in my humble opinion ?
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Alternative to wxSocket but not boost ...

Post by eranif »

I wrote a small wrapper around ZeroMQ https://github.com/eranif/ZeroMQCxxAPI
You might want to have a look at it.
Or you can have a look at my socket wrapper in codelite sources https://github.com/eranif/codelite/tree ... /SocketAPI

Eran
Make sure you have read the HOW TO POST thread
petah
CodeLite Expert
Posts: 231
Joined: Sat Nov 24, 2012 8:04 pm
Genuine User: Yes
IDE Question: c++
Location: Los Angeles
Contact:

Re: Alternative to wxSocket but not boost ...

Post by petah »

I use ASIO/non-Boost, which uses C++11, it works great on Linux, Win, OSX and even iOS. It's a header-only implementation.

http://www.think-async.com

I suggest getting the code directly from git.

cheers,

-- p
main: Debian Jessie x64 + custom wxTrunk
Post Reply