Author:
Sam Lantinga, Roy Wood and Masahiro Minami
Documentation:
http://jcatki.no-ip.org:8080/SDL_net/
Source:
SDL_net-1.2.7.tar.gz
SDL_net-1.2.7-1.src.rpm
SDL_net-1.2.7.zip
SDL_net-1.2.7.sea.bin
Subversion Repository:
http://svn.libsdl.org/trunk/SDL_net
Binary:
Linux
SDL_net-1.2.7-1.i386.rpm
SDL_net-devel-1.2.7-1.i386.rpm
Win32
SDL_net-1.2.7-win32.zip
SDL_net-devel-1.2.7-VC8.zip
MacOS X
SDL_net-1.2.7.dmg
MacOS Classic
SDL_net-devel-1.2.7-PPC.sea.bin
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.