> On Wed, 6 Jan 2010 12:11:48 -0500, Mike Gibson
> said:
MG> I have gone through the synchronous and asynchronous example applications on
MG> the Net-SNMP site and see that they do both but don't seem to do both at the
MG> same time.
You need to use the asynchronous method to sending ou
Greetings,
I am currently writing a management application based on the Net-SNMP C
API. It is to run on an embedded Linux device. This manager needs to poll
a host for a number of OIDs in parallel and it needs to poll according to an
interval (say, every 5 or 10 seconds).
I have gone through th