An Introduction to Socket Programming
(by) Reg QuintonThese course notes are directed at Unix application programmers who want to develop client/server applications in the TCP/IP domain (with some hints for those who want to write UDP/IP applications). Since the Berkeley socket interface has become something of a standard these notes will apply to programmers on other platforms.
Fundamental concepts are covered including network addressing, well known services, sockets and ports. Sample applications are examined with a view to developing similar applications that serve other contexts. Our goals are
- to develop a function, tcpopen(server,service), to connect to service.
- to develop a server that we can connect to.
CLICK HERE
No comments:
Post a Comment