Network monitoring - an easy way?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I am writing an app where I need to monitor each machine on the network (realtime). I need MAC address, IP address, Machine name and description. And instant information when a machine enters/leaves the network (including wireless connectivity attempts). I have found some samples on the net which gives me an idea on how to approach the problem, but they are incomplete and look quite complex X| . And there seem to be no realtime monitoring. Note that I do NOT have the possibility to install any software on any of the machines being monitored. One machine will run my app, and that's it. Can anybody point me in the right direction? Is there an easy way? Thank you in advance.:) HS