This is a discussion on network programming pre-newbie: tips? within the Linux Networking forums, part of the Linux Forums category; I'm thinking of starting to learn how to write programs to run on linux which deal with networking. Can ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I'm thinking of starting to learn how to write programs to run on linux
which deal with networking. Can anyone give me some pointers and some advice on what's the best way to learn linux network programming? Thanks in advance Rui Maciel -- Running Kubuntu 5.10 with KDE 3.5.2 and proud of it. jabber:rui_maciel@jabber.org |
|
|||
|
> Can anyone give me some pointers and some
> advice on what's the best way to learn linux network programming? Start here .... http://www.cse.buffalo.edu/~milun/unix.programming.html For off-line reader like me, download this excellent guide ... http://beej.us/guide/bgnet/ And last but not the least, try googling with these keywords "network programming" +linux "socket programming" +linux You'll get plenty of pre-newbie tips! GCC is your default compiler. Should you google with client.c or server.c ,most of the examples are in C language. For IDE like eclipse, Anjuta and others, try here at http://linuxmafia.com/faq/Devtools/ides.html. The early bible for this subject is R.Stevens "Unix Network Programming". -- Raqueeb Hassan Bangladesh |