Hi. I need to make the RUTX50 publish any message I want from the CLI to a topic I decide
I did not even find any opkg pakage to use (or I am blind, I read before there was pakage mosquitto-client but looks like Teltonika removed it??!?!).
I found a mqtt_pub command but that looks like it have something todo with serial ports. (very odd that function is named mqtt_pub, and I cant find any other solution)
It’s super basic stuff for a MQTT compatible device, ut I cant find it anywhere.
Then, you should be able to use mosquitto_sub and mosquitto_pub to subcribe and publish, respectively. For more information, I would recommend visiting mosquitto manual page here.