The purpose of this library is to provide an extremely lightweight Objective-C Cocoa interface to BSD sockets.
Other such libraries exist, such as The Omni Group's excellent OmniNetworking framework. However, OmniNetworking may be more overhead than you want if you are not using the remainder of the Omni Frameworks.
The goal of SmallSockets is to provide a complete and robust sockets wrapper in as few files as practical, with no dependencies on anything other than what comes on the Mac OS X Developer CD.
Full source code, as well as sample applications, is included.
Download:
You can download, submit bugs, make feature suggestions, and so on, at the SmallSockets Home Page on SourceForge
Current version: 0.6.0 (October 21, 2001) [Download]
Who's using SmallSockets?
If you're using SmallSockets in an application, email me to get on this list!
manThor by Stefan Lange-Hegermann
License
SmallSockets is copyright © 2001 Steven Frank
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation (and/or about box) would be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
New to Cocoa? Visit CocoaDev, a collaborative environment for learning Cocoa programming!