OSDN Git Service

Performance improvements. Now offers pre-buffering
[syncr/master.git] / CocoaAsyncSocket / CocoaAsyncSocket-5.1 / EchoServer / readme.txt
1 First, build and run the EchoServer.
2 You can set it to run on a specific port, or allow to pick an available port.
3 Now start the echo server.  It will output the port it started on.
4
5 You can now use telnet to connect to the echo server and test it.
6 Using the Terminal (/Applications/Utilities/Terminal.app)
7 type in the following:
8 telnet localhost [port]
9
10 where "[port]" is replaced by the port the Echo server is running on.
11
12 Type in anything you want, and hit return.
13 Whatever you typed in will be displayed in the Echo Server, and echoed back to you.
14
15 To end your telnet session hit Ctrl-], and type "quit".