8000 add note for async mode · lasseod/arduinoWebSockets@b7a694c · GitHub
[go: up one dir, main page]

Skip to content

Commit b7a694c

Browse files
committed
add note for async mode
1 parent 0a8a897 commit b7a694c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ a WebSocket Server and Client for Arduino based on RFC6455.
3030
supported for:
3131
- wss client on the ESP8266
3232

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+
3340
### Issues ###
3441
Submit issues to: https://github.com/Links2004/arduinoWebSockets/issues
3542

0 commit comments

Comments
 (0)
0