Publishing MQTT messages from Thread device using NCS

I have a system that consists of a sensor (nRF52840), hub (nRF5340), and gateway (nRF9160). The high level end goal is to be able to publish a MQTT message from the sensor, and have it travel to a device that can forward it a the cellular network. One concept was to the publish the MQTT message from the sensor, route the data to the hub via OpenThread, and from there route the data to the gateway via PPP. The gateway will then be responsible for sending the data over the cellular network to the MQTT broker. Is this possible? I have been hard pressed to find examples or documentation to support this. A good start would have been a MQTT over Thread demo for NCS which does not exist. 

Parents Reply Children
No Data
Related