Hi,
It sounds like that you are still using an old release of #SNMP.
The latest snmptrapd sample has been heavily changed. Now the SNMP engine is built by Microsoft Unity based on configuration in
https://github.com/lextm/sharpsnmplib/blob/master/Samples/C%23/snmptrapd/Program.cs
The below article documents more about the SNMP engine, which might be helpful for you to learn the details,
http://www.lextm.com/2010/11/honeycell-drops-snmp-pipeline-and-our.html
Regards,
Lex
It sounds like that you are still using an old release of #SNMP.
The latest snmptrapd sample has been heavily changed. Now the SNMP engine is built by Microsoft Unity based on configuration in
app.config, and the event handlers are hooked to message handlers directly, as revealed in Program.cs here,https://github.com/lextm/sharpsnmplib/blob/master/Samples/C%23/snmptrapd/Program.cs
The below article documents more about the SNMP engine, which might be helpful for you to learn the details,
http://www.lextm.com/2010/11/honeycell-drops-snmp-pipeline-and-our.html
Regards,
Lex