mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08:00
snmp: update documentation
This commit is contained in:
parent
5de4967f23
commit
4c15191b1d
1
contrib/apps/LwipMibCompiler/SharpSnmpLib/readme.txt
Normal file
1
contrib/apps/LwipMibCompiler/SharpSnmpLib/readme.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
See docs in src/apps/snmp/snmp_core.c.
|
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user