Community discussions

MikroTik App

Search found 8 matches

by dmcosta
Wed May 31, 2017 4:24 pm
Forum: Scripting
Topic: Blacklist Filter update script
Replies: 632
Views: 214041

Re: Blacklist Filter update script

Thanks Dave for the update! Great work!
by dmcosta
Wed May 24, 2017 7:58 pm
Forum: Scripting
Topic: Blacklist Filter update script
Replies: 632
Views: 214041

Re: Blacklist Filter update script

Hello Dave!

Works perfectly on hAp AC lite , RB951G-2Hnd.

Thank you very much for this! Great work!!

cheers
by dmcosta
Thu Sep 24, 2015 2:31 pm
Forum: Scripting
Topic: LTE signal strength through scripting
Replies: 7
Views: 7730

Re: LTE signal strength through scripting

RB411UAHR ROS: 6.0rc11 I am trying to get the cell signal strength from a Sierra Wireless MC7700 cell modem through a script. Using the command; /interface lte info 0 once always returns zeros, I assume because it takes a few seconds to retrieve the information but the command doesn't wait. Using t...
by dmcosta
Thu Sep 24, 2015 2:16 pm
Forum: Scripting
Topic: LTE signal strength through scripting
Replies: 7
Views: 7730

Re: LTE signal strength through scripting

Hi dmcosta, did you manage to get it working? I want to write a script that monitors lte interface and if status is not "call in progress", reset usb module. For ppp-client it was OK with following script /interface ppp-client monitor ppp-out1 once do={:if ($status != "connected"...
by dmcosta
Wed Aug 13, 2014 5:45 pm
Forum: RouterBOARD hardware
Topic: Modem signal LED's
Replies: 4
Views: 2164

Re: Modem signal LED's

I'm having the same problem with the same modem.
Can anyone help please?

Thank you!
by dmcosta
Fri Jan 17, 2014 8:44 pm
Forum: Scripting
Topic: LTE signal strength through scripting
Replies: 7
Views: 7730

Re: LTE signal strength through scripting

Bump ?!
by dmcosta
Fri Jan 17, 2014 7:11 pm
Forum: RouterBOARD hardware
Topic: RB433UAH and Arduino Uno/Mega and Ethernet shield
Replies: 19
Views: 15127

Re: RB433UAH and Arduino Uno/Mega and Ethernet shield

Hi. It is posible to read the RSSI signal strength of the router via arduino and show it in an LCD conected to arduino in real time?. It could be usefull to align antenna, even more the arduino could control some servos to do that. I had the same idea, but I need to read the signal strenght on a LT...
by dmcosta
Wed Dec 18, 2013 6:53 pm
Forum: Scripting
Topic: LTE signal strength through scripting
Replies: 7
Views: 7730

Re: LTE signal strength through scripting

RB411UAHR ROS: 6.7 Also with Sierra MC7710, I have the same problem. I want to create a script that can send me the following info by email: Dynamic IP adress. LTE interface signal strength. The first part I got covered: ## Define vars # :global currentIP; :local newIP; ## # ## Script begins :set ne...