Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anon767 authored Nov 21, 2019
1 parent baca979 commit bd5398c
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit bd5398c

Please sign in to comment.