d9a5c629f0
Port to Raspberry Pi Pico W core
...
Add support for the onboard WiFi chip on the Raspberry Pi Pico W
(RP2040 based ) board using the arduino-pico Arduino core at
https://github.com/earlephilhower/arduino-pico
The PicoW WiFi stack is a mashup of the ESP8266 and ESP32 cores, so
only minimal changes were required. Defines a new NETWORK_TYPE for
the PicoW.
ESP8266 examples renames to ESP8266_PICO because they all work unmodified
(except for OTA which is handled differently on the Pico)
2023-05-01 08:50:01 +02:00
dd8675c6a9
don't update cSessionId on unwanted Set-Cookie
2022-06-24 10:57:33 +02:00
28c0cf3094
fix #728 dropNativeClient null ptr
2022-04-05 19:11:11 +02:00
860ac9da69
Prevent Compiler Warning: --> add // falls through
...
prevent Compiler warning by adding // falls through to imform compiler.
2021-06-20 09:22:41 +02:00
ed685e551f
fix _fingerprint is set checks for ESP32
...
see #633 and #632
2021-03-07 13:46:37 +01:00
0a4fcd44c2
EIO=4 ping handling #611
2021-01-31 20:27:56 +01:00
39e6a8e709
print version in DEBUG mode
2021-01-07 10:14:30 +01:00
c5900db636
add handling for Socket.IO V3 connection
2020-11-21 16:19:59 +01:00
9470961d85
socket.io improve Cookie handling
2020-11-21 16:19:08 +01:00
7fea0b8bdf
Fix for Newline in Headers when extraHeaders is Empty [577] ( #578 )
...
Closes https://github.com/Links2004/arduinoWebSockets/issues/577
2020-11-14 18:17:10 +01:00
4db14451fb
clang-format
2020-10-26 17:04:19 +01:00
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
ca52afeec0
code style
2020-10-04 15:11:06 +02:00
91b02341ba
Native BareSSL support for ESP8266
...
see #557 , #509 , #492 , #555 , #352
2020-10-04 14:49:22 +02:00
c73c77e988
Add check to set fingerprint;
2020-10-02 09:29:55 +02:00
e1ddbfe1a5
Format Code;
2020-10-01 01:14:01 +02:00
f65e8d9062
call setFingerPrint for ssl object in client with fingerprint received in beginSSL or no connection will start;
2020-10-01 01:12:54 +02:00
e185668a97
header response timeout added
2020-09-12 17:20:03 +02:00
3f1cedb21c
fix #541 allow loop() to be called before begin()
2020-07-11 17:58:36 +02:00
0c3b15c5e7
fix #454
2020-05-03 13:05:55 +02:00
9048ef9ee4
code style
2020-05-03 09:28:55 +02:00
b9e1336826
add new define for yield WEBSOCKETS_YIELD
2020-05-03 09:12:03 +02:00
12684582aa
Initialize _reconnectInterval in constructor.
...
This allows setReconnectInterval() to be called before begin() and stops begin() from overriding _reconnectInterval every time it is called.
2020-03-21 22:14:25 +03:00
adf2b07f3b
fix #447
2019-06-23 12:14:44 +02:00
c164c47f08
Merge branch 'gpn19' into socketio
2019-06-20 10:08:36 +02:00
6a76efa791
fix #445 #446 set TCP timeout for ESP32 on connect
2019-06-20 10:06:21 +02:00
794163cec9
Merge branch 'gpn18' into socketio
2019-06-10 13:30:54 +02:00
3063ad27ae
clang-format
2019-06-10 13:00:01 +02:00
e8df841b7f
add support for ESP32 ETH.h see #443
2019-06-10 09:29:58 +02:00
0aa07421a6
add events for ping / pong rx #382
2019-05-30 20:15:03 +02:00
df3ef524b6
fix #428 by setting Insecure if we do not have a CA or fingerprint
2019-05-30 18:24:28 +02:00
8ec27b0468
fix indexOf #430
2019-05-30 16:52:20 +02:00
c361895a4b
add setCACert based on #434
2019-05-30 16:32:30 +02:00
1b6b42b877
processing client data before potential disconnect
2018-11-03 13:16:12 +01:00
d325bd338e
Merge branch 'master' into gpn18
2018-10-26 20:33:29 +02:00
68800e2e7a
implementing heartbeat
2018-10-23 18:01:33 +02:00
4db22fe5e4
make masking RFC complaint and fix #208
2018-09-23 16:49:10 +05:30
f95c014342
basic event sending works
2018-05-12 16:53:34 +02:00
8967356af3
improve ram usage on one char send
2018-05-12 15:27:08 +02:00
d2043bf8ef
start work for socket.IO
...
basic Engine.IO implementation
2018-05-12 15:13:50 +02:00
bde97179bf
fix unused parameter warnings
...
fix switch warinings
part of #319
2018-05-12 11:39:59 +02:00
a796079b0c
fix code style
2018-05-12 11:27:03 +02:00
e8c0d775fb
fix #146 HTTP Header handler
2018-05-12 11:22:16 +02:00
486a612693
allow usage of IPAddress #230
2018-05-10 20:12:48 +02:00
ac8d806085
Fix format specifiers
2018-05-10 01:16:39 +03:00
887683fabb
Merge branch 'master' into esp32
2018-02-06 20:24:03 +01:00
b87bce4466
add virtual to destructor #243
2017-10-04 19:17:21 +02:00
fa580a568f
Merge pull request #223 from robokoding/master
...
Add ESP32 support from @robokoding
2017-09-20 18:53:55 +02:00
a93a845780
add: ESP32 support
2017-09-03 10:06:00 +02:00
c64a082270
Merge branch 'write_big_data'
2017-08-19 21:36:10 +02:00