8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8a897 commit b7a694cCopy full SHA for b7a694c
README.md
@@ -30,6 +30,13 @@ a WebSocket Server and Client for Arduino based on RFC6455.
30
supported for:
31
- wss client on the ESP8266
32
33
+### ESP Async TCP ###
34
+
35
+this libary can run in Async TCP mode on the ESP8266.
36
+the mode can be aktivated in the ```WebSockets.h``` (see WEBSOCKETS_NETWORK_TYPE define).
37
+the ```ESPAsyncTCP``` libary is required.
38
+Note: in this mode wss / SSL is not posible.
39
40
### Issues ###
41
Submit issues to: https://github.com/Links2004/arduinoWebSockets/issues
42
0 commit comments