Reputation: 80222
I'm developing C# software to talk to a 3rd party socket based server, "socketServer.exe".
There is an existing demo program that I can run which will let me do basic things, such as connect to "socketServer.exe" on localhost, port 5009, and grab some data.
What utility do you recommend to:
Upvotes: 0
Views: 595
Reputation: 92
Try nettool @ http://nettool.sourceforge.net/
Hope this helps. Johan
Upvotes: 1