An open API service indexing awesome lists of open source software.

https://github.com/thebinary/rest-snmp

REST API for SNMP
https://github.com/thebinary/rest-snmp

rest-api snmp

Last synced: 4 months ago
JSON representation

REST API for SNMP

Awesome Lists containing this project

README

          

# rest-snmp
REST API for SNMP - written in GoLang

__Currently supports__ only SNMP v1 and v2/v2c

__Packages Used__
1. [github.com/soniah/gosnmp](https://github.com/soniah/gosnmp) - All the rest requests for SNMP are implemented using
this package for backend SNMP calls.