We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
client.unref();
client.close();
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.
npm install snmpjs
createClient
The text was updated successfully, but these errors were encountered:
This worked for me (to get lib/client.js):
npm install git+https://github.com/joyent/node-snmpjs.git
Sorry, something went wrong.
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 ?
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: