Community discussions

MikroTik App

Search found 2 matches

by rogeriomaciel
Wed Oct 31, 2018 9:45 pm
Forum: Scripting
Topic: Can i send a command as a parameter in microtik API
Replies: 11
Views: 4502

Re: Can i send a command as a parameter in microtik API

Could you please help me with a little code? I need to execute the command to change the name of MikroTik but I am not able to pass the parameters in the API in Swift . It's different from the PHP API. I've tried in many ways.. api.sendCommand(command: "/system/identity/set/name=TEST") api...
by rogeriomaciel
Tue Oct 30, 2018 3:54 pm
Forum: General
Topic: My iWinbox app is released! Manage your RouterOS devices on iPhone/iPad and SNMP monitoring
Replies: 35
Views: 17480

Re: My iWinbox app is released! Manage your RouterOS devices on iPhone/iPad and SNMP monitoring

Hello, congratulations for the App. Could you please help me with a little code? I need to execute the command to change the name of MikroTik but I am not able to pass the parameters in the API in Swift. I've tried in many ways api.sendCommand(command: "/system/identity/set/name=TEST") api...