Client server
From Computerscience
(Difference between revisions)
Line 11: | Line 11: | ||
Introduction to network functions in [http://shoe.bocks.com/net/ C] | 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