Description

Simple winsock sample - a client and a server

Installing

Unzip contents of the archive to a separate subdirectory.

Files

Client files:
resource.h		- header file for the client resource file
client.mak		- client makefile
client.cpp		- client main source
client.rc		- client resource file
client.exe		- client executable

Server files:
resource_s.h		- header file for the server resource file
server.mak		- server makefile
server.cpp		- server main source
server.rc		- server resource file
server.exe		- server executable

Common files:
readme.txt		- this file
comlib.h		- common functions header
comlib.cpp		- common functions implementation
lgpl.txt
gpl.txt     - GPL licenses

Building

If mingw32 and all the other tools are installed properly, all you have to do is type make -f client.mak or make -f server.mak from the command line.

Author

Antti Markus (antti@chemnet.ee)