node-routeros icon indicating copy to clipboard operation
node-routeros copied to clipboard

Mikrotik Routerboard RouterOS API for NodeJS

Results 4 node-routeros issues
Sort by recently updated
recently updated
newest added

### RouterOS v6.45.9 Tried this code and says cannot login. ```javascript const RosApi = require('node-routeros').RouterOSAPI; const conn = new RosApi({ host: '*******', user: '******', password: '******', }); conn .connect() .then(()...

Hello I have a problem with adding a queue. If I add a queue record that already has a name, mikrotik rejects this request, of course. The problem is that...

bug
help wanted

Hello. Is there somewhere in the public access info how to prepare configs for multiple connections(lists with hosts, passwords, etc.)?

Hello. Thanks for the useful Library. How can I get Log Records by Topic Name, like by this RouterOS Command: `log print where topics~"warning"` ? Of course, I can fetch...