[Plib-cvs] plib/examples/src/net/net_echo README,NONE,1.1
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-03-21 17:51:23
|
Update of /cvsroot/plib/plib/examples/src/net/net_echo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14241/plib/examples/src/net/net_echo Added Files: README Log Message: Cleaned up some name-space pollution, added readme's for examples. --- NEW FILE: README --- This is a simple example server that reads lines of text from the client and echoes them back. An echo server is usually running on TCP port 7 of Unix machines. Start it running someplace on your network, then use 'telnet' to connect to it on port 8000: telnet localhost 8000 ...notice that you can open multiple telnet sessions - and the server echoes the right data back to the right client. You can choose a port number other than 8000 by putting it on the command line of the echo server. |