-->
Page 1 of 1

Websocket in RTOS SDK

PostPosted: Thu Dec 22, 2016 10:18 pm
by yamori
Hi,
I'm recently trying to get websocket working on ESP8266. I started with the websocket demo using libnopoll. But the program always crashes at the line calling nopoll_conn_tls_new/nopoll_conn_new with a SIGSEGV. So I wonder if the demo program ever works, or just because I'm doing it wrong?