Community discussions

MikroTik App

Search found 1 match

by jsturm
Mon Jul 06, 2015 11:00 am
Forum: Scripting
Topic: Simple commands via api (set ssid and enabling or disabling)
Replies: 5
Views: 7971

Re: Simple commands via api (set ssid and enabling or disabling)

heei, i know this is an old post, but im strugling with this and cant figure it out how, i cant get it working i got know <?php require('routeros_api.class.php'); $API = new routeros_api(); $API->debug = true; if ($API->connect('XX.X.X.XXX', 'USERNAME', 'PASSWORD')) { $ARRAY = $API->write('/interfac...