I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-12-16 13:13:06-08 by raka
Snmp agent for linux
I have to implement snmp agent using C++ on linux. I have to validate oid coming in get request with the oid in mib file. I have to send error in response oid is not valid. What is the functions available in netsnmp library for that.
Direct Responses: 11958 | Write a response
Posted on 2009-12-16 13:25:13-08 by frogmaster in response to 11956
Re: Snmp agent for linux
I think you are asking in the wrong place. I would advise you to visit netsnmp.sf.net, if you want to use C libraries of netsnmp (netsnmp doesn't have pure C++ API). If you want pure C++, you might want to look into agent++ (http://www.agentpp.com/)
Direct Responses: Write a response