Click to See Complete Forum and Search --> : Simple networking library


paulb
01-29-2002, 10:35 PM
What is the linux alternitive to the windows 'winsock' control?

Gnu/Vince
01-29-2002, 10:39 PM
Well, Python has socket, which is pretty simple and yet powerful.

Strike
01-30-2002, 01:07 AM
Yes, you just want regular old sockets.

paulb
01-30-2002, 07:00 PM
Is there anything for C?

Stuka
02-01-2002, 01:43 PM
paulb-
Do a Google (http://www.google.com) search for "Beej's Guide to Network Programming" - it explains Linux socket programming, in C.

paulb
02-03-2002, 08:44 PM
Thanks