Community discussions

MikroTik App

Search found 60 matches

by denissMT
Tue Mar 11, 2025 9:13 am
Forum: IoT
Topic: LoRaWAN Driver CSMA Support
Replies: 1
Views: 3684

Re: LoRaWAN Driver CSMA Support

Hello! Per the description, "CSMA" looks similar to our "Listen Before Talk" implementation. Our LoRa gateways support LBT: https://help.mikrotik.com/docs/spaces/ROS/pages/16351619/General+Properties#GeneralProperties-Properties lbt-enabled (yes | no; Default: no) -> Whether gate...
by denissMT
Wed Mar 05, 2025 4:13 pm
Forum: MikroTik hardware questions
Topic: iot-bt-extra Bluetooth dongle experience
Replies: 5
Views: 2503

Re: iot-bt-extra Bluetooth dongle experience

We have tested one and can confirm that it does not work - it has to do with the kernel version of RouterOS. Currently, not supported, but! we will be working on adding it in the future patches. So please follow changelog. We can not guarantee anything yet, but it will be on our radar.
by denissMT
Fri Feb 28, 2025 1:08 pm
Forum: MikroTik hardware questions
Topic: iot-bt-extra Bluetooth dongle experience
Replies: 5
Views: 2503

Re: iot-bt-extra Bluetooth dongle experience

Could you please try setting:
/iot/bluetooth/scanner/set own-address-type=public
to see if it helps?

Potentially, random-static (own-address) could be causing it, if the dongle does not have "an address".
by denissMT
Mon Feb 03, 2025 3:42 pm
Forum: IoT
Topic: Does R11e_LR8G provides fine timestamp ?
Replies: 2
Views: 7180

Re: Does R11e_LR8G provides fine timestamp ?

GPS is an added functionality with the new LR8G cards, so you can have the device report a "dynamic" GPS location to the server (instead of previously only-static/manually set coordinates).
It does not support "fine-timestamps".
by denissMT
Fri Jan 17, 2025 9:44 am
Forum: Announcements
Topic: v7.17.2 [stable] is released!
Replies: 619
Views: 220701

Re: v7.17 [stable] is released!

"Wireless" is fine with 7.17, but "wifi-qcom-ac" is crap, unfortunately. I have had long time open memory leak ticket SUP-147911 for hAP ac^2. This ticket has been closed without solution - but it is bullet proof the leak is related to "wifi-qcom-ac", because "wir...
by denissMT
Thu Nov 14, 2024 4:53 pm
Forum: Wireless Networking
Topic: Issue with FT
Replies: 13
Views: 5772

Re: Issue with FT

Check testing release tree:
https://mikrotik.com/download/changelogs
What's new in 7.17beta5 (2024-Nov-13 12:51):
*) wifi - improved FT roaming with WPA3 for some Apple devices;

try this firmware.
by denissMT
Mon Sep 16, 2024 4:20 pm
Forum: Wireless Networking
Topic: LoRa point-to-point
Replies: 2
Views: 3521

Re: LoRa point-to-point

Not possible.
They only work as gateway ("acess point") to LoRa devices.
by denissMT
Mon Jun 03, 2024 8:16 am
Forum: Announcements
Topic: v7.15.3 [stable] is released!
Replies: 649
Views: 294269

Re: v7.15 [stable] is released!

Disappointed IOT does not get connection to the internet and when I downgrade to 7.14.3 connected again to the internet
Same as above, please send us a rif file via the ticket system:
https://mikrotik.com/support
by denissMT
Mon Jun 03, 2024 8:15 am
Forum: Announcements
Topic: v7.15.3 [stable] is released!
Replies: 649
Views: 294269

Re: v7.15 [stable] is released!

MQTT no longer works after upgrade to 7.15
Tested mosquitto and AWS and both brokers work on 7.15. Please send us a rif file via a ticket:
https://mikrotik.com/support
by denissMT
Tue May 21, 2024 3:20 pm
Forum: General
Topic: BaseBox 2and lora interface
Replies: 1
Views: 621

Re: BaseBox 2and lora interface

Please create a support ticket:
https://mikrotik.com/support
by denissMT
Tue May 21, 2024 3:19 pm
Forum: Scripting
Topic: LORA traffic log from console
Replies: 2
Views: 6802

Re: LORA traffic log from console

Unfortunately, you can not.
The only option you have is to enable "LoRa" logging:
/system logging
add topics=lora
and see some "general" info about the packet in there.
by denissMT
Tue Dec 05, 2023 4:09 pm
Forum: General
Topic: LoRa Downlink Issues on Mikrotik ltAp (7.12) with ChirpStack (v4)
Replies: 4
Views: 2868

Re: LoRa Downlink Issues on Mikrotik ltAp (7.12) with ChirpStack (v4)

We have found the issue, and we are working on a fix!
by denissMT
Wed Nov 29, 2023 1:21 pm
Forum: General
Topic: LoRa Downlink Issues on Mikrotik ltAp (7.12) with ChirpStack (v4)
Replies: 4
Views: 2868

Re: LoRa Downlink Issues on Mikrotik ltAp (7.12) with ChirpStack (v4)

Please create a support ticket:
https://mikrotik.com/support
and attach ChirpStack logs to it.
by denissMT
Tue Nov 21, 2023 1:37 pm
Forum: General
Topic: TG-BT5-IN doesn't send accelerometer events
Replies: 1
Views: 1148

Re: TG-BT5-IN doesn't send accelerometer events

I can confirm that different triggers should report different events. From the guide: https://help.mikrotik.com/docs/display/UM/MikroTik+Tag+advertisement+formats#MikroTikTagadvertisementformats-Example More examples (for 21 octet's value): "08" is the impact on just the x-axis; "18&q...
by denissMT
Thu Oct 05, 2023 11:49 am
Forum: Beginner Basics
Topic: MikroTik Indoor IoT Bluetooth Tag | TG-BT5-IN
Replies: 1
Views: 1028

Re: MikroTik Indoor IoT Bluetooth Tag | TG-BT5-IN

Yes, you would need more than 1 KNOT to cover the whole Bluetooth area.
An idea of such setup is shown at:
https://help.mikrotik.com/docs/display/ ... hingsBoard
by denissMT
Fri Sep 29, 2023 8:39 am
Forum: Announcements
Topic: v7.12beta [testing] is released!
Replies: 263
Views: 145956

Re: v7.12beta [testing] is released!

Can you please elaborate on the "There is no "disable", only remove – so no way to for a disconnect/reconnect."? Well I didn't read the WHOLE page. ;). Adding a "/iot/mqtt/connect broker=" after subscription before publish fixed the "lost first message" probl...
by denissMT
Thu Sep 28, 2023 10:53 am
Forum: Announcements
Topic: v7.12beta [testing] is released!
Replies: 263
Views: 145956

Re: v7.12beta [testing] is released!

*) mqtt - added on-message feature for subscribed topics; *) mqtt - added wildcard topic subscription support; Great work! It works* and there are docs for it, too! "on-message" script works, even UTF-8 encoding passes through okay. "#" wildcard seem to work in quick test. *mino...
by denissMT
Thu Aug 03, 2023 12:39 pm
Forum: Beginner Basics
Topic: Just a couple of questions about KNOT LR8 and MiniPCI-e and LoRa
Replies: 1
Views: 1161

Re: Just a couple of questions about KNOT LR8 and MiniPCI-e and LoRa

You can find the block diagram over at: https://i.mt.lv/cdn/product_files/RB924iR-2nD-BT5BG77R11e-LR8_220113.png miniPCIe is occupied by the LR8 miniPCIe card and it is meant to be used for LoRa. You can try installing other miniPCIe cards instead, but it is not the "primary design" of the...
by denissMT
Wed Jun 21, 2023 2:11 pm
Forum: General
Topic: KNOT - modbus routing via MQTT
Replies: 16
Views: 6642

Re: KNOT - modbus routing via MQTT

As per the guide: https://help.mikrotik.com/docs/pages/viewpage.action?pageId=61046813#heading-ReadingMODBUSdatausingRouterOS the new "transceive" function allows you to send "function=x" command. In the example, we demonstrate: /iot modbus transceive address=1 function=3 data=20...
by denissMT
Mon May 15, 2023 1:19 pm
Forum: General
Topic: LoRaWAN Class B
Replies: 1
Views: 483

Re: LoRaWAN Class B

Unfortunately, our LR8 and LR9 cards support only CLASS A and CLASS C devices:
https://i.mt.lv/cdn/product_files/IoTpr ... 210717.pdf
(specification section in the brochure).

CLASS B is not supported.
by denissMT
Mon May 15, 2023 1:07 pm
Forum: Scripting
Topic: KNOT modbus sniffer to mqtt
Replies: 3
Views: 4525

Re: KNOT modbus sniffer to mqtt

What's new in 7.10beta5 (2023-May-09 13:38): *) iot - added option to send Modbus function code commands directly from RouterOS (CLI only); This means that you can now communicate with the Modbus connected device dirrectly from within RouterOS. You can script the KNOT to send specific function code ...
by denissMT
Mon May 15, 2023 12:53 pm
Forum: General
Topic: KNOT - modbus routing via MQTT
Replies: 16
Views: 6642

Re: KNOT - modbus routing via MQTT

https://mikrotik.com/download/changelogs/testing-release-tree What's new in 7.10beta5 (2023-May-09 13:38): *) iot - added option to send Modbus function code commands directly from RouterOS (CLI only); Meaning, that you can now script the KNOT to send function code commands to the directly connected...
by denissMT
Fri Apr 21, 2023 9:52 am
Forum: Beginner Basics
Topic: LoRa without TTN/TTS/Chirp direct to MQTT?
Replies: 1
Views: 659

Re: LoRa without TTN/TTS/Chirp direct to MQTT?

Unfortunately it seems, my Mikrotik router cannot directly accept the join request from my device, but only forward that to a network server. It is as you say. You will not be able to install such a package (3-d party one) on RouterOS. Only MikroTik "made" (official) packages are guarante...
by denissMT
Tue Mar 21, 2023 9:42 am
Forum: Beginner Basics
Topic: LoRa messages to MQTT server
Replies: 1
Views: 1253

Re: LoRa messages to MQTT server

Unfortunately, it is not possible to push LoRa payloads via MQTT.
LoRa payloads can only be sent to LoRa servers.
by denissMT
Wed Mar 01, 2023 11:46 am
Forum: Beginner Basics
Topic: Narrow Band not connecting on Mikrotik KNOT
Replies: 3
Views: 1932

Re: Narrow Band not connecting on Mikrotik KNOT

Please make a support ticket:
https://mikrotik.com/support
by denissMT
Wed Jan 11, 2023 11:20 am
Forum: MikroTik hardware questions
Topic: mPCIe socket in MikroTik KNOT (LoRa-less version)
Replies: 10
Views: 5434

Re: mPCIe socket in MikroTik KNOT (LoRa-less version)

@denissMT Why then does Getic sell them with and without the LR8? https://www.getic.com/product/mikrotik-knot-lr8-kit https://www.getic.com/product/mikrotik-knot The knot that is not the LR8 kit should have a spare mini pcie slot? As mentioned above, we have KNOT and KNOT LR8: https://mikrotik.com/...
by denissMT
Mon Jan 02, 2023 10:23 am
Forum: MikroTik hardware questions
Topic: KNOT: not getting GPS coordinates
Replies: 1
Views: 1492

Re: KNOT: not getting GPS coordinates

Please check the guide at:
https://help.mikrotik.com/docs/display/ ... matization

Make sure that you change the priority - see if it helps. If it does not, please make a support ticket to us -> we will need more information:
https://mikrotik.com/support
by denissMT
Tue Dec 20, 2022 12:03 pm
Forum: General
Topic: [IoT] KNOT & TG-BT5-OUT - Missing advertisements
Replies: 7
Views: 1602

Re: [IoT] KNOT & TG-BT5-OUT - Missing advertisements

Hi There Deniss, i have tried this guide and followed each step setting up the email server, and created the schedule. However I still do not get any emails or output from the Knot router at all to email. Apart from the email server setup, is there any thing in the firewall settings that might caus...
by denissMT
Tue Dec 20, 2022 12:01 pm
Forum: General
Topic: [IoT] KNOT & TG-BT5-OUT - Missing advertisements
Replies: 7
Views: 1602

Re: [IoT] KNOT & TG-BT5-OUT - Missing advertisements

Thanks Deniss. Is there a way within the KNOT itself to see if there is interference on the BLE channels? If I turn on the Wi-Fi radio and go to the status page it shows a noise floor of -119dBm. Unfortunately, there is no such feature. I would highly suggest trying to see if the payloads are lost ...
by denissMT
Tue Dec 20, 2022 11:46 am
Forum: Wireless Networking
Topic: Is it possible to use KNOT L8 as a LoRaWAN node?
Replies: 1
Views: 1276

Re: Is it possible to use KNOT L8 as a LoRaWAN node?

Our LoRa gateways use miniPCIe cards, like: https://mikrotik.com/product/r11e_lr8#fndtn-specifications or: https://mikrotik.com/product/r11e_lr9 or, new addition: https://mikrotik.com/product/r11e_lr2 The main difference is operating frequency. They are "packet forwarders" and are meant to...
by denissMT
Tue Dec 20, 2022 11:24 am
Forum: MikroTik hardware questions
Topic: mPCIe socket in MikroTik KNOT (LoRa-less version)
Replies: 10
Views: 5434

Re: mPCIe socket in MikroTik KNOT (LoRa-less version)

If you mean: https://mikrotik.com/product/knot It does not have a free miniPCIe slot that you can use. Devices, like: https://mikrotik.com/product/RBwAPR-2nD Do have one. You need to check the specifications page and check the "Peripherals" section. If the device has a usable miniPCIe slot...
by denissMT
Fri Oct 21, 2022 3:49 pm
Forum: RouterOS beta
Topic: lora package in RouterOS v7
Replies: 3
Views: 7326

Re: lora package in RouterOS v7

LoRa package should be available under "Extra packages":
https://mikrotik.com/download
by denissMT
Thu Sep 08, 2022 11:30 am
Forum: General
Topic: LoRa to Home Assistant
Replies: 5
Views: 2644

Re: LoRa to Home Assistant

Hi Guys I have a LoRa Gateway connected to The Things Network. Using TTNV3, I have the Integration passing data to Home Assistant. Does anyone know if you can directly configure LoRa to pass directly to Home Assistant, with out using The Things Stack on an internal network? LoRa to MQTT? Cheers Cur...
by denissMT
Thu Sep 08, 2022 11:17 am
Forum: MikroTik hardware questions
Topic: WAP LR8 external antena ROS configuraton
Replies: 1
Views: 880

Re: WAP LR8 external antena ROS configuraton

To use an external antenna you need to physically connect the MiniPCIe LR chip with a UFL connector to the SMA slot, as per the guide at:
https://help.mikrotik.com/docs/display/ ... stallation
There is no need for the additional settings - just physically connecting it will make it work.
by denissMT
Thu Sep 08, 2022 9:25 am
Forum: General
Topic: wAP Lr8: Receiving LoRaWAN packets with very low SNR
Replies: 1
Views: 653

Re: wAP Lr8: Receiving LoRaWAN packets with very low SNR

Please create a support ticket in our system:
https://mikrotik.com/support
by denissMT
Thu Sep 08, 2022 9:07 am
Forum: General
Topic: LR8 LoRaWAN Transmission problem
Replies: 4
Views: 1427

Re: LR8 LoRaWAN Transmission problem

Based on the changelog:
https://mikrotik.com/download/changelogs
It was fixed starting with 7.3.
*) lora - fixed bogus TOO_EARLY errors;
by denissMT
Wed Sep 07, 2022 4:55 pm
Forum: Beginner Basics
Topic: Mikrotik KNOT with AT&T IoT LTE-M US Data Plan
Replies: 1
Views: 616

Re: Mikrotik KNOT with AT&T IoT LTE-M US Data Plan

Please make sure that you have an external CAT-M/NB-IoT antenna connected to the KNOT's SMA.

If you still have issues and you are certain that another device works perfectly fine in the same location using the same SIM card, please create a support ticket for us.
by denissMT
Wed Sep 07, 2022 4:47 pm
Forum: General
Topic: KNOT Mac address confused?
Replies: 3
Views: 1186

Re: KNOT Mac address confused?

The port should be called a "modem". Please make sure that the issue is not relevant on the latest stable v7 release. We have added a new script to the "PDU structure" guide: https://help.mikrotik.com/docs/display/UM/MikroTik+Tag+advertisement+formats#heading-Scriptfordecoding Th...
by denissMT
Wed Sep 07, 2022 12:11 pm
Forum: MikroTik hardware questions
Topic: KNOT RB924I with nanoSIM to send SMS
Replies: 1
Views: 1199

Re: KNOT RB924I with nanoSIM to send SMS

First of all, make sure SMS is supported by your ISP. Secondly, make sure that the "port" is not used by the PPP out interface: ___ [admin@Blabla] > tool sms send modem phone-number="+xxxxx" message="message" channel=2 failure: port's channel is already in use ___ If yo...
by denissMT
Wed Sep 07, 2022 11:40 am
Forum: Scripting
Topic: Bluetooth Connect
Replies: 1
Views: 893

Re: Bluetooth Connect

If we are talking about specifically/strictly the Bluetooth interface - the main idea is to "listen" for advertising reports. The reports that are stored under the "Advertising reports" tab (under the Bluetooth interface) can then be structured into a message (or specific "o...
by denissMT
Wed Sep 07, 2022 11:33 am
Forum: MikroTik hardware questions
Topic: Mikrotik Knot LR9 LTE-M not reliable
Replies: 2
Views: 892

Re: Mikrotik Knot LR9 LTE-M not reliable

Please create a support ticket:
https://mikrotik.com/support
by denissMT
Wed Sep 07, 2022 11:29 am
Forum: General
Topic: [IoT] KNOT & TG-BT5-OUT - Missing advertisements
Replies: 7
Views: 1602

Re: [IoT] KNOT & TG-BT5-OUT - Missing advertisements

We have recently added a new guide on how to send an e-mail notification from the KNOT in case the "trigger" is detected. You can find the guide by following the link: https://help.mikrotik.com/docs/display/UM/Email+notification+on+the+MikroTik+BLE+tag%27s+accelerometer+triggers You can fi...
by denissMT
Thu Aug 04, 2022 2:49 pm
Forum: Scripting
Topic: Bluetooth pairing via script Mikrotik Knot
Replies: 1
Views: 1233

Re: Bluetooth pairing via script Mikrotik Knot

Unfortunately, KNOT's Bluetooth interface is not meant for pairing. It is, currently, only meant for "scanning" advertising reports and "advertising" custom payloads using 37, 38, and 39 Bluetooth channels.
by denissMT
Mon Aug 01, 2022 8:32 am
Forum: Useful user articles
Topic: Knot (RB924i-2nD-BT5&BG77) + Bluetooth tag (TG-BT5-IN) pairing
Replies: 1
Views: 10180

Re: Knot (RB924i-2nD-BT5&BG77) + Bluetooth tag (TG-BT5-IN) pairing

Please check the video at: https://www.youtube.com/watch?v=YTuZ-VHmqRo There is no need to "pair" anything. Once the tags are in the advertising mode: https://help.mikrotik.com/docs/display/UM/TG-BT5-IN#heading-Tagmodes tags will broadcast information about themselves in the Bluetooth pack...
by denissMT
Mon May 02, 2022 5:11 pm
Forum: General
Topic: Knot bluetooth PDU format
Replies: 5
Views: 1623

Re: Knot bluetooth PDU format

In the current Bluetooth implementation, the "data" parameter shows the "AdvData" (0...31 octets) part of the whole "PDU payload".
by denissMT
Wed Apr 06, 2022 10:36 am
Forum: General
Topic: wAP LR8 kit - FW-Upgrade -v6.48.1 stable- Lora Module is missing
Replies: 3
Views: 998

Re: wAP LR8 kit - FW-Upgrade -v6.48.1 stable- Lora Module is missing

What about latest OS v 7.1.5? I can't find LoRa on updates wAP LoRa8 kit.

Is it hidden somewhere?

Thank You!
https://mikrotik.com/product/wap_lr8_kit is MIPSBE architecture.
You can find the lora package under "extra packages" on our download page:
https://mikrotik.com/download
by denissMT
Wed Apr 06, 2022 10:28 am
Forum: General
Topic: LR8 LoRaWAN Transmission problem
Replies: 4
Views: 1427

Re: LR8 LoRaWAN Transmission problem

Hello! We have already found a similar issue with the LoRa. If you can confirm that this behavior happens every 70 minutes (after the device is rebooted or LoRa interface is disabled and reenabled) and that after 70 minutes, the downlink messages stop being sent for the duration of 2 minutes (even t...
by denissMT
Wed Mar 16, 2022 3:13 pm
Forum: Scripting
Topic: KNOT MQTT Modbus Messaging
Replies: 3
Views: 2681

Re: KNOT MQTT Modbus Messaging

Create different variables for each address and set up the scheduler (to run the script whenever you like).
by denissMT
Thu Mar 03, 2022 4:38 pm
Forum: Scripting
Topic: KNOT MQTT Modbus Messaging
Replies: 3
Views: 2681

Re: KNOT MQTT Modbus Messaging

It would look something like this: :local modbusread [/iot modbus read-holding-registers slave-id=0x03 num-regs=0x1 reg-addr=0x0 as-value once] :local modbus [:put [($modbusread->"values")]] #################################### MQTT ##################################### :local message \ &q...
by denissMT
Fri Feb 18, 2022 11:30 am
Forum: General
Topic: MikroTik IoT - Directly parsed beacon values in RouterOS (without script)?
Replies: 1
Views: 782

Re: MikroTik IoT - Directly parsed beacon values in RouterOS (without script)?

Currently, it is only available to post the Bluetooth data via a script. It is the only solution we have.

We will see what we can change/add in the future.
by denissMT
Fri Feb 18, 2022 9:29 am
Forum: General
Topic: TG-BT5-OUT Temperature Issue?
Replies: 3
Views: 781

Re: TG-BT5-OUT Temperature Issue?

<r>We have added a note to the guide:<br/> <URL url="https://help.mikrotik.com/docs/display/UM/MikroTik+Tag+advertisement+formats"><LINK_TEXT text="https://help.mikrotik.com/docs/display/ ... nt+formats">https://help.mikrotik.com/docs/display/UM/MikroTik+Tag+advertisement+formats</LINK_TEXT></URL><b...
by denissMT
Mon Feb 14, 2022 4:14 pm
Forum: MikroTik hardware questions
Topic: Knot and Knot Kit Bluetooth AoA AoD support?
Replies: 1
Views: 3679

Re: Knot and Knot Kit Bluetooth AoA AoD support?

AoA and AoD are not supported.
You can track tags based on the RSSI level.
by denissMT
Fri Jan 21, 2022 9:08 am
Forum: Beginner Basics
Topic: IOT Knot Config. Modbus RTU to Mqtt
Replies: 2
Views: 3580

Re: IOT Knot Config. Modbus RTU to Mqtt

Currently, only MQTT publish is supported (MQTT subscriber is not). MODBUS allows KNOT to act as a TCP bridge and read data from Modbus-supported devices connected to a 2-pin terminal block on the board. Modbus clients (slaves) can access the data from the Modbus server (master - KNOT) using the 502...
by denissMT
Mon Dec 20, 2021 2:10 pm
Forum: General
Topic: 1700 to mqtt
Replies: 1
Views: 1821

Re: 1700 to mqtt

Unfortunately, it is not possible.
by denissMT
Mon Dec 20, 2021 2:00 pm
Forum: General
Topic: MQTT - Setup on an AP
Replies: 2
Views: 1694

Re: MQTT - Setup on an AP

Make sure that pings between the MQTT broker/server and RouterOS work. If both devices can reach each other and pings are successful, you can use a tool like Packet Sniffer - to see whether the MQTT packets are sent/received back:
https://help.mikrotik.com/docs/display/ ... et+Sniffer
by denissMT
Mon Dec 20, 2021 1:56 pm
Forum: Scripting
Topic: IoT MQTT Bluetooth Script by MikroTik
Replies: 1
Views: 5334

Re: IoT MQTT Bluetooth Script by MikroTik

Try applying filters to the script: # POSIX regex for filtering advertisement Bluetooth addresses. E.g. "^BC:33:AC" # would only include addresses which start with those 3 octets. # To disable this filter, set it to "" :local addressRegex "" # Signal strength filter. E....
by denissMT
Mon Dec 20, 2021 1:49 pm
Forum: General
Topic: KNOT - modbus routing via MQTT
Replies: 16
Views: 6642

Re: KNOT - modbus routing via MQTT

Currently, MODBUS in RouterOS can display only the response/reply to function code 3 (Modbus) request (that is if Modbus "slave" device that is connected to KNOT supports "function code 3"): https://help.mikrotik.com/docs/pages/viewpage.action?pageId=61046813#heading-ReadingMODBU...
by denissMT
Wed Jul 07, 2021 12:35 pm
Forum: RouterOS beta
Topic: REST API access to GPS data
Replies: 1
Views: 2400

Re: REST API access to GPS data

You can use a command like this: curl -k -u admin: -X POST https://ip_address/rest/system/gps/monitor --data '{"once":""}' -H "content-type: application/json" HTTP GET will only return the data that is available using "print" command, like, for example, "...
by denissMT
Mon Jun 07, 2021 2:53 pm
Forum: Scripting
Topic: MQTT client in routerOS
Replies: 23
Views: 19825

Re: MQTT client in routerOS

Hi wonderful feature, but I tried it and doesn't work for me. [admin@jindra] > iot export /iot mqtt brokers add address=192.168.12.2 client-id=test name=kancl password=***** username=user [admin@jindra] > iot mqtt publish broker=kancl message="test" topic=mikrotik No traffic in sniffer to...