Re: [nodejs] Re: net-snmp - full SNMP version 1 and 2c support for Node.js

2017-11-06 Thread Aj Braden
unsubscribe On Fri, Nov 3, 2017 at 7:18 AM, Dhrubo Bhattacharjee < dhrubo.bhattachar...@gmail.com> wrote: > Hello Stephen Vickers, > > I am trying to send a snmp trap message using your net-snmp module from a > NodeJS application. Please find below the code snippet. However, when I am > triggeri

[nodejs] Multiple Instances of net Sockets

2017-11-06 Thread Muhammad Shahzad
I have used net sockets library, and have made a class, i initialize two objects with different IP's and same PORT number, when i get connect with both objects, both show the IP of last connected object, even i have used this.Socket = new require( 'net' ).Socket(); in the constructor :( Reason