Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP32 / Crossbar.io MQTT Bridge example #3

Open
oberstet opened this issue May 22, 2017 · 1 comment
Open

ESP32 / Crossbar.io MQTT Bridge example #3

oberstet opened this issue May 22, 2017 · 1 comment

Comments

@oberstet
Copy link
Contributor

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 #4.

The example should be based on

  • FreeRTOS
  • lwIP
  • mbedTLS
  • Paho Embedded MQTT C/C++ Client

For the latter, see:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants