Multi-socket asynchronous help!

Millsy2000

New member
Joined
Mar 8, 2010
Messages
1
Programming Experience
1-3
Hello everyone,

I am trying to get a socket program working, I found an example over the internet and used that and i was able to see one socket, the only trouble I now have is that I need to use multiple sockets and read the data back.

I have an ip address (192.168.0.115) and I need to read the following ports on this ip address 10001-10010 and constantly read them for information.

I have looked around the internet but I can't find any good examples, can anyone point me in the right direction or have any sample code for the problem that I am having?
 
Back
Top