Hi,
I am using SDK v2.6.1 with the nrf7002dk_nrf5340_cpuapp board.
I have try nordic websocket_client but i have got Cannot connect to IPv4 remote (-116) error,
please help me to solve this problem
Hi,
I am using SDK v2.6.1 with the nrf7002dk_nrf5340_cpuapp board.
I have try nordic websocket_client but i have got Cannot connect to IPv4 remote (-116) error,
please help me to solve this problem
Hi,
WebSocket Client is not an offical NCS Wi-Fi samples that you can expect to work directly with nRF7002DK boards, please try the following samples first.
If you have same issue when test the WebSocket Client sample with qemu_x86, please report to https://github.com/zephyrproject-rtos/zephyr/issues for help.
Best regards,
Charlie
Hi,
I need to add WebSocket certificates to my code, and I am using the websocket_client example as a reference.
In the src directory, the https-cert.der file is available, and the https-cert.der.inc file is also generated in the build/zephyr/include/generated/ directory. How is the https-cert.der.inc file generated?
Additionally, is there any other method to add a certificate for WebSocket?
ChiragBhavsar said:In thesrcdirectory, thehttps-cert.derfile is available, and thehttps-cert.der.incfile is also generated in thebuild/zephyr/include/generated/directory. How is thehttps-cert.der.incfile generated?
Looks it is generated by zephyr\samples\net\sockets\websocket_client\CMakeLists.txt.
ChiragBhavsar said:Additionally, is there any other method to add a certificate for WebSocket?
I am not sure, you can try to check with the sample codes maintainer.
Hi,
how i can add .cer certificate into the code? can you please give me method for this.
Hi,
how i can add .cer certificate into the code? can you please give me method for this.