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
- Host: GitHub
- URL: https://github.com/thebinary/rest-snmp
- Owner: thebinary
- Created: 2019-06-02T06:01:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T07:45:26.000Z (over 6 years ago)
- Last Synced: 2025-10-04T17:55:47.963Z (4 months ago)
- Topics: rest-api, snmp
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.