Aruna Tennakoon
899cfbdbe7
feat: Support Nano 33 IoT, MKR WIFI 1010, XIAO, Wio Terminal ( #901 )
2024-08-24 12:01:45 +02:00
Aruna Tennakoon
dcfb0df665
feat: Support Arduino Nano 33 IoT, MKR WIFI 1010 ( #898 )
2024-08-11 09:09:47 +02:00
Links2004
dc6fd04a98
fix #896 ESP32 Arduino changed setCACertBundle args
2024-08-04 09:40:01 +02:00
Links2004
7da1dc5c6e
bump version 2.5.2
2024-07-29 13:07:27 +02:00
Aruna Tennakoon
d6d4c516b3
Support Arduino UNO WIFI 4 ( #894 )
...
feat: Arduino UNO R4 WiFi support
2024-07-29 10:11:12 +02:00
Links2004
11cf06897c
update arduino-cli
2024-06-17 16:27:43 +02:00
Links2004
af1b0256b9
bump version to 2.4.2
2024-06-17 16:27:08 +02:00
Moritz Ulmer
c5e7a5eb08
Add support for CA bundles ( #885 )
...
Why:
- Allow CA cert bundles to be used
This change addresses the need by:
- Adding a constructor that takes a pointer to the bundle
- Setting the WiFiClientSecure to use the bundle
- Adding an example
2024-06-17 13:09:37 +02:00
Hasenradball
503105a9fe
Remove compiler warnings ( #854 )
...
* [Prevent unwanted Compiler Warnings]: Issue #772
2024-01-05 17:24:45 +01:00
Links2004
6a26f74f95
code style
2024-01-05 15:27:49 +01:00
Links2004
be9fd8e267
fix getSocketNumber for ESP
2024-01-05 15:26:59 +01:00
Lukas Runge
3b143bc6f3
🐛 ➖ removed default values from *.cpp file
2024-01-05 15:20:03 +01:00
Shreyansh Jain
aed167bee0
updated the header file for the same changes
2024-01-05 15:20:03 +01:00
Shreyansh Jain
4acc33589a
added option arguments in socket io being, for pingInterval, pongTimeout, and disconnectTimeoutCount
2024-01-05 15:20:03 +01:00
patrick
3352c833b8
- Fix memory leak by calling delete _server in the WebSocketsServer destructor.
...
- Improve performance by looking for match to existing socket before creating a new one
2024-01-05 15:17:42 +01:00
Links2004
da7efc789e
update github actions to arduino-cli for build tests
2024-01-05 14:57:05 +01:00
matth-x
30d5e13666
set minimum bufsize for base64 encode
2023-08-19 21:16:37 +02:00
mavyfaby
751cf87b6c
feat(socketio): add disconnect function
2023-05-23 18:03:07 +02:00
Links
a215cca4fe
bump version 2.4.1
2023-05-01 15:02:36 +02:00
Links
7eda34f345
add RP2040 as supported and bump version
2023-05-01 14:51:36 +02:00
Links
a4f13a1410
clang-format
2023-05-01 14:36:26 +02:00
Earle F. Philhower, III
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
jakubdybczak
323592f622
Add possibility to change WEBSOCKETS_TCP_TIMEOUT
2022-08-22 14:28:19 +02:00
skwad77
dd8675c6a9
don't update cSessionId on unwanted Set-Cookie
2022-06-24 10:57:33 +02:00
sivar2311
3073c156b1
Fix compiler warning "function may return address of local variable"
2022-06-24 10:26:43 +02:00
Links
5881a99a30
bump version to 2.3.7
2022-04-05 20:07:59 +02:00
Links
28c0cf3094
fix #728 dropNativeClient null ptr
2022-04-05 19:11:11 +02:00
Links
ab9af162b2
fix code style
2022-04-05 19:10:57 +02:00
Khoi Hoang
61ea44942e
Suppress esp32/sha.h warning
2022-04-05 18:55:48 +02:00
mvermand22
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
Links
46b2ae1c97
fix #695 , #696
2021-07-14 19:28:25 +02:00
Links
27f86a10ad
allow access to setExtraHeaders and setReconnectInterval for SocketIOclient
...
fix : #690
2021-07-09 17:17:42 +02:00
Hasenradball
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
Links
a14b6b73b4
bump version to 2.3.6
2021-03-08 17:22:23 +01:00
Links
ed685e551f
fix _fingerprint is set checks for ESP32
...
see #633 and #632
2021-03-07 13:46:37 +01:00
Links
f55bf8d4ed
bump version to 2.3.5
2021-02-09 18:26:21 +01:00
Links
4355199120
bump version 2.3.4
2021-01-31 20:31:52 +01:00
Links
3a2b757155
EIO=4 ping handling #611
2021-01-31 10:28:15 +01:00
Links
900d81e534
make WSclient_t * newClient(WEBSOCKETS_NETWORK_CLASS * TCPclient); public
2021-01-19 16:59:03 +01:00
Links
0ecef8c552
Fixing WebSocket Close see #610
2021-01-19 16:58:37 +01:00
Links
410489f7c5
bump version to 2.3.3
2021-01-07 10:27:42 +01:00
Links
ec22d67c12
version.py can now create WebSocketsVersion.h
2021-01-07 10:24:23 +01:00
Links
39e6a8e709
print version in DEBUG mode
2021-01-07 10:14:30 +01:00
Links
fd83d6ad45
add WebSocketsVersion.h and some build checks
2021-01-07 09:59:49 +01:00
Links
822618f606
code style fix
2021-01-05 21:18:30 +01:00
david gauchard
ebb87cdc8a
+ constructors for scalars
2020-11-26 19:33:18 +01:00
david gauchard
e7ab913693
fix clearing _Client[]
2020-11-26 19:33:18 +01:00
david gauchard
52547ec47c
fix clients init logic
2020-11-26 19:33:18 +01:00
david gauchard
74411bf729
use native contructor and destructor to initialize WSclient_t
2020-11-26 19:33:18 +01:00
Links
c5900db636
add handling for Socket.IO V3 connection
2020-11-21 16:19:59 +01:00