Community discussions

MikroTik App

Search found 6 matches

by zevoxi
Wed Jun 24, 2009 1:29 am
Forum: Scripting
Topic: how to check the router os version
Replies: 3
Views: 77307

how to check the router os version

How can I check what version of the os is running ,using only the API commands?
by zevoxi
Thu May 07, 2009 12:37 am
Forum: Scripting
Topic: writing to config with api not working
Replies: 9
Views: 2104

Re: writing to config with api not working

Ah sorry just typed it wrong. The commands look exactly like yours. Now I have started to get !done as a response but still nothing happens.

everything works fine with standard cli command over telnet
by zevoxi
Tue May 05, 2009 11:41 pm
Forum: Scripting
Topic: writing to config with api not working
Replies: 9
Views: 2104

Re: writing to config with api not working

No I send the last 0 after.

/interface/wireles/nstreme/
=set=wlan1
=enable-nstreme=true

this is one command I try to use but nothing happens. reading the value works great though. Im I missing something? Im totaly new to the api funktions.
by zevoxi
Tue May 05, 2009 8:29 pm
Forum: Scripting
Topic: writing to config with api not working
Replies: 9
Views: 2104

Re: writing to config with api not working

I have full read and write permissions.. It works if I send commands via telnet bur the api commands for setting values just dont work, and dosent return anything.
by zevoxi
Tue May 05, 2009 1:46 pm
Forum: Scripting
Topic: writing to config with api not working
Replies: 9
Views: 2104

Re: writing to config with api not working

Nothing. cant change ssid or basic thinks like that. Hm where do I check if the write privileges are enabled?
by zevoxi
Tue May 05, 2009 11:32 am
Forum: Scripting
Topic: writing to config with api not working
Replies: 9
Views: 2104

writing to config with api not working

When I use the api it works great to retreve values. But everytime I try to set a value or just change something nothing happens. Its like its in some kind of readonly mode or something like that.

Any ideas? Its very frustrating :(