linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* connecting to a hoast
@ 2004-09-12 21:04 Ameer Armaly
  2004-09-13  7:16 ` John T. Williams
  2004-09-13  8:03 ` Ron Michael Khu
  0 siblings, 2 replies; 5+ messages in thread
From: Ameer Armaly @ 2004-09-12 21:04 UTC (permalink / raw)
  To: linux-c-programming

Hi all.
I was wondering, where is a step by step instructions to connect to a 
hoast?
The documentation seems very cryptic, and doesn't give directions.


^ permalink raw reply	[flat|nested] 5+ messages in thread
* RE: connecting to a hoast
@ 2004-09-13 16:09 Huber, George K RDECOM CERDEC STCD SRI
  0 siblings, 0 replies; 5+ messages in thread
From: Huber, George K RDECOM CERDEC STCD SRI @ 2004-09-13 16:09 UTC (permalink / raw)
  To: linux-c-programming


>Hi all.
>I was wondering, where is a step by step instructions to connect to a
hoast?
>The documentation seems very cryptic, and doesn't give directions.

There are several online tutorial for network programming (beej for
example),
however if you intend to do a lot of network programming, I would recommend
reading one or more of the following books:

1. Unix Network Programming vol 1 and 2 by W. Richard Stevens

   N.B. - volume one was recently updated by Bill Fenner and Andrew M Rudoff

          after Stevens death.

   volumn 1 covers Sockets and XTI programming.  Lots of examples and
details 
   volume 2 covers interprocess communications

2. Internetworking with TCP/IP vol 1 -3 by Douglas Comer and David Stevens

   volume 1 covers the protocols and architecture
   volume 2 covers the implementation of the network stack and protocols
   volume 3 covers client-server programming.  There are seperate volumes 
            for most of the popular operating systems.

3. TCP/IP Illustrated, vol 1 - 3 by W. Richard Stevens
   volume 1 is a detailed coverage of the protocols and how they work
   volume 2 is a line by line code walkthrough for the TCP stack of 4.4BSD
   volume 3 covers transaction based communications and UNIX domain
protocols

3. Linux Socket Programming by Sean Walton

4. Effective TCP/IP Programming: 44 Tips to Improve Your Programming,
   Jon C. Snader

   Lots of useful tips to improve you code.

George


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-09-13 16:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-12 21:04 connecting to a hoast Ameer Armaly
2004-09-13  7:16 ` John T. Williams
2004-09-13  8:35   ` John T. Williams
2004-09-13  8:03 ` Ron Michael Khu
  -- strict thread matches above, loose matches on Subject: below --
2004-09-13 16:09 Huber, George K RDECOM CERDEC STCD SRI

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).