-
Greate library so far! But im getting a weird behaviour for which I made a [simple repo](https://github.com/bangonkali/filo/commit/c8589037c476e54b68fb70590f40a12a3feb36aa) to demonstrate this fact.
…
-
So I get this error when trying to run the example as a flutter (0.5.1) app. Any ideas on what could be wrong?
> I/flutter (18829): EXAMPLE::Mosquitto client connecting....
E/flutter (18829): [ERR…
-
Hi, obviously stackeverflow dose not allow asking for examples, do not know where to ask for help.
I already have dart rest api's 'aqueduct',been using flutter flux stores, but it seems to be so much…
-
Some background info. We're looking in to moving from a legacy [Xamarin Android + MQTTNet](https://github.com/chkr1011/MQTTnet) to hopefully a Flutter based implementation with native Kotlin service b…
-
This mighty sound silly, but how can i listen as stream for specific topic? just tried the pub example listener block of code, seemed i got it to missed up with my implementation, where have multiple …
-
Hello! I am trying to make a flutter app that connects to the MQTT server of [meeo.xyz](https://meeo.xyz). I verified that I am able to connect to it by setting the credentials using MQTT.fx
When…
-
I would like to first thank you guys to help make things better!
The original "Standard Setup of Toolchain for Windows" instructions were clear on what to do for every step.
This new CMake-Based B…
-
Hi, I'm trying to implement the AWS IOT connection with this plugin but the aws iot authorizes via private certificate and key. There is an option to provide them in normal dart usage but not working …
knvpk updated
5 years ago
-
```
import 'dart:async';
import 'dart:io';
import 'package:mqtt_client/mqtt_client.dart';
Future main() async {
final MqttClient client = MqttClient('test.mosquitto.org', '');
client.log…
-
Here is my connection code in flutter (mqtt_client: ^3.3.4):
**Code:**
```dart
...
_client = MqttClient(
"wss://${mqttServer}/mqtt",
clientId,
);
_client.port = 443;
_client.useWebSocke…
tje3d updated
5 years ago