Where can a get a library for programming sockets?



Where can a get a library for programming sockets?..

Answer / chaitanya

There is the Simple Sockets Library by Charles E. Campbell, Jr. PhD. and Terry McRoberts. The file is called ssl.tar.gz, and you can download it from this faq's home page. For c++ there is the Socket++ library which is on ftp://ftp.virginia.edu/pub/socket++-1.10.tar.gz. There is also C++ Wrappers. The file is called ftp://ftp.huji.ac.il/pub/languages/C++/. Thanks to Bill McKinnon for tracking it down for me! From http://www.cs.wustl.edu/~schmidt you should be able to find the ACE toolkit. PING Software Group has some libraries that include a sockets interface among other things.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix Socket Programming Interview Questions

Can multiple clients connect to same socket?

0 Answers  


How can I set the timeout for the connect() system call?

0 Answers  


What is difference between socket and websocket?

0 Answers  


How do I use TCP_NODELAY?

0 Answers  


Why does the sockets buffer fill up sooner than expected?

0 Answers  






How can I find the full hostname (FQDN) of the system I am running on?

1 Answers  


What is active unix domain sockets?

0 Answers  


How are unix domain sockets implemented?

0 Answers  


How would I put my socket in non-blocking mode?

1 Answers  


What pieces of information make up a socket?

0 Answers  


Can multiple sockets use the same port?

0 Answers  


How does a socket work?

0 Answers  


Categories