Contango
Contango

Reputation: 80222

Port monitor for Win7 x64, to help debug my app which communicates with a socket server?

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

Answers (1)

John Smith
John Smith

Reputation: 92

Try nettool @ http://nettool.sourceforge.net/

Hope this helps. Johan

Upvotes: 1

Related Questions