mikronode icon indicating copy to clipboard operation
mikronode copied to clipboard

Mikrotik API for Node

Results 23 mikronode issues
Sort by recently updated
recently updated
newest added

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) ![image](https://user-images.githubusercontent.com/36063888/73138325-1dc8b980-4040-11ea-8bc0-a0e65e15aec7.png) ![image](https://user-images.githubusercontent.com/36063888/73138335-2d480280-4040-11ea-9d17-665c6f38a541.png) ![image](https://user-images.githubusercontent.com/36063888/73138340-3c2eb500-4040-11ea-93bf-805b98e73883.png)

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...