Merge branch 'master' of git.ucc.asn.au:/matches/honours
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / Networking / Simple / info.txt
1 These two programs demonstrate the use of the CSocket class. They are both \r
2 command line programs, to make them easier to understand.\r
3 \r
4 Server.cpp\r
5 ----------\r
6 This is a simple TCP server. It accepts a connection from a single TCP\r
7 client, with which it can exchange data. For simplicity, the server\r
8 is hardwired to the loopback address, allowing the server and client to\r
9 be tested on the same machine.\r
10 \r
11 This program takes advantage of the notification events to detect when\r
12 there is data on the socket to be received.\r
13 \r
14 Client.cpp\r
15 ----------\r
16 This is the TCP client which connects to the server. The server must \r
17 be running before the client is started for the client to connect.\r
18 \r
19 This program also takes advantage of the notification events to detect when\r
20 there is data on the socket to be received.\r
21 \r

UCC git Repository :: git.ucc.asn.au