crossbario / iotcookbook

Crossbar.io IoT Cookbook
MIT License
17 stars 6 forks source link

ESP32 / Crossbar.io MQTT Bridge example #3

Open oberstet opened 7 years ago

oberstet commented 7 years ago

A plain C code example using the STM32 SDK: a MQTT client that connects via MQTT/TLS to the MQTT Bridge of Crossbar.io to publish WAMP events and subscribe to WAMP topics.

This example does not use AutobahnC (for full WAMP), but uses a standard MQTT embedded client library to talk MQTT with Crossbar.io.

The example should live under: /device/esp32/components/mqtt_bridge_client.

This example is the ESP32 flavor of https://github.com/crossbario/iotcookbook/issues/4.

The example should be based on

For the latter, see:

oberstet commented 7 years ago

CB docs: