From 4c15191b1d612b1e41f6059e2fe412c8996ab2d8 Mon Sep 17 00:00:00 2001 From: Simon Goldschmidt Date: Mon, 3 Feb 2020 20:35:22 +0100 Subject: [PATCH] snmp: update documentation --- contrib/apps/LwipMibCompiler/SharpSnmpLib/readme.txt | 1 + src/apps/snmp/snmp_core.c | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 contrib/apps/LwipMibCompiler/SharpSnmpLib/readme.txt diff --git a/contrib/apps/LwipMibCompiler/SharpSnmpLib/readme.txt b/contrib/apps/LwipMibCompiler/SharpSnmpLib/readme.txt new file mode 100644 index 00000000..67b5a655 --- /dev/null +++ b/contrib/apps/LwipMibCompiler/SharpSnmpLib/readme.txt @@ -0,0 +1 @@ +See docs in src/apps/snmp/snmp_core.c. diff --git a/src/apps/snmp/snmp_core.c b/src/apps/snmp/snmp_core.c index fff32e97..a3f061e3 100644 --- a/src/apps/snmp/snmp_core.c +++ b/src/apps/snmp/snmp_core.c @@ -69,12 +69,15 @@ * * MIB compiler (code generator): * ------------------------------ - * - Provided in lwIP contrib repository. - * - Written in C#. MIB viewer used Windows Forms. + * - Provided in contrib dir. + * - Written in C#. MIB viewer using Windows Forms. * - Developed on Windows with Visual Studio 2010. * - Can be compiled and used on all platforms with http://www.monodevelop.com/. * - Based on a heavily modified version of of SharpSnmpLib (a4bd05c6afb4) * (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 * separated, which means the code may be useful as a base for code generation * of other SNMP agents.