Documentation:
http://jcatki.no-ip.org:8080/SDL_net/ and on this site.
Source:
SDL_net-1.2.8.tar.gz
SDL_net-1.2.8-1.src.rpm
SDL_net-1.2.8.zip
Mercurial Repository:
http://hg.libsdl.org/SDL_net/
Binary:
Linux
SDL_net-1.2.8-1.i386.rpm
SDL_net-devel-1.2.8-1.i386.rpm
SDL_net-1.2.8-1.x86_64.rpm
SDL_net-devel-1.2.8-1.x86_64.rpm
Windows
SDL_net-1.2.8-win32.zip
SDL_net-1.2.8-win32-x64.zip (64-bit Windows)
SDL_net-devel-1.2.8-VC.zip
MacOS X
SDL_net-1.2.8.dmg (Intel 10.5+)
Requires:
The latest stable release of SDL 1.2, and GUIlib for the example program
Runs on:
All platforms supported by SDL
Description:
This is a small sample cross-platform networking library,
with a sample chat client and server application. The chat client uses the
GUIlib GUI framework library.
Instructions:
Unpack and build. Run "chatd" to start the server,
and clients can chat with each other by running "chat host",
where host is the hostname of the system running the server.
Changes:
1.2.8: * SDL_net is now under the zlib license * SDL_net framework on OSX is built for Intel 10.5 and newer, PowerPC binaries can be built by modifying the Xcode project * Added the definition for INADDR_LOOPBACK * Added an Xcode project for iOS * SDL_net is now under the zlib license * Added SDLNet_UDP_SetPacketLoss() to simulate random packet loss * Added SDLNet_GetLocalAddresses() to query local interfaces * Removed obsolete OpenTransport code * Added Android.mk to build on the Android platform * Fixed to compile cleanly with g++ * Fixed the code to use socklen_t where appropriate * Added pkg-config support * Fixed C++ compilation with -Wold-style-cast * Enable multicast receiving on 224.0.0.1 on Windows (already worked on UNIX) Thanks to these people and many others for their help on this release: C.W. Betts, Evan Nemerson, Matthew Mondor, esigra