MQTT connection over BLE

Are there any examples showing use of the MQTT library using Bluetooth as the Link Layer? I see this on Zephyr's repo zephyr/subsys/net/l2/bluetooth at main · zephyrproject-rtos/zephyr (github.com). But struggling to see any way to "plug it in" to where it needs to go.

Parents Reply Children
  • I am not sure exactly why it never was widely adopted. Part of it might be that it required IPv6 support, before IPv6 was widely supported. Also, the lack of support in normal WiFi routers meant that everyone who wanted to use it had to also develop their own gateways.

    So it was probably a combination of several things. A chicken and egg problem with no devices using it, therefore no demands for routers that support it; and because of no routers that supported it, no devices that used it. No one with a really good use case for smaller devices connected directly to the internet, and bigger devices could use Wi-Fi. These days we have Thread and Wi-Fi 6. Etc.

Related