flutter_logs icon indicating copy to clipboard operation
flutter_logs copied to clipboard

How to setup MQTT along with Server?

Open technicalbirdVayuz opened this issue 3 years ago • 2 comments

I checked the available post on the medium but would this be fine

await FlutterLogs.initMQTT( topic: "YOUR_TOPIC", brokerUrl: "", //Add URL without schema certificate: "m2mqtt_ca.crt", port: "8883");

Not seems to be working

technicalbirdVayuz avatar Mar 30 '21 11:03 technicalbirdVayuz

Any update on this @technicalbirdVayuz ?

alainmucyo avatar Mar 18 '22 12:03 alainmucyo

check if this help you Flutter + MQTT + ELK

tadmanreis avatar Jun 05 '22 20:06 tadmanreis