In SDK v2.6.1, commenting out the following code in websocket.c
allows successful connection to the WebSocket. However, in SDK v2.7.0, even after commenting out the same code, I am still unable to connect to the WebSocket.
In SDK v2.6.1, commenting out the following code in websocket.c
allows successful connection to the WebSocket. However, in SDK v2.7.0, even after commenting out the same code, I am still unable to connect to the WebSocket.
Hi,
We tried connecting to echo.websocket.org
and were able to establish a connection using SDK v2.6.1, but it does not work with v2.7.0.
We are developing a product for our client, who uses a personal server. We want to connect to this server using WebSockets and receive data from it.
can you please ask me is there any change in websocket driver side in sdk v2.7.0 ?
Hi,
The websocket library was converted to use zsock API.
The nRF Connect SDK v2.6.1 uses v3.5.99-ncs1-1 of Zephyr, and v2.7.0 uses v3.6.99-ncs2 of Zephyr. So you can compare this two tags to see all the changes.
I would recommend looking at the WebSocket Client sample in Zephyr.
Best regards,
Marte