From b7a694c16a9ea3554f51a691411479310949d267 Mon Sep 17 00:00:00 2001 From: Markus Sattler Date: Fri, 29 Jan 2016 13:28:05 +0100 Subject: [PATCH] add note for async mode --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2cca85f..dbe3cb6 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,13 @@ a WebSocket Server and Client for Arduino based on RFC6455. supported for: - 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 ### Submit issues to: https://github.com/Links2004/arduinoWebSockets/issues