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.