mikronode
mikronode copied to clipboard
Mikrotik API for Node
Como puedo agregar el parámetro puerto o por default es 8728 ?
This package is yet be maintaining?
i want to print interface ```var MikroNode = reqire("mikronode-ng"); try { var connection = MikroNode.getConnection("192.168.1.168", "admin", "admin"); connection.connect(function (conn) { conn.closeOnDone = true; var chan2 = conn.openChannel(2); chan2.write("/interface/print", function (chan)...
Hello, I have a mikrotik version 6.29.1, I don't have problem in: /ip/neighbor/print but in 6.42.7 or 6.42.3 , will give this error: Packet received: [ '\x03!re\x10.tag=neighbors-1\b=.id=*23!=interface=ether3_ToTahernejad-PC\x1E=mac-address=00:15:E9:BB:C8:92\n' + '=identity=\n' +...
Hello! I'm getting really strange behavior with mikronode login method. On some devices I connect It does clean exit (I assume process.exit(0) somewhere in package) on connect() method. Here is...
I'm get this error when i run program ```Error processing sentence: Error: read ECONNRESET at TCP.onStreamRead (internal/stream_base_commons.js:205:27) { errno: 'ECONNRESET', code: 'ECONNRESET', syscall: 'read' } Skipping and continuing```
In Util.js:338 the Mikronode library is listening for the process event `unhandledRejection` and parsing these rejections under the assumption that all events come from the Mikronode library. This makes issues...
im trying to connect with a user i created but even with the correct password and user i got the error invalid user name or password (6)   
Would be need to add an advertising that install can fail because the last version of rxjs (6.4.0) not work with mikronode. If install rxjs by default, it is installed...