Client server
From Computerscience
(Difference between revisions)
(2 intermediate revisions not shown) | |||
Line 6: | Line 6: | ||
The Sockets [http://www.sockets.com./ website] has more information | The Sockets [http://www.sockets.com./ website] has more information | ||
+ | |||
+ | Another daytime client and [http://www.mail-archive.com/haifux@haifux.org/msg02793.html server] | ||
+ | |||
+ | Introduction to network functions in [http://shoe.bocks.com/net/ C] | ||
+ | |||
+ | Interface [http://beej.us/guide/bgnet/ simple] guide |
Current revision as of 19:31, 12 November 2008
The Book we used last year covers alot of the stuff for this year
Here is the website for the additional information.
The Appendices has more information including C which covers sockets.
The Sockets website has more information
Another daytime client and server
Introduction to network functions in C
Interface simple guide