lextudio / sharpsnmplib

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

MIB parser support of textual conventions #399

Closed lextudio-support closed 2 hours ago

lextudio-support commented 2 hours ago

First, thank you very much for this library. It's been very helpful in my project.

However this project also requires decoding of the MIB and using the textual conventions for each object as defined by the SYNTAX to convert the recieved values. Mainly using the display hint to convert Integer32's into Decimal objects with the correct decimal place.

As far as I can see SharpSNMP doesn't support this so my current plan is to attempt to implement this myself. I'm wondering if you have any plans to update parts of the library that may affect this in the next month or two and whether you would be interested in merging this into the main library once it is finished?

Thanks,

Wim Looman

Original Reported Date: 2010-11-25T15:01:53.057-08:00 Original CodePlex Discussion Thread ID: 236072

lextudio-support commented 2 hours ago

Copied from CodePlex without authors:

You should start from Create Fork (http://sharpsnmplib.codeplex.com/SourceControl/list/changesets). Once you finish, it can be easily integrated back to #SNMP.

The recent plan on 7.0 is to improve asynchronous support.

Regards,

Lex

Original Posted Date: 2010-11-26T04:48:04.433-08:00

lextudio-support commented 2 hours ago

Marked as Answer Date: 2013-10-06T20:44:50.607-07:00