I have a project in which SNMP agent would be one of the
thread which will satisfy all SNMP requests.
To satisfy request SNMP-Agent need to refer to data
structures which are maintained by other threads in same project. This
project would be run on embedded system. The Agent only needs to
support snmpget, snmpgetnext, snmpgetbulk & need to send traps.
So how should I go about it? it should be open source.
I have tried NET-SNMP it consume too much memory around 8MB.
Thank you.
Regards
Darshan