Friday, March 6, 2009

Client Server Documentation

You may refer to this documentation to aid your basic understanding in programming client and server based applications.

Beej’s Guide to Network Programming

4 comments:

  1. this site give more explanation on SOCK_STREAM and SOCK_DGRAM :

    http://www.cs.utah.edu/dept/old/texinfo/glibc-manual-0.02/library_15.html#SEC244

    ReplyDelete
  2. or can try this..
    socket()--Create Socket:

    http://publib.boulder.ibm.com/iseries/v5r1/ic2924/info/apis/socket.htm

    ReplyDelete
  3. this site also very helpful:

    http://msdn.microsoft.com/en-us/library/aa926768.aspx#

    ReplyDelete