SNMP agent attached to SPI slave

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
lorcansmith
Date:
Mon Sep 03 10:46:04 2012 +0000
Parent:
0:2a53a4c3238c
Child:
2:25e12a7fe0aa
Commit message:
V1.10 Released and installed on rig. Includes ioAlarm traps.

Changed in this revision

IO_file.h Show annotated file Show diff for this revision Revisions of this file
lwip/include/lwip/snmp_msg.h Show annotated file Show diff for this revision Revisions of this file
--- a/IO_file.h	Mon Aug 13 15:07:40 2012 +0000
+++ b/IO_file.h	Mon Sep 03 10:46:04 2012 +0000
@@ -3,7 +3,7 @@
 * File:             IO_file.h
 * Reference:        1000PX-BM1660-HDR-IO_file
 * Content:          Defines & declarations for HTTP server
-* Version:          1.1
+* Version:          1.2
 * System:           mbed
 * Target Hardware:  mbed                                  
 * Amendment Record:    
@@ -20,6 +20,9 @@
   0.9   03/05/12    Add definitions used for trap handling
   1.0   15/06/12    Make TRAP_HOST_ADDRESS contiguous with SNMP net addresses
   1.1   18/06/12    Add get_hex_mask for updates from SNMP
+  1.2   09/08/12    #define MSG_LNGTH  16. #define NUM_MASK  8 
+                    Declare extern char alarm_msg[NUM_MASK][MSG_LNGTH]
+                    Declare extern unsigned long io_mask[]
 */
 /****************************************************************************/
 
--- a/lwip/include/lwip/snmp_msg.h	Mon Aug 13 15:07:40 2012 +0000
+++ b/lwip/include/lwip/snmp_msg.h	Mon Sep 03 10:46:04 2012 +0000
@@ -25,7 +25,7 @@
   Decrease snmp_publiccommunity[21] to [16] and allow this to be set from file
 * 0.8         03/08/12: L. Smith
   #define enterprise specific SNMP_SPCTRAP_IO_ALARM. Declare f3kIOalarm_trap()
-* 0.8         03/08/12: L. Smith
+* 0.9         03/08/12: L. Smith
   Change convert2decimal() declaration to return unsigned long
 *******************************************************************************/
 /**