mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-30 15:47:13 +02:00
add note for async mode
This commit is contained in:
@ -30,6 +30,13 @@ a WebSocket Server and Client for Arduino based on RFC6455.
|
|||||||
supported for:
|
supported for:
|
||||||
- wss client on the ESP8266
|
- wss client on the ESP8266
|
||||||
|
|
||||||
|
### ESP Async TCP ###
|
||||||
|
|
||||||
|
this libary can run in Async TCP mode on the ESP8266.
|
||||||
|
the mode can be aktivated in the ```WebSockets.h``` (see WEBSOCKETS_NETWORK_TYPE define).
|
||||||
|
the ```ESPAsyncTCP``` libary is required.
|
||||||
|
Note: in this mode wss / SSL is not posible.
|
||||||
|
|
||||||
### Issues ###
|
### Issues ###
|
||||||
Submit issues to: https://github.com/Links2004/arduinoWebSockets/issues
|
Submit issues to: https://github.com/Links2004/arduinoWebSockets/issues
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user