View Full Version : Linux Network Programing
Unregistered
07-17-2002, 01:38 AM
I was wondering about what to use and any tutorials on linux network programing
raimo
07-17-2002, 05:26 AM
Type on Linux command prompt:
man 2 socket
man 7 socket
or type man socket -a and 'q' as many times as needed to get an interesting page. sys/socket.h is the header needed.
There are also libraries to use sockets which work both in windows and unix like Common C++ (http://www.voxilla.org/projects/projape.html).
Socket programming HOWTO (http://py-howto.sourceforge.net/sockets/sockets.html) is Python related document.
Beej's Guide to Network Programming:
http://www.ecst.csuchico.edu/~beej/guide/net/
onurak
07-27-2002, 06:08 AM
at www.cpp-home.com there are some tutorials about c++ network programming
vBulletin® v3.7.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.