| Description |
Sock Term 1.0 is a TCP/IP tool which can assist in
debugging client/server communications. It can be used as TCP Server or
Client to debug TCP/IP programs. Sock Term transmits data line-byline.
For Example in Server Mode Sock Term can act like a SMTP server by
listening on a predefined port. User can send responses back to client
from Sock Term. Sock Term can also be used as client, in which case it
acts like a telnet program except that you can scroll back to see
previous output. Acknowledgements: Sock Term is my implementation of a
similar tool developed by Jem Berkes (http://www.pc-tools.net/). I have
taken up this as personal project to learn Win32 SDK and Winsock. I
used lcc-win32 compiler by Jacob Navia
(http://www.cs.virginia.edu/~lcc-win32/) for writing this software. |