You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+44-1Lines changed: 44 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,12 @@ The library has been tested with the following MQTT servers:
11
11
-[fluux.io platform](https://fluux.io/)
12
12
-[Mosquitto](https://mosquitto.org/)
13
13
14
+
## Features
15
+
16
+
- MQTT v3.1.1, QOS 0
17
+
- Client manager to support auto-reconnect with exponential backoff.
18
+
- TLS Support
19
+
14
20
## Short term tasks
15
21
16
22
Implement support for QOS 1 and 2 (with storage backend interface and default backends).
@@ -23,7 +29,44 @@ You can launch unit tests with:
23
29
24
30
## Testing with Fluux public MQTT server
25
31
26
-
We encourage you to experiment and test on a public Fluux test server. It is available on mqtt.fluux.io (on ports 1883 for cleartext and 8883 for TLS).
32
+
We encourage you to experiment and test on a public Fluux test server. It is available on mqtt.fluux.io (on ports 1883
0 commit comments