30d5e13666
set minimum bufsize for base64 encode
2023-08-19 21:16:37 +02:00
751cf87b6c
feat(socketio): add disconnect
function
2023-05-23 18:03:07 +02:00
a215cca4fe
bump version 2.4.1
2023-05-01 15:02:36 +02:00
bb900a77b6
GITHUB_STATE --> GITHUB_OUTPUT
2.4.0
2023-05-01 14:53:30 +02:00
7eda34f345
add RP2040 as supported and bump version
2023-05-01 14:51:36 +02:00
22dff6598f
make OTA work with ArduinoJson 6.x
2023-05-01 14:48:18 +02:00
a4f13a1410
clang-format
2023-05-01 14:36:26 +02:00
4115a87c16
set-output
command is deprecated
2023-05-01 14:36:07 +02:00
82c357c036
fix OTA example build and build tests for esp8266 examples
2023-05-01 14:30:20 +02:00
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
323592f622
Add possibility to change WEBSOCKETS_TCP_TIMEOUT
2022-08-22 14:28:19 +02:00
f1ffaede0b
Fix Typo
2022-08-22 14:22:00 +02:00
94a531c464
Use async sleep, increase chunk size
2022-08-22 14:22:00 +02:00
ccdba4ed8a
Fix response type prefix (LoadProhibitedCause)
2022-08-22 14:22:00 +02:00
2b0e8f6fe9
Fix async run
2022-08-22 14:22:00 +02:00
dd8675c6a9
don't update cSessionId on unwanted Set-Cookie
2022-06-24 10:57:33 +02:00
2110ad0a10
more debug
2022-06-24 10:54:26 +02:00
04249a9b62
more debug
2022-06-24 10:54:26 +02:00
1fb67c8868
esp8266 build, change config options
2022-06-24 10:54:26 +02:00
3073c156b1
Fix compiler warning "function may return address of local variable"
2022-06-24 10:26:43 +02:00
5881a99a30
bump version to 2.3.7
2022-04-05 20:07:59 +02:00
52b3aa8ea4
enable debug for CI
2.3.6
2022-04-05 19:40:57 +02:00
28c0cf3094
fix #728 dropNativeClient null ptr
2022-04-05 19:11:11 +02:00
ab9af162b2
fix code style
2022-04-05 19:10:57 +02:00
8d76469e90
update to Arduino IDE 1.8.19 for testing and dropped testing with 1.6.13
2022-04-05 19:03:19 +02:00
61ea44942e
Suppress esp32/sha.h
warning
2022-04-05 18:55:48 +02:00
28ed615145
Add minimal example for ESP OTA
2021-12-11 11:40:24 +01:00
108090e8cf
Update WebSocketsServer.cpp
...
Created a dummy client in order to be able to drop the TCP Client.
2021-09-10 22:55:37 +02:00
46b2ae1c97
fix #695 , #696
2021-07-14 19:28:25 +02:00
27f86a10ad
allow access to setExtraHeaders and setReconnectInterval for SocketIOclient
...
fix : #690
2021-07-09 17:17:42 +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
c897f60567
update arduino IDE from 1.8.13 to 1.8.15
2021-06-17 20:04:28 +02:00
b242882ac5
add git submodule update --init to esp8266 build
2021-06-17 19:56:45 +02:00
f8da05aa87
add Socket.IO example for ESP32
2021-06-17 19:43:15 +02:00
72aae52655
set EIO to version 4 in SocketIO examples
...
see #682
2021-06-17 19:42:09 +02:00
a14b6b73b4
bump version to 2.3.6
2021-03-08 17:22:23 +01:00
ed685e551f
fix _fingerprint is set checks for ESP32
...
see #633 and #632
2.3.5
2021-03-07 13:46:37 +01:00
7c3b1b7408
install libgtk-3-0
2021-03-06 08:59:21 +01:00
738e43fda4
install libgtk-3-0
2021-03-06 08:56:08 +01:00
f55bf8d4ed
bump version to 2.3.5
2021-02-09 18:26:21 +01:00
a484da47ed
Merge branch 'eio_4_ping_handling'
2.3.4
2021-01-31 20:32:25 +01:00
4355199120
bump version 2.3.4
2021-01-31 20:31:52 +01:00
0a4fcd44c2
EIO=4 ping handling #611
2.3.3
2021-01-31 20:27:56 +01:00
3a2b757155
EIO=4 ping handling #611
2021-01-31 10:28:15 +01:00
900d81e534
make WSclient_t * newClient(WEBSOCKETS_NETWORK_CLASS * TCPclient); public
2021-01-19 16:59:03 +01:00
0ecef8c552
Fixing WebSocket Close see #610
2021-01-19 16:58:37 +01:00
410489f7c5
bump version to 2.3.3
2021-01-07 10:27:42 +01:00
ec22d67c12
version.py can now create WebSocketsVersion.h
2.3.2
2021-01-07 10:24:23 +01:00
39e6a8e709
print version in DEBUG mode
2021-01-07 10:14:30 +01:00
784b7f9cb8
no python3.9 on github actions
2021-01-07 10:05:30 +01:00