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

Abstraction layer over the node-routeros API

Results 3 routeros-client issues
Sort by recently updated
recently updated
newest added

When using this library with the where filter to do updates, remove, delete there is a bug that just returns some random result from that menu if the where the...

Hello. How to prepare config for multiple connections(lists with hosts, passwords, etc.)?

So, I've created a record: /ip hotspot user add server all name user1 password 123456789 profile default then I'm trying to delete it: ``` api.connect().then((client) => { client.menu("/ip hotspot user").where("name",...