TritonDataCenter / node-snmpjs

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

A possible implementation of GetBulkRequest #35

Open johnsonjii opened 9 years ago

ascn17 commented 6 years ago

It's been a long time but maybe someone is still involved in this project. The GetBulk solution works but unfortunately, due to the recursive implementation, you get Uncaught RangeError: Maximum call stack size exceeded for larger tables. Is there a non-recursive implementation of GetBulk available? Just asking before I start digging in to the code myself.