I would like to be able to send data across the internet using sockets...
The idea is to have multiple "clients" sending to one receiver station.
Just testing on a local system (using IP 127.0.0.1) I can only seem to get one connection working using the sample file in FWH\Samples.
Can someone please give me a sample of how I would do multiple connections?
Also, is there a limit on the number of connections that can be made at one time?