Transfer GPS data over MQTT or HTTPS

Hello everyone,

I want to write a script that has the ability to send GPS data (Results of “system gps monitor”).
The idea I got is to save the result of this command “system gps monitor” in a file and then send that file to the cloud(AWS in my case) but actually I haven’t found a way to do that.

Any help? or any idea to send the GPS data to the cloud?


Thank you very much

Have a look at https://help.mikrotik.com/docs/display/ROS/MQTT

It can publish, so you should be able to write a script which does what you want, not store values locally but publish them directly when you trigger the script.