Start with SDLnet

Hi.
Is there any short but highly instructive examples of using the SDLnet
library? Or tutorial…
I’m thinking about creating a very small text-only messaging program and
need some help on how to use SDLnet. The clients should send their messages
to a central server.
If you have ideas or suggestions on how to do it, please let me know.

Is there any short but highly instructive examples of using the SDLnet
library? Or tutorial…

I think that the SDL_Net package contains some example…

Maybe you can look Bob Pendleton’s Net2 library:
http://www.gameprogrammer.com/net2/net2-1.html
it’s a second layer library (over SDL_Net) that is event-driven
and much simpler…–
SkunkGuru.

I wrote a very simple chat routine using SDL_Net, you can get it at

Not the cleanest code, I built it as part of a larger project that I
dropped, but it might give you what you want.

Troy.On 7/15/05, SkunkGuru wrote:

Is there any short but highly instructive examples of using the SDLnet
library? Or tutorial…

I think that the SDL_Net package contains some example…

Maybe you can look Bob Pendleton’s Net2 library:
http://www.gameprogrammer.com/net2/net2-1.html
it’s a second layer library (over SDL_Net) that is event-driven
and much simpler…


SkunkGuru.


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Troy Pichelman
@Troy_Pichelman