markabrahams / node-net-snmp

JavaScript implementation of the Simple Network Management Protocol (SNMP)
207 stars 97 forks source link

Implements the provider side of sub-types #158

Closed derrell closed 3 years ago

derrell commented 3 years ago

This PR sits atop of the Row Status and Agent Events PRs. If you want to look at the specific changes for this PR before merging those, they are isolated to the setValue method in index.js, and constraints added for testing, in snmp-agent.js

derrell commented 3 years ago

See #156

markabrahams commented 3 years ago

Hey @derrell - are you able to rebase this PR to base off the latest master?

derrell commented 3 years ago

I'm just on my phone right now. When I get back to my computer later tonight or tomorrow, I'll do so.

On Fri, Jan 22, 2021, 20:04 Mark Abrahams notifications@github.com wrote:

Hey @derrell https://github.com/derrell - are you able to rebase this PR to base off the latest master?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/markabrahams/node-net-snmp/pull/158#issuecomment-765806227, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACYGH3WKGTKXWFBAN2PORLS3IOCPANCNFSM4V7VI2GA .

derrell commented 3 years ago

Obsoleted by #161