From b9d0d8094638e042f92e15c24015a172cacc65c4 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Sat, 9 Jan 2016 14:35:51 +0100 Subject: [PATCH] SNMP: Add more MIB compiler info --- src/apps/snmp/README | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/apps/snmp/README b/src/apps/snmp/README index e283de5a..ad205301 100644 --- a/src/apps/snmp/README +++ b/src/apps/snmp/README @@ -10,7 +10,7 @@ Features: - SNMPv2c support. - Low RAM usage - no memory pools, stack only. - MIB2 implementation is separated from SNMP stack. - - Support for multiple MIBs (snmp_set_mibs call) - e.g. for private MIB. + - Support for multiple MIBs (snmp_set_mibs() call) - e.g. for private MIB. - Simple and generic API for MIB implementation. - Comfortable node types and helper functions for scalar arrays and tables. - Counter64, bit and truthvalue datatype support. @@ -24,9 +24,14 @@ Features: possible. Used in MIB2 to access lwIP stats from lwIP thread. MIB compiler (code generator): - - Written in C# but can be compiled and used under Linux with monodevelop. + - 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/). + - 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. Notes: - Stack and MIB compiler were used to implement a Profinet device.