Thanks In Advance

Please any one can suggest me how to get network statics of remote machine in C++ ....

Recommended Answers

All 4 Replies

Duh? Network statics, or do you mean statistics?

Network statics means TCP State or UDP State...

Network statics means TCP State or UDP State...

TCP and UDP state apply to connections, not to the machine. You can use built-in facilities to get an overview of all connections on a local machine but the programs differ from platform to platform ( netstat is available on *nix flavors).
However, unless you provision for it I don't know of any tools that allow you to do this remotely. There are port scanners but that isnt going to give you system-wide TCP/UDP details, per se.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.