Does anyone know how to develop a program that listens to a port and when a messages arrives at that port, it does something?
Thanks in advance.
Sent via Deja.com http://www.*-*-*.com/ Before you buy.
Wed, 18 Jun 1902 08:00:00 GMT
David Whitma #2 / 2
Listen to TCP/IP PORT
Quote:
>Does anyone know how to develop a program that listens to a port and >when a messages arrives at that port, it does something?
>Thanks in advance.
We have a couple of items which will help give you a step in the right direction: a tutorial on TCP/IP programming which explains how to listen on a port and respond to connections to that port. In addition, we have a freeware product called SocketWrench, which is featured in this tutorial. Both the tutorial, "An Introduction to TCP/IP Programming," and the SocketWrench control are bundled together in the same package and can be downloaded at