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
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,20 +15,14 @@ Aims to be a non-blocking, fully compliant MQTT 3.1.1 client.
15
15
- TCP and TCP/TLS using standard WiFiClient and WiFiClientSecure connections
16
16
- Virtually unlimited incoming and outgoing payload sizes
17
17
- Readable and understandable code
18
-
- Fully async clients available via [AsyncTCP](https://github.com/me-no-dev/AsyncTCP) or [ESPAsnycTCP](https://github.com/me-no-dev/ESPAsyncTCP) (no TLS supported).
18
+
- Fully async clients available via [AsyncTCP](https://github.com/ESP32Async/AsyncTCP) or [ESPAsyncTCP](https://github.com/ESP32Async/ESPAsyncTCP) (no TLS supported).
19
19
- Supported platforms:
20
20
- Espressif ESP8266 and ESP32 using the Arduino framework
21
21
- Espressif ESP32 using the ESP IDF, see [esp idf component](https://docs.espressif.com/projects/arduino-esp32/en/latest/esp-idf_component.html)
22
22
- Basic Linux compatibility*. This includes WSL on Windows
23
23
24
24
> Linux compatibility is mainly for automatic testing. It relies on a quick and dirty Arduino-style `Client` with a POSIX TCP client underneath and Arduino-style `ClientPosixIPAddress` class. These are lacking many features needed for proper Linux support.
25
25
26
-
## Dependencies
27
-
28
-
This libraries requires [AsyncTCP](https://github.com/me-no-dev/AsyncTCP) and [ESPAsnycTCP](https://github.com/me-no-dev/ESPAsyncTCP). These libraries are not actively maintained and have some bugs. There are alternatives available on Github but make sure these alternatives fit in your project.
29
-
30
-
Because of this, I have removed the explicit dependency. You will have to manually add the libraries so you can choose the version which best suites your code.
31
-
32
26
# Documentation
33
27
34
28
See [documentation](https://www.emelis.net/espMqttClient/) and the [examples](examples/).
Copy file name to clipboardExpand all lines: docs/index.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,20 +10,14 @@
10
10
- TCP and TCP/TLS using standard WiFiClient and WiFiClientSecure connections
11
11
- Virtually unlimited incoming and outgoing payload sizes
12
12
- Readable and understandable code
13
-
- Fully async clients available via [AsyncTCP](https://github.com/me-no-dev/AsyncTCP) or [ESPAsnycTCP](https://github.com/me-no-dev/ESPAsyncTCP) (no TLS supported).
13
+
- Fully async clients available via [AsyncTCP](https://github.com/ESP32Async/AsyncTCP) or [ESPAsnycTCP](https://github.com/ESP32Async/ESPAsyncTCP) (no TLS supported).
14
14
- Supported platforms:
15
15
- Espressif ESP8266 and ESP32 using the Arduino framework
16
16
- Espressif ESP32 using the ESP IDF, see [esp idf component](https://docs.espressif.com/projects/arduino-esp32/en/latest/esp-idf_component.html)
17
17
- Basic Linux compatibility*. This includes WSL on Windows
18
18
19
19
> Linux compatibility is mainly for automatic testing. It relies on a quick and dirty Arduino-style `Client` with a POSIX TCP client underneath and Arduino-style `IPAddress` class. These are lacking many features needed for proper Linux support.
20
20
21
-
## Dependencies
22
-
23
-
This libraries requires [AsyncTCP](https://github.com/me-no-dev/AsyncTCP) and [ESPAsnycTCP](https://github.com/me-no-dev/ESPAsyncTCP). These libraries are not actively maintained and have some bugs. There are alternatives available on Github but make sure these alternatives fit in your project.
24
-
25
-
Because of this, I have removed the explicit dependency. You will have to manually add the libraries so you can choose the version which best suites your code.
0 commit comments