Open iamtennislover opened 9 years ago
This worked for me (to get lib/client.js):
npm install git+https://github.com/joyent/node-snmpjs.git
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 ?
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 beclient.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 missingcreateClient
function, mostly old version? I am now using your master copy.