Community discussions

MikroTik App

Search found 3 matches

by dima1208
Mon Dec 21, 2015 7:23 am
Forum: Scripting
Topic: Another RouterOS API Delphi Client
Replies: 150
Views: 86250

Re: Another RouterOS API Delphi Client

I'm sorry for silence, I'm just resumed my work. So, I get nothing with this query... I suppose I do something wrong... For example, I want to see in Label1 information about IP and MAC of active user FFF. In buttonclick I write: procedure TForm1.btn1Click(Sender: TObject); var Res: TRosApiResult; b...
by dima1208
Fri Dec 11, 2015 11:49 am
Forum: Scripting
Topic: Another RouterOS API Delphi Client
Replies: 150
Views: 86250

Re: Another RouterOS API Delphi Client

There is no explanations about signs (* = ? .)

Could you please write a correct ROS.Query() for CLI command "/ip hotspot active print detail where user=username"?
I need to get mac-address of username from the result, i tried different variants, but unsuccessful ((

Thank you.
by dima1208
Fri Dec 11, 2015 6:51 am
Forum: Scripting
Topic: Another RouterOS API Delphi Client
Replies: 150
Views: 86250

Re: Another RouterOS API Delphi Client

Hello, Chupaka!
Thank you for great api))
I have a question:
How can i write the query '/ip hotspot active print detail where user=username'?

I still can't understand how to use symbols *, ?, ., and =
Can you explain the meaning of each symbol and the rules of queries?

Thank you very much!))