From bd5398c7afa34ecfd70fa3ce9abb31b974ba06ad Mon Sep 17 00:00:00 2001 From: anon767 Date: Thu, 21 Nov 2019 10:30:36 +0100 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f28b197..56e2a31 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ -# stm32_websocket_client -Websocket Client using mbedtls +# Websocket Client implementation +Simple Websocket Client using mbedtls tested on STM32F7 + +## Features +- Sending and Receiving encrypted websocket data + +## Limitations +- No continuation frames +- Not parsing Server Handshake response +- No other Op Codes than "text" +- No random Nonce for handshake + ## Prerequisites Set up a Project for your STM32 Microcontroller with LWip and mbedTLS