mqtt_flutter_web

Command to run project with local IP

flutter run -d web-server –web-hostname --web-port

How to set up a broker

  1. Download broker from EMQx. https://www.emqx.io/downloads

  2. Follow the setup steps that are described on the download page

  3. To use MQTT public

    • https://www.emqx.com/en/mqtt/public-mqtt5-broker

MQTT Libraies:

Flutter: https://pub.dev/packages/mqtt_client Node.js: https://www.npmjs.com/package/mqtt Python: https://pypi.org/project/paho-mqtt/ Android: https://github.com/eclipse/paho.mqtt.android iOS: https://cocoapods.org/pods/MQTTClient

PPT slide update:

Connect with me