TritonDataCenter / node-snmpjs

SNMP toolkit for Node.js
112 stars 60 forks source link

small documentation errors and npm outdated #231

Open iamtennislover opened 9 years ago

iamtennislover commented 9 years ago

Hi, Really helpful tools... as a network engineer, I really appreciate it. I just found some documentation issues that I thought I should report:

client.unref(); should be client.close(); in all test files: snmpget.js, snmpbulk.js, snmpset.js, snmptrap.js, bulkget, trap.js.

Also, when I do npm install snmpjs, it is missing createClient function, mostly old version? I am now using your master copy.

infrared commented 9 years ago

This worked for me (to get lib/client.js):

npm install git+https://github.com/joyent/node-snmpjs.git
Ekristoffe commented 4 years ago

This worked for me (to get lib/client.js):

npm install git+https://github.com/joyent/node-snmpjs.git

Hello I have the same problem. I think having some critical update o git not pushed to npm is a big no no ... Why not updating NPM ?