calmh / node-snmp-native

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

Added support for asn1ber.IpAddress converting from dotted decimal. #7

Closed pauldorn closed 11 years ago

pauldorn commented 11 years ago

The following will now produce the expected results.

session.set({ oid: [OID_OF_WRITABLE_IP_ADDRESS_X40], value: "192.168.1.201", type: 64 }, function (err, vbs) { console.log("Done: ", err, vbs); });

calmh commented 11 years ago

LGTM, thanks.

calmh commented 11 years ago

Included in 1.0.10