umair13adil / flutter_logs

An extensive logging framework developed for flutter apps.
https://itnext.io/sending-logs-from-flutter-apps-in-real-time-using-elk-stack-mqtt-c24fa0cb9802
Apache License 2.0
40 stars 32 forks source link

How to setup MQTT along with Server? #6

Open technicalbirdVayuz opened 3 years ago

technicalbirdVayuz commented 3 years ago

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

alainmucyo commented 2 years ago

Any update on this @technicalbirdVayuz ?

tadmanreis commented 2 years ago

check if this help you Flutter + MQTT + ELK