I would like to figure our how i can send MQTT packages over a Thread network using a nrf52840DK. And to begin with only between two nrf52840 devices.
I am using the nrf connect sdk and have been looking at the MQTT example for nrf9160 to see how MQTT is setup and i have been looking at the Thread coApp example but cannot figure out how the radio communication works.
I have not been able to find an example where MQTT is implemented ontop of a openThread network, is there any?
I thought i could take the MQTT example for nrf9160 and replace the LTE communication with openThread that the coApp example uses.