Begining socket programming in Windows and UNIX (LINUX) - Tutorial and 2 source code server examples
Alright. So you decided that coding a stand alone application is cool enuff, but then again, the possibilities are limited. Now you want to cut the chase and start writing some real deal code where you make your computer bug other computers on a network (Internet for example). Well, thats what you need sockets for. Sockets are channels of communication between two or more computers. With socket code, you will be able to write clients (such as email clients, web browsers, news readers, etc) as well as servers (http, ftp, smtp, pop, irc, nntp, and so on). How cool is that? way! Well, what are you waiting for? Lets start digging our sockets. Note: To try out the servers whose source code is included, connect to the ip address and port the server is running via a regular telnet client.
AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
Upload