|
Socket Programming |
Previous Top Next |
Title |
Description |
Link |
Appendix C: Error Reference
by Bob Quinn and Dave Shute |
This is a hypertext version of Appendix C in the text Windows Sockets Network Programming, by Bob Quinn and Dave Shute. It contains a detailed description of all the errors defined by the WinSock specification, with suggestions on how to deal with them when they occur in an application. |
|
Introduction to Sockets
by Chad Z. Hower |
This article is an introduction to socket (TCP/IP sockets) concepts. It's not meant to be a complete coverage of all socket topics; it's meant as a primer to educate the reader at a level at which socket programming can be easily communicated |
|
What is TCP/IP?
by Shiv Kumar |
What is TCP/IP? |
http://www.matlus.com/scripts/website.dll/Tutorials?DelphiTCPIP&TCPIPWhatIs&1 |
What is TCP/IP? Part 1
by Shiv Kumar |
Part 1- Understanding Client / Server |
http://www.matlus.com/scripts/website.dll/Tutorials?DelphiTCPIP&FirstTCPIP&2 |
What is TCP/IP? Part 2
by Shiv Kumar |
Part 2 - Building the telnet client for the server |
http://www.matlus.com/scripts/website.dll/Tutorials?DelphiTCPIP&TCPIPSimple&3 |
What is TCP/IP? Part 3
by Shiv Kumar |
Part 3 - Building the Server for the Telnet Client |
http://www.matlus.com/scripts/website.dll/Tutorials?DelphiTCPIP&TCPIPDataClient&4 |