Minimalistic SNMP client for Node.js
- Node.js >= 10
- net-snmp >= 5.7
$ npm i @lqmanh/boracium$ yarn add @lqmanh/boracium- Support SNMP v1, v2c and v3
- Send GET requests
- Send GETNEXT requests
- Send GETBULK requests
- Translate OIDs between textual, numeric and full type
- Receive TRAP and INFORM messages
- Walk MIB tree
- Send SET requests
<Work in progress>
Read more here.