LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Embedded & Single-board computer (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/)
-   -   Books on Socket Programming in C and HOWTO? (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/books-on-socket-programming-in-c-and-howto-761748/)

sunr2007 10-14-2009 01:21 AM

Books on Socket Programming in C and HOWTO?
 
Dear all,
can someone suggest me any good books to get started with socket programming in C . i use a ARM 9 based AT91SAM9261 board. and related links would be helpful . i tried googling but wasnt sure which one to choose.
warm regards,
Ravi Kulkarni

cyent 10-14-2009 05:47 PM

Quote:

Originally Posted by sunr2007 (Post 3718498)
Dear all,
can someone suggest me any good books to get started with socket programming in C . i use a ARM 9 based AT91SAM9261 board. and related links would be helpful . i tried googling but wasnt sure which one to choose.
warm regards,
Ravi Kulkarni

THE book in this category has to be
http://www.kohala.com/start/toc.unpv12e.html

UNIX Network Programming, Volume 1, Second Edition: Networking APIs: Sockets and XTI, by WR Stevens.

sunr2007 10-15-2009 12:17 PM

Quote:

Originally Posted by cyent (Post 3719488)
THE book in this category has to be
http://www.kohala.com/start/toc.unpv12e.html

UNIX Network Programming, Volume 1, Second Edition: Networking APIs: Sockets and XTI, by WR Stevens.

Thanks very much. It would be very helpful if u pass on any link to download PDF of that file. I would be greatful to u .
warm regards,
Ravi Kulkarni.

cyent 10-15-2009 03:46 PM

Quote:

Originally Posted by sunr2007 (Post 3720520)
Thanks very much. It would be very helpful if u pass on any link to download PDF of that file. I would be greatful to u .
warm regards,
Ravi Kulkarni.

Ah. You want a free book.

A slightly different question.

Here's a fairly old resource..
http://tldp.org/LDP/lpg/index.html

http://www.cs.cf.ac.uk/Dave/C/

Read the books but check the current man pages.

theNbomr 10-23-2009 10:48 AM

There is the ubiquitous Beej's Guide to Network Programming, which seems to be down right now, but I did find this PDF version of his very good tutorial on socket programming.
--- rod.

cyent 10-26-2009 03:16 PM

Quote:

Originally Posted by theNbomr (Post 3729959)
There is the ubiquitous Beej's Guide to Network Programming, which seems to be down right now, but I did find this PDF version of his very good tutorial on socket programming.
--- rod.

Didn't know about that one.... but a little URL hackery got me to...

http://www.beej.us/guide/bgnet/


All times are GMT -5. The time now is 01:39 PM.