Agentbed library - SNMP Server library
.
Agentbed library
A lightweight SNMP (Simple Network Management Protocol) Agent for mbed
floatデータ取扱いの拡張済み
Download
Import libraryAgentbed
SNMP Agent http://mbed.org/users/okini3939/notebook/agentbed-library/
Sample
Import programSNMPAgent
SNMP Agent http://mbed.org/users/okini3939/notebook/agentbed-library/
Example
% snmpget -v 1 -c public 192.168.0.2 1.3.6.1.2.1.1.1.0 SNMPv2-MIB::sysDescr.0 = STRING: Agentbed, a light-weight SNMP Agent. % snmpget -v 1 -c public 192.168.0.2 1.3.6.1.2.1.1.2.0 SNMPv2-MIB::sysObjectID.0 = Wrong Type (should be OBJECT IDENTIFIER): STRING: "1.3.6.1.4.1.36582" % snmpget -v 1 -c public 192.168.0.2 1.3.6.1.2.1.1.3.0 DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (1500) 0:00:15.00
Original
- Agentuino (library, document)
- Copyright 2010 Eric C. Gionet
Please log in to post comments.