Commit Graph

56 Commits

Author SHA1 Message Date
2af71ab97a fix memory leek
send reason code on clientDisconnect if no reason buffer is set
code style
2015-05-23 07:33:26 +02:00
f1ecfa9d20 first full working version of WebSocketsServer 2015-05-22 23:02:47 +02:00
a14a58dbd2 message browser to client working 2015-05-22 20:35:51 +02:00
e7a33beb6e authentication is working
add libb64 for base64 support (todo get espressif base64 working)
2015-05-22 18:44:16 +02:00
d63e8fdafb speed up connection handling
note: dont use print on tcp! to slow! (17sec vs 78ms)

use client ptr as parameter for the most functions
2015-05-22 14:40:46 +02:00
02da0e0aa7 begin of WebSockets Server development
receive and phasing of WebSockets Header working
2015-05-22 14:19:01 +02:00