C++ SNMP programming...

Started by
2 comments, last by Noods 17 years, 11 months ago
Im looking to learn about SNMP programming in C++ but I can't find any decent resources. I would like to generate some time based traps that dont relate really to any device or resources. I guess what Im really looking to do is generate some time based traps. Does anyone have any resources on SNMP/C++ programming?
Advertisement
SNMP means what?

Beginner in Game Development?  Read here. And read here.

 

SNMP = Simple Network Management Protocol
Although there is nothing simple about it.

I would recommend taking a look at net-snmp an opensource C++ library for SNMP. I think they have a perl version too.

I work with SNMP and network devices that implement SNMP for work so I should be able to answer some of your questions if you have any.
"Pfft, Facts! Facts can be used to prove anything!" -- Homer J. Simpson
Excellent, thanks! Ill check the library out when I get home tonight. I'm sure I'll have some questions, thanks!

This topic is closed to new replies.

Advertisement