fix(lws): Update websocket Echo server (#894)

* fix(lws): Update websocket Echo server

- Update Websocket Echo Server, "wss://echo.websocket.events" is no longer available.
This commit is contained in:
Guilherme Alves Ferreira
2025-10-03 06:17:11 -03:00
committed by GitHub
parent 6f6237a0cc
commit 318e41b3c3
2 changed files with 4 additions and 4 deletions

View File

@@ -52,14 +52,14 @@ I (18208) lws-client: LWS minimal ws client echo
216516: __lws_lc_tag: ++ [vh|0|default||-1] (1) 216516: __lws_lc_tag: ++ [vh|0|default||-1] (1)
I (18248) lws-client: connect_cb: connecting I (18248) lws-client: connect_cb: connecting
210112: __lws_lc_tag: ++ [wsicli|0|WS/h1/default/echo.websocket.events] (1) 210112: __lws_lc_tag: ++ [wsicli|0|WS/h1/default/echo.websocket.org] (1)
204800: [wsicli|0|WS/h1/default/echo.websocket.events]: lws_client_connect_3_connect: trying 13.248.241.119 204800: [wsicli|0|WS/h1/default/echo.websocket.org]: lws_client_connect_3_connect: trying 13.248.241.119
180776: lws_ssl_client_bio_create: allowing selfsigned 180776: lws_ssl_client_bio_create: allowing selfsigned
I (19998) wifi:<ba-add>idx:0 (ifx:0, b4:89:01:63:9d:08), tid:0, ssn:321, winSize:64 I (19998) wifi:<ba-add>idx:0 (ifx:0, b4:89:01:63:9d:08), tid:0, ssn:321, winSize:64
I (20768) lws-client: WEBSOCKET_EVENT_CONNECTED I (20768) lws-client: WEBSOCKET_EVENT_CONNECTED
I (20768) lws-client: Sending hello 0000 I (20768) lws-client: Sending hello 0000
I (20778) lws-client: WEBSOCKET_EVENT_DATA I (20778) lws-client: WEBSOCKET_EVENT_DATA
W (20778) lws-client: Received=echo.websocket.events sponsored by Lob.com W (20778) lws-client: Received=echo.websocket.org sponsored by Lob.com
I (20968) lws-client: WEBSOCKET_EVENT_DATA I (20968) lws-client: WEBSOCKET_EVENT_DATA

View File

@@ -14,7 +14,7 @@ menu "Example Configuration"
config WEBSOCKET_URI config WEBSOCKET_URI
string "Websocket endpoint URI" string "Websocket endpoint URI"
default "echo.websocket.events" default "echo.websocket.org"
help help
URL or IP of websocket endpoint this example connects to and sends echo URL or IP of websocket endpoint this example connects to and sends echo
config WEBSOCKET_PORT config WEBSOCKET_PORT