On Wed, 23 Jun 2004 19:05:09 +1000 Gary wrote:
GP> As an example, I want to periodically update a variable from my
GP> application, and when there is a GET request for it, supply a scalar
GP> that is the change since the last request. This requires that when a
GP> request is made I remember the val
I have implemented an AgentX daemon for Net-SNMP based on the tutorial
on the web site. This implements SNMP GET requests for a MIB with a few
dozen scalar variables. It works fine but is very simple. I need to
further develop it.
As an example, I want to periodically update a variable from my
ap