Commit Graph

486 Commits

Author SHA1 Message Date
Hasenradball 175e80f17b Update webSocket.html (#978) 2026-02-25 22:22:58 +01:00
Moritz Ulmer 08292d631b Fix 975 - Broken custom network interface from client cert (#976)
Why:

- New calls not implemented by custom network interface class
  - WebSocketsNetworkClientSecure

This change addresses the need by:

- Adding interface functions to WebSocketsNetworkClientSecure class
- Updating example
2026-02-21 20:02:46 +01:00
Hasenradball 163f7825e1 Prevent unwanted Compiler Warnings (#772)
- replace format specifier `%d` by `%ld` to prevent comiler warning.
2026-01-31 10:06:16 +01:00
Links2004 1c8b8deaca bump version 2.7.3 2026-01-07 22:02:31 +01:00
Links2004 90d1ac4c9f fix seeed build 2026-01-07 21:57:53 +01:00
Links2004 757b356792 fix(#969): ESP32 Arduino Core < 3.0.0 uses seconds for setTimeout on TCP sockets 2026-01-07 21:39:17 +01:00
罐罐咪 a7a7904733 add client disconnect reason text in SocketIOclient events (#971)
* add client disconnect reason text in SocketIOclient events
2025-12-24 13:25:19 +01:00
Links2004 8d0744eb5e bump version 2.7.2 2.7.2 2025-12-20 13:55:10 +01:00
Razvan Grigore da006ccf91 Add beginSslWithClientKey (#951) 2025-12-19 19:39:11 +01:00
dependabot[bot] fa150b41c9 Bump actions/cache from 4 to 5 (#967)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 11:58:43 +01:00
dependabot[bot] c97b15e575 Bump actions/upload-artifact from 4 to 6 (#968)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 11:58:17 +01:00
Razvan Grigore 84f379474d add client disconnect reason text in events (#957) 2025-10-24 16:28:16 +02:00
Razvan Grigore 6801736f98 add getUrl method (#955) 2025-10-17 17:22:47 +02:00
Moritz Ulmer 3af6593a00 Support Arduino >=3.x for custom network client (#954)
Support Arduino >=3.x for custom network client
2.7.1
2025-10-02 17:18:44 +02:00
Links2004 6eee4c6dc6 clang-format 2.7.0 2025-08-13 19:24:49 +02:00
Links2004 a804e8e5e8 bump version to 2.7.0 2025-08-13 19:23:49 +02:00
Moritz Ulmer 8a261ade21 Allow definition of custom network interfaces (#921)
* Allow definition of custom network interfaces

* Create network client interface class

* Change to PIMPL approach

* Add example for custom network clients

Why:

- Show users how to use multiple network interfaces

This change addresses the need by:

- Adding an example PIO project to use Wi-Fi and GSM/LTE

* Add WebSockets prefix to normal and secure client

Why:

- Avoid name collision
- Fix broken reconnect change

This change addresses the need by:

- Adding WebSockets prefix to all custom clients
- Marking custom client as secure in clientDisconnect()
  - Remove broken fix for reconnecting
2025-08-13 13:39:38 +02:00
Akashdeep Deb 1789a18ddb Update README.md (#927)
* Update README.md

Updating README to include ESP32 support in client mode

* Update README.md

---------

Co-authored-by: Markus <974709+Links2004@users.noreply.github.com>
2024-12-29 10:25:08 +01:00
Markus ca8026e550 Merge pull request #917 from omarcostahamido/patch-2
fix typos in WebSocketClientSocketIOack.ino
2024-11-17 09:48:25 +01:00
OCH daf04b0560 Update WebSocketClientSocketIOack.ino
- fix some typos
2024-11-16 18:47:10 +00:00
Markus 8cdcf47fc5 Merge pull request #913 from Links2004/dependabot/github_actions/arduino/arduino-lint-action-2
Bump arduino/arduino-lint-action from 1 to 2
2024-10-15 09:02:54 +02:00
dependabot[bot] 1bea689694 Bump arduino/arduino-lint-action from 1 to 2
Bumps [arduino/arduino-lint-action](https://github.com/arduino/arduino-lint-action) from 1 to 2.
- [Release notes](https://github.com/arduino/arduino-lint-action/releases)
- [Commits](https://github.com/arduino/arduino-lint-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: arduino/arduino-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-14 11:00:40 +00:00
Links2004 7a4c416082 bump version to 2.6.1 2.6.1 2024-09-06 20:22:33 +02:00
Links2004 87b23a48e9 fix #907 use corect random source for newer ESP32 models 2024-09-06 20:21:38 +02:00
Links2004 bd011d8fd8 clang 2024-09-06 20:20:30 +02:00
Markus af17970256 Merge pull request #906 from omarcostahamido/patch-1
Update WebSocketServer.ino
2024-08-28 19:26:45 +02:00
OCH 66f69c3b20 Update WebSocketServer.ino
- fixed weird indentations
2024-08-28 11:59:46 +01:00
Links2004 d41d65ccdc bump version 2.6.0 2.6.0 2024-08-25 18:35:45 +02:00
Markus 2e54e8b9c6 Merge pull request #903 from Links2004/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2024-08-24 12:29:39 +02:00
Markus 2059fc5c3b Merge pull request #904 from Links2004/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2024-08-24 12:29:18 +02:00
dependabot[bot] b60be0e3c5 Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-24 10:08:09 +00:00
dependabot[bot] e8006439a2 Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-24 10:08:07 +00:00
Markus 0980b209ba Create dependabot.yml 2024-08-24 12:07:31 +02:00
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 2.5.2 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
2.5.1
2024-07-29 10:11:12 +02:00
Links2004 e364e66884 go back to arduino-cli 0.35.3 since 1.0.0 is buggy
see: https://github.com/arduino/arduino-cli/issues/2643
2024-06-17 17:07:09 +02:00
Links2004 d5f0d3c4b5 remove broken rp2040 2024-06-17 16:47:41 +02:00
Links2004 0e127c9a76 update arduino-cli to 1.0.0 2024-06-17 16:28:59 +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
2.4.1
2024-06-17 13:09:37 +02:00
Links2004 93707d455f fix build_sketch_cli result handling 2024-01-05 17:28:16 +01:00
Hasenradball 8d193b176d [Prevent unwanted Compiler Warnings]: Issue #772 - wrong format specifier in line 754 (#773)
* [Prevent unwanted Compiler Warnings]: Issue #772
2024-01-05 17:25:57 +01: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
Links2004 313f2e0170 update actions/cache@v3 2024-01-05 15:26:26 +01:00