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
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# MQTT Client library for ESP8266 Arduino
2
2
3
-
This is MQTT client library for ESP8266, using mqtt_msg package from [MQTT client library for Contiki](https://github.com/esar/contiki-mqtt) and use for ESP8266 NON-OS SDK [esp_mqtt](https://github.com/tuanpmt/esp_mqtt)
3
+
This is a fork of https://github.com/tuanpmt/ESP8266MQTTClient
4
+
5
+
This is an MQTT client library for ESP8266, using mqtt_msg package from [MQTT client library for Contiki](https://github.com/esar/contiki-mqtt) for use with the ESP8266 NON-OS SDK [esp_mqtt](https://github.com/tuanpmt/esp_mqtt)
4
6
5
7
Features:
6
8
@@ -12,17 +14,21 @@ Features:
12
14
13
15
## Status
14
16
- Support 3 type of qos (0, 1, 2) and outbox
15
-
-only mqtt over TCP
17
+
-Supports MQTT over TCP, TLS, Websocket and Secure Websocket
0 commit comments