Add smartsnmpd. 198/head
authorXiongfei Guo <xfguo@credosemi.com>
Wed, 13 Aug 2014 06:04:05 +0000 (14:04 +0800)
committerXiongfei Guo <xfguo@credosemi.com>
Wed, 13 Aug 2014 06:04:05 +0000 (14:04 +0800)
commit6bfb2ef4bd558eb8b967635cbf1e0826991e68df
tree4c22a4441d5207ca76d9a695cbcaece175e10390
parentea2970aa727b930d3258209a321f420112808317
Add smartsnmpd.

smartsnmpd is an implementation of SNMP Agent developed by Credo Semi. It
use Lua as script language to write SNMP MIB nodes to improve the efficiency
of developtment.

This package add native support for OpenWrt. Include using ubus and uci to
get status/info. And, it use uloop as low level event library. So it's
some sort of desgin for OpenWrt.

Website: https://github.com/credosemi/smartsnmp

Signed-off-by: Leo Ma <leoma@credosemi.com>
Signed-off-by: Xiongfei Guo <xfguo@credosemi.com>
net/smartsnmpd/Makefile [new file with mode: 0644]
net/smartsnmpd/files/mibs/dummy.lua [new file with mode: 0644]
net/smartsnmpd/files/mibs/interfaces.lua [new file with mode: 0644]
net/smartsnmpd/files/mibs/system.lua [new file with mode: 0644]
net/smartsnmpd/files/smartsnmpd.conf [new file with mode: 0644]
net/smartsnmpd/files/smartsnmpd.init [new file with mode: 0755]