Help with network Management code

Hi Everybody

I've recently written a piece of code which implements ICMP and pings all available hosts on a network and logs the reply.

Now, knowing who is there, i would like to Implement SNMP and get various information from the Agents(Clients) running on them.

I've searched the web for some examples and documentation but i'm having trouble so thought i would try here.

Everything I've found seems to only talk about pieces of software which do the job but I'm looking to actually write my own NMS and maybe Agent in c++

I hope this all makes sense i don't even know if I'm on the right track. Can SNMP be implemented as easily as ICMP?

Any ideas of how to go about this please or a direction of where to learn what todo?

Thank you
Problem solved : go onto this website:

http://www.net-snmp.org/wiki/index.php/Tutorials

Scroll to the bottom and you will see coding tutorials. Concentrate on the manager :)
Topic archived. No new replies allowed.