Hi,
I am thinking of creating an aplication to simulate a home automation system. I want to utilize Thread protocol stack and use MQTT-SN as a transport.
I have successfully run OTBR and found resources how to use MQTT-SN gateway to connect to a broker. I am also familiar with cli example and basics of configuring Thread network using ot-cli. What is a best way to follow my idea and to establish simple connection between a gateway and a client. Am I able to somehow easily combine cli and mqtt_sn_publisher to begin communication?
I can imagine how communication works in 'plain stack', i.e. ethernet, ipv4/v6 and MQTT-SN, but how different it is when I use Thread as lower layers - do I simply create a socket in Zephyr and just send data to an open port and OTBR 'does magic'?
I am currently using nRF52833 DKs and OTBR in docker-RCP architecture (RCP from openthread repository).
I'd appreciate your help in this matter.