The Simple Sockets Library makes sockets easy to use and comes as public domain source code. It resembles C's file I/O, uses whatever port is available, has named servers and port reuse, streaming/blocking sockets used, polling support, blocking/selection support via numerous functions, timeout control and firewall support.
| Tags | Communications Internet Scientific/Engineering Software Development Libraries |
|---|---|
| Licenses | Freeware Public Domain |
| Operating Systems | Windows Windows Windows Windows POSIX Linux |
| Implementation | C C++ |
- All comments
Recent commentsNice piece of code :-)
I use this library for few applications on Linux (Suse 9.2) and Windows (XP and 2000) with only small modifications. It speeds up my development and works great. Thank you.
Re: Excellent Idea!
> I've been looking for some months for a
> library that would make socket
> programming easier and more uniform. A
> big "thank you" to the authors
> of this library for a wonderful
> contribution to the development
> community.
anthony m saffer exposed
http://websiteripoffs.com
check it out anthony
Excellent Idea!
I've been looking for some months for a library that would make socket programming easier and more uniform. A big "thank you" to the authors of this library for a wonderful contribution to the development community.