Skip to content
New issue

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

read not working for 32 bit OIDs with highest bit set #22

Closed
varadi opened this issue Jan 27, 2017 · 1 comment
Closed

read not working for 32 bit OIDs with highest bit set #22

varadi opened this issue Jan 27, 2017 · 1 comment

Comments

@varadi
Copy link

varadi commented Jan 27, 2017

32bit OIDs don't work because of the node-asn1 dependency. It has an unresolved bug that turns 32bit OIDs into negative numbers. There appears to be no activity on the asn1 package to fix this.

BTW: I am trying to work with node-red-node-snmp, which uses node-net-snmp but fails on 32bit OIDs because of asn1.

@varadi varadi changed the title reads not working for OIDs > 31 bits read not working for 32 bit OIDs with highest bit set Jan 27, 2017
@stephenwvickers
Copy link
Collaborator

I have cloned the asn1 repo and will be addressing this issue myself under the following issue:

markabrahams/node-asn1-ber#1

I will mark this as closed since it's not an issue in this module, and please track the status of the issue via the above asn1-ber issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants