snmp: update documentation

This commit is contained in:
Simon Goldschmidt 2020-02-03 20:35:22 +01:00
parent 5de4967f23
commit 4c15191b1d
2 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1 @@
See docs in src/apps/snmp/snmp_core.c.

View File

@ -69,12 +69,15 @@
* *
* MIB compiler (code generator): * MIB compiler (code generator):
* ------------------------------ * ------------------------------
* - Provided in lwIP contrib repository. * - Provided in contrib dir.
* - Written in C#. MIB viewer used Windows Forms. * - Written in C#. MIB viewer using Windows Forms.
* - Developed on Windows with Visual Studio 2010. * - Developed on Windows with Visual Studio 2010.
* - Can be compiled and used on all platforms with http://www.monodevelop.com/. * - Can be compiled and used on all platforms with http://www.monodevelop.com/.
* - Based on a heavily modified version of of SharpSnmpLib (a4bd05c6afb4) * - Based on a heavily modified version of of SharpSnmpLib (a4bd05c6afb4)
* (https://sharpsnmplib.codeplex.com/SourceControl/network/forks/Nemo157/MIBParserUpdate). * (https://sharpsnmplib.codeplex.com/SourceControl/network/forks/Nemo157/MIBParserUpdate).
* This has been the last known revision of that code before being converted to
* closed source. The new code on github has completely changed, so we can not
* just update :-(
* - MIB parser, C file generation framework and LWIP code generation are cleanly * - MIB parser, C file generation framework and LWIP code generation are cleanly
* separated, which means the code may be useful as a base for code generation * separated, which means the code may be useful as a base for code generation
* of other SNMP agents. * of other SNMP agents.