Links
4db14451fb
clang-format
2020-10-26 17:04:19 +01:00
itay7564
80bf087cd0
Add SSL client certificate support ( #572 )
...
* Add client certificate support
allows WiFiClientSecureBearSSL users to use client certificate and private key for the WebSocker.
also added SSL functions for socket.io
2020-10-26 17:01:31 +01:00
Links
91b02341ba
Native BareSSL support for ESP8266
...
see #557 , #509 , #492 , #555 , #352
2020-10-04 14:49:22 +02:00
Tobias Gessler
e185668a97
header response timeout added
2020-09-12 17:20:03 +02:00
Links
3f1cedb21c
fix #541 allow loop() to be called before begin()
2020-07-11 17:58:36 +02:00
Links
794163cec9
Merge branch 'gpn18' into socketio
2019-06-10 13:30:54 +02:00
Links
3063ad27ae
clang-format
2019-06-10 13:00:01 +02:00
Links
c361895a4b
add setCACert based on #434
2019-05-30 16:32:30 +02:00
Jozef Sovcik
68800e2e7a
implementing heartbeat
2018-10-23 18:01:33 +02:00
Links
f95c014342
basic event sending works
2018-05-12 16:53:34 +02:00
Links
d2043bf8ef
start work for socket.IO
...
basic Engine.IO implementation
2018-05-12 15:13:50 +02:00
Links
486a612693
allow usage of IPAddress #230
2018-05-10 20:12:48 +02:00
Links
887683fabb
Merge branch 'master' into esp32
2018-02-06 20:24:03 +01:00
Links
b87bce4466
add virtual to destructor #243
2017-10-04 19:17:21 +02:00
Markus
fa580a568f
Merge pull request #223 from robokoding/master
...
Add ESP32 support from @robokoding
2017-09-20 18:53:55 +02:00
Links
522a67bc1b
add setReconnectInterval for the Client
2017-08-19 21:16:07 +02:00
Silver Kuusik
dbabc1025b
added esp32 support
2017-07-30 00:58:15 +02:00
Martin Becker
d0ab6c4fd1
Remove redundant method header and fix indent
2017-07-20 08:21:29 +02:00
Martin Becker
669f0b489e
Fix empty header issue
2017-07-19 11:12:00 +02:00
Martin Becker
42ab3168c5
Switch to setting extra headers via function
2017-07-19 09:59:34 +02:00
jesben
40f84c19f4
Adding beginSocketIOSSL
2017-06-18 12:51:34 +02:00
Links
e93a323e56
add support for Fragmentation / continuation opcode Receive
2017-02-22 14:29:26 +01:00
Carl Ouellette
60e3d1080e
Merge branch 'master' into master
2017-02-07 16:05:20 -05:00
Markus Sattler
d2719573d4
add function to send WS ping
...
sendPing();
#130
2016-10-22 19:47:44 +02:00
CAOU123
7810d0d0b3
Make library compatible with Particle devices
2016-10-20 15:46:44 -04:00
Markus
529a86cc26
Merge pull request #90 from kenkus-futurice/master
...
Add socket.io client
2016-09-11 17:13:57 +02:00
cella
b3d4367d10
fix spellings
2016-06-17 15:37:07 +01:00
Kenta Kusumoto
f8a5acc9b7
Add socket.io client
2016-06-06 15:21:13 +03:00
Markus Sattler
450ca76a74
add return value to all send functions
2016-02-20 12:27:19 +01:00
Markus Sattler
c57a4c19ab
add HTTP Basic Authorization to WS Client and Server
...
see: #55
2016-02-17 17:56:03 +01:00
Markus Sattler
2d87bfa3d6
less ram usage when using strings
2016-02-06 19:21:24 +01:00
Markus Sattler
63f8675816
update README.md
2016-01-29 13:52:27 +01:00
Markus Sattler
0a8a8979ef
Merge remote-tracking branch 'remotes/origin/master' into async
...
Conflicts:
src/WebSockets.h
2016-01-29 13:22:15 +01:00
Bruno Tibério
358d8c769e
added subprotocol for ssl client also
2016-01-24 17:08:22 +00:00
Markus Sattler
1275914c86
first parts of client working
2016-01-24 00:52:23 +01:00
Markus Sattler
57e30e0634
First steps to do async
2016-01-23 16:27:02 +01:00
Bruno Tibério
3e0b0bd377
updated with upstream, added subprotocol to client
2016-01-20 23:56:09 +00:00
Markus Sattler
cf7652a371
allow usage of std::bind for Event callback
2016-01-11 10:37:27 +01:00
Markus Sattler
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
Chris Hinze
73680279f5
verify ssl certificate fingerprint
2015-12-24 04:47:11 +01:00
Markus Sattler
83ac64b72b
add support for AVR
...
this need some more testing but basics are done
2015-12-10 11:16:08 +01:00
Markus Sattler
098c488ff0
add beginSSL
2015-12-10 10:10:06 +01:00
Markus Sattler
d5b0364f5c
allow override of CB handling
...
see #14
2015-10-31 11:37:07 +01:00
Markus Sattler
39f912b982
add possibility to add Header To Payload to save one TCP package
...
see #12
2015-10-11 10:11:32 +02:00
Markus Sattler
ad1e609850
change private to protected (see #10 )
2015-08-26 19:15:37 +02:00
Markus Sattler
e1e6280e82
first working WebSocketClient
...
add LGPLv2.1
2015-05-24 15:40:47 +02:00
Markus Sattler
b5dbeccdf5
first steps to Client
2015-05-23 23:51:32 +02:00
Markus Sattler
02da0e0aa7
begin of WebSockets Server development
...
receive and phasing of WebSockets Header working
2015-05-22 14:19:01 +02:00