|
2d87bfa3d6
|
less ram usage when using strings
|
2016-02-06 19:21:24 +01:00 |
|
|
2b6f1909d7
|
add ESP31B to compatible list
2.0-alpha1
|
2016-01-30 12:02:09 +01:00 |
|
|
16824906c8
|
increase timeout to 2000ms
sync TCP is default
|
2016-01-30 12:01:09 +01:00 |
|
|
632ee13230
|
Merge remote-tracking branch 'remotes/me-no-dev/async' into async
|
2016-01-30 11:59:33 +01:00 |
|
|
512e3f6c09
|
add ESP31B support and fix header size
|
2016-01-30 02:24:29 +02:00 |
|
|
629f524ea4
|
fix c&p error in handling of more then 125 byte
|
2016-01-30 00:34:00 +01:00 |
|
|
63f8675816
|
update README.md
|
2016-01-29 13:52:27 +01:00 |
|
|
b7a694c16a
|
add note for async mode
|
2016-01-29 13:28:05 +01:00 |
|
|
0a8a8979ef
|
Merge remote-tracking branch 'remotes/origin/master' into async
Conflicts:
src/WebSockets.h
|
2016-01-29 13:22:15 +01:00 |
|
|
76853c7a73
|
async client working
|
2016-01-29 13:16:02 +01:00 |
|
|
005441d5f8
|
Merge pull request #43 from brtiberio/master
add possibilty to define subprotocol of websockets client
|
2016-01-26 19:55:02 +01:00 |
|
|
358d8c769e
|
added subprotocol for ssl client also
|
2016-01-24 17:08:22 +00:00 |
|
|
1275914c86
|
first parts of client working
|
2016-01-24 00:52:23 +01:00 |
|
|
790a922d5a
|
add deprecated warning for loop in async mode
fix sync mode
|
2016-01-23 18:41:45 +01:00 |
|
|
5c2c257526
|
fix server disconnect problems
|
2016-01-23 18:34:30 +01:00 |
|
|
57e30e0634
|
First steps to do async
|
2016-01-23 16:27:02 +01:00 |
|
|
3e0b0bd377
|
updated with upstream, added subprotocol to client
|
2016-01-20 23:56:09 +00:00 |
|
|
ece771a275
|
add support for setting:
- Access-Control-Allow-Origin (#25)
- Sec-WebSocket-Protocol ()
add _server->close(); for ESP
|
2016-01-14 17:28:00 +01:00 |
|
|
cf7652a371
|
allow usage of std::bind for Event callback
|
2016-01-11 10:37:27 +01:00 |
|
|
21e959c013
|
fix #38
1.4
|
2016-01-07 01:21:09 +01:00 |
|
|
ccbef0fced
|
Update library.json
|
2015-12-29 12:15:18 +01:00 |
|
|
431c5d17b9
|
Merge pull request #35 from ivankravets/patch-1
@PlatformIO Library Registry manifest file
|
2015-12-29 12:00:39 +01:00 |
|
|
5f9e30e908
|
@PlatformIO Library Registry manifest file
* This library in Web Registry: http://platformio.org/#!/lib/show/549/WebSockets
* Specification: [library.json](http://docs.platformio.org/en/latest/librarymanager/config.html)
* Library Manager: http://docs.platformio.org/en/latest/librarymanager/index.html
|
2015-12-29 00:45:20 +02:00 |
|
|
21e092d179
|
code cleanup
improve readWait error handling
|
2015-12-28 16:33:54 +01:00 |
|
|
b24f021d33
|
update README.md
|
2015-12-28 03:25:01 +01:00 |
|
|
ff33056309
|
try to send data in one TCP packed if possible,
add random mask support for short frames.
may helps with #34
|
2015-12-28 03:19:45 +01:00 |
|
|
848979ecf0
|
use String to store fingerprint
(const char * can be invalidate based on which scope it coming from)
move _fingerprint to Client class only (server not need it)
|
2015-12-24 12:58:05 +01:00 |
|
|
167e61823c
|
Merge pull request #31 from schokocappucino/master
verify ssl certificate fingerprint
|
2015-12-24 12:47:54 +01:00 |
|
|
07bd519940
|
disconnect on certificate mismatch
|
2015-12-24 04:52:05 +01:00 |
|
|
73680279f5
|
verify ssl certificate fingerprint
|
2015-12-24 04:47:11 +01:00 |
|
|
24eb13cf44
|
add WebSocketClientAVR example
1.3
|
2015-12-10 11:18:28 +01:00 |
|
|
83ac64b72b
|
add support for AVR
this need some more testing but basics are done
|
2015-12-10 11:16:08 +01:00 |
|
|
098c488ff0
|
add beginSSL
|
2015-12-10 10:10:06 +01:00 |
|
|
093797a815
|
first step for SSL (wss) support
|
2015-12-10 09:36:18 +01:00 |
|
|
7a22dad9d1
|
try to improve
see: #23
|
2015-12-05 11:43:03 +01:00 |
|
|
92a63e9129
|
fix problems with ESP8266 core version 2.0.0
|
2015-11-30 19:46:37 +01:00 |
|
|
082f5192c0
|
add Gitter
fix examples/WebSocketServer_LEDcontrol/WebSocketServer_LEDcontrol.ino
|
2015-11-27 00:45:43 +01:00 |
|
|
fb47a92f35
|
bump version
1.2
|
2015-11-26 15:20:14 +01:00 |
|
|
111b32d566
|
Merge remote-tracking branch 'remotes/origin/master'
|
2015-11-26 15:19:32 +01:00 |
|
|
3aa0deac74
|
add LED control example
command out all echos
|
2015-11-26 15:19:07 +01:00 |
|
|
888fd853b6
|
Merge pull request #17 from marvinroger/patch-1
Add library category
|
2015-11-06 14:35:34 +01:00 |
|
|
0d6013ce0e
|
Add library category
|
2015-11-06 14:32:24 +01:00 |
|
|
d5b0364f5c
|
allow override of CB handling
see #14
|
2015-10-31 11:37:07 +01:00 |
|
|
187a4ac823
|
bump version
optimize String usage (less malloc / realloc)
remove double debug line
1.1
|
2015-10-21 17:17:09 +02:00 |
|
|
d2d06b59a4
|
Merge pull request #13 from jc19000/master
Update websocket client handshake
|
2015-10-21 17:10:06 +02:00 |
|
|
b60599dcd7
|
Update websocket client handshake
Sending handshake with only one tcp.write.
Note: it solve connection problem with the QT websocket server.
|
2015-10-20 22:05:08 +02:00 |
|
|
39f912b982
|
add possibility to add Header To Payload to save one TCP package
see #12
1.0
|
2015-10-11 10:11:32 +02:00 |
|
|
ad1e609850
|
change private to protected (see #10)
|
2015-08-26 19:15:37 +02:00 |
|
|
03185498e8
|
allow overriding the handling of Non Websocket Connection by extending the class.
see #10
|
2015-08-08 19:54:36 +02:00 |
|
|
516b1047f8
|
not send data if still in HTTP header handling
|
2015-07-26 13:07:45 +02:00 |
|