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
+5-4
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,11 @@ a WebSocket Server and Client for Arduino based on RFC6455.
18
18
- max input length is limited to the ram size and the ```WEBSOCKETS_MAX_DATA_SIZE``` define
19
19
- max output length has no limit (the hardware is the limit)
20
20
- Client send big frames with mask 0x00000000 (on AVR all frames)
21
-
- Functions called from within the context of the websocket loop might not honor `yield()` and/or `delay()`. See [this issue](https://github.com/Links2004/arduinoWebSockets/issues/58#issuecomment-192376395) for more info and a potential workaround.
22
-
-
21
+
22
+
##### Limitations for Async #####
23
+
- Functions called from within the context of the websocket event might not honor `yield()` and/or `delay()`. See [this issue](https://github.com/Links2004/arduinoWebSockets/issues/58#issuecomment-192376395) for more info and a potential workaround.
24
+
- wss / SSL is not possible.
25
+
23
26
##### Supported Hardware #####
24
27
- ESP8266 [Arduino for ESP8266](https://github.com/Links2004/Arduino)
25
28
- ESP31B
@@ -46,8 +49,6 @@ The mode can be aktivated in the ```WebSockets.h``` (see WEBSOCKETS_NETWORK_TYPE
46
49
47
50
[ESPAsyncTCP](https://github.com/me-no-dev/ESPAsyncTCP) libary is required.
48
51
49
-
Note: in this mode wss / SSL is not possible.
50
-
51
52
### Issues ###
52
53
Submit issues to: https://github.com/Links2004/arduinoWebSockets/issues
0 commit comments