This website requires JavaScript.
Explore
Help
Sign In
Links2004
/
arduinoWebSockets
Watch
1
Star
0
Fork
1
You've already forked arduinoWebSockets
mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced
2025-07-15 16:30:31 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dd14850bb67cc3ee5d856c86d5d0110494b834f7
arduinoWebSockets
/
src
History
Thorsten Freitag
dd14850bb6
Used case insensitive recognition for upgrade header. Should work as before, but also with servers that wrongly use lower case upgrade in the header
2016-05-10 11:56:01 +10:00
..
libb64
fix problems with ESP8266 core version 2.0.0
2015-11-30 19:46:37 +01:00
libsha1
add support for AVR
2015-12-10 11:16:08 +01:00
WebSockets.cpp
add return value to all send functions
2016-02-20 12:27:19 +01:00
WebSockets.h
Changed Header value to lower case upgrade, seems to fix connection issues with SAP HCP IoT services. Changed setAuthorization(const char * auth) to send Auth header as is, without BASIC to enable oAuth tokens in header
2016-05-09 00:11:42 +10:00
WebSocketsClient.cpp
Used case insensitive recognition for upgrade header. Should work as before, but also with servers that wrongly use lower case upgrade in the header
2016-05-10 11:56:01 +10:00
WebSocketsClient.h
add return value to all send functions
2016-02-20 12:27:19 +01:00
WebSocketsServer.cpp
fix
#60
2016-03-05 12:13:13 +01:00
WebSocketsServer.h
add return value to all send functions
2016-02-20 12:27:19 +01:00