On May 15, 6:27 pm, Dave <[email protected]> wrote: > ??....... ??..... Non-Blocking SNMP API > > Are there non-blocking API's for NodeJS or Vert-X for stateless ICMP > and SNMP?
Since SNMP uses UDP, it most definitely is non-blocking in node. Also there are currently a few different snmp modules available in npm. Recently I have thought about writing a binding to Net-SNMP. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
