I need to write a VERY basic SNMP Agent in C#, which is able to send traps (V1 or V2) and respond to get (set is not required). After long searches, the only suitable solution seems to be SharpSnmp. However, #SNMP's sample agent doesn't work properly and - the bigger issue - it doesn't reply to GET requests.
Is there another possiblity/solution for doings this?