lextudio / sharpsnmplib

C# SNMP Library (#SNMP) - Open source SNMP implementation for C# and .NET
https://sharpsnmp.com
MIT License
358 stars 151 forks source link

SNMP agent .NETCF 3.5 #454

Closed lextudio-support closed 1 month ago

lextudio-support commented 1 month ago

Hello,

I've discovered your project while I was looking for a snmp agent for windows mobile. Because windows decided to get one for Windows CE platform but not Windows Mobile (WM) and now Windows Embbeded Handheld (WEH) devices.

My goal is to create a small agent which answer through SNMP at few objects (standard + few specific). And then plug this agent on our nagios monitoring solution.

My question is snmplib library will allow me to that such agent ? I have not yet explored all of your work but I've seen the agent for workstation. Should I do something similar on WM/WEH?

Regards,

Vincent.

Original Reported Date: 2011-12-14T09:30:18.043-08:00 Original CodePlex Discussion Thread ID: 282974

lextudio-support commented 1 month ago

Copied from CodePlex without authors:

Hi Vincent,

SNMP has limited CE support.

You can use sharpsnmplib.cf35.dll in an CF 3.5 project, where all SNMP manager functionality is provided.

We did not try to code the agent using CF (as CF lacks of so many features of the full framework). You may try to compile our agent against CF and see if you can fill in the gaps. This port may be possible, but no guarantee is provided.

Regards,

Lex

Original Posted Date: 2011-12-14T21:12:55.877-08:00

lextudio-support commented 1 month ago

Copied from CodePlex without authors:

Hi Lex,

Thanks for your answer. I try to understand how is manage #SnmpLib and the agent. If I've understood, I need to port all the namespace Lextm.SharpSnmpLib.Pipeline and Lextm.SharpSnmpLib.Objects to get the agent works ?

"Objects" seems ok but "Pipeline" is more touchy !

Regards,

Vincent

Original Posted Date: 2011-12-15T00:41:22.067-08:00

lextudio-support commented 1 month ago

Marked as Answer Date: 2013-10-06T21:19:46.543-07:00