lextudio / sharpsnmplib

Sharp SNMP Library- Open Source SNMP for .NET
https://sharpsnmp.com
MIT License
356 stars 152 forks source link

Agent - Getting started? #536

Closed lextudio-support closed 4 hours ago

lextudio-support commented 4 hours ago

I am trying to write a simple agent to simulate another SNMP device. This is the only library I have found that seems to be able to support that, but I am having trouble getting started. Can someone point me in the right direction?

Original Reported Date: 2010-11-06T09:18:28.283-07:00 Original CodePlex Discussion Thread ID: 233740

lextudio-support commented 4 hours ago

Copied from CodePlex without authors:

If you downloaded the source code, you should take a look at snmpd project, which is a reference design of SNMP agent. To simulate your own device, you may add more ISnmpObject derived to the ObjectStore. The project itself shows you almost all tips.

Regards,

Lex

Original Posted Date: 2010-11-06T18:17:48.337-07:00

lextudio-support commented 4 hours ago

Marked as Answer Date: 2013-10-06T04:54:56.93-07:00