calmh / node-snmp-native

Native Javascript SNMP library for Node.js
MIT License
252 stars 65 forks source link

Encoders for NoSuchObject, NoSuchInstance, and EndOfMibView #55

Closed ben-bradley closed 7 years ago

ben-bradley commented 7 years ago

I'm using encoder() to encode response data and found that there wasn't an encoder for EndOfMibView. I've added it here along with encoders for NoSuchObject and NoSuchInstance.

calmh commented 7 years ago

(LGTM)