网络库

1. ACE - Adaptive Communication Environment http://www.cs.wustl.edu/~schmidt/ACE.html
2. Common G++ (GNU) http://www.gnu.org/software/commoncpp/
3. Socket++ version 1.11 http://www.cs.utexas.edu/users/lavender/courses/socket++/
4. Socket++ version 1.12+ http://www.linuxhacker.at/socketxx
5. SocketMan http://web.media.mit.edu/~kbrussel/SocketMan/
6. Skstream - IOStream based socket library http://www.worldforge.org/dev/eng/libraries/skstream
7. SimpleSocket - http://home.hetnet.nl/~lcbokkers/simsock.htm
8. PTypes - C++ Portable Types Library (includes multithreading and networking) http://www.melikyan.com/ptypes
9. OpenTransport - The Classic MacOS networking API; much different from Sockets, but should be considered during design phase
10. CPPSocket - http://sourceforge.net/projects/cppsocket
11. C++ Sockets Library - ht tp://www.alhem.net/Sockets/
12. socketstream http://socketstream.sourceforge.net/
13. DTILib http://www.dtilib.dk/
14. Qts network module. http://doc.trolltech.com/4.1/qtnetwork.html
15. Poco http://pocoproject.org/
16. NetClass http://netclass.sourceforge.net/
17. FEDLibrary http://sourceforge.net/projects/fedlibrary/
18. C++ Stream Compatible TCP/IP Sockets http://sourceforge.net/projects/cpp-sockets/
19. Asio http://asio.sourceforge.net or http://think-async.com/Asio/

你可能感兴趣的:(网络库)