From 987f0e3016685f12229b2811ac7049f00c7480d0 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Mon, 11 Jan 2016 10:26:37 +0100 Subject: [PATCH] Update SNMP README - add correct SharpSnmpLib reference --- src/apps/snmp/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/snmp/README b/src/apps/snmp/README index ad205301..ffd8b2b7 100644 --- a/src/apps/snmp/README +++ b/src/apps/snmp/README @@ -27,8 +27,8 @@ MIB compiler (code generator): - Written in C#. MIB viewer used Windows Forms. - Developed on Windows with Visual Studio 2010. - Can be compiled and used under Linux with http://www.monodevelop.com/. - - Based on a heavily modified version of last LGPL version of - SharpSnmpLib (https://sharpsnmplib.codeplex.com/). + - Based on a heavily modified version of of SharpSnmpLib (a4bd05c6afb4) + (https://sharpsnmplib.codeplex.com/SourceControl/network/forks/Nemo157/MIBParserUpdate). - 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.