Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
3 votes
0 answers
147 views

Trying to figure out how the built-in JSON parser in libwebsockets works. From my understanding of the documentation, you're supposed to call lejp_parse(), giving it a JSON-formatted string and a ...
-2 votes
1 answer
103 views

Minimal client (code below) send POST request, but not see response from the server. After LWS_CALLBACK_CLIENT_HTTP_WRITEABLE client waiting about 15 seconds and reset session. I see server answer in ...
1 vote
0 answers
33 views

I made a simple client using libwebsockets,and the program runs perfect when compiled with gcc into a x86 elf on my ubuntu.But when I tried to compile the program to my rockchip RV1106 board using its ...
2 votes
1 answer
652 views

I'm trying to set up two websocket connections that receive on different threads. I'm aware that only one lws_context should exist, but on https://libwebsockets.org/, they say that you can have n ...
1 vote
1 answer
303 views

This following code is derived from Libwebsockets server site example. It is working, but for some reason LWS_CALLBACK_RECEIVE always gets into callback_http(), in case of below javascript. How can ...
Robber Pen's user avatar
  • 1,133
-1 votes
1 answer
363 views

I am trying to create a websocket client in my c++ project. i was trying to use libwebsockets library to implement the same. websocket server is ssl enabled. I got this working by hard coding the ssl ...
0 votes
0 answers
314 views

I am trying to cross compile libwebsocket for arm-oe-linux-gnueabi but getting the error /opt/arm-oe-linux-gnueabi-generic/bin/../lib/gcc/arm-oe-linux-gnueabi/4.9.4/../../../../arm-oe-linux-gnueabi/...
0 votes
1 answer
1k views

I have 2 separate applications. One is based on libwebsockts which works on port 8081 and the other based on libmicrohttpd which runs on port 8080. Both of these services run on localhost. What I am ...
1 vote
0 answers
532 views

I'm trying to connect to IBM Watson Text to Speech API's Websocket using libwebsockets. I based my code on a simple websocket client found on iamscottmoyers / simple-libwebsockets-example / client.c. ...
Paiku Han's user avatar
  • 583
0 votes
1 answer
370 views

I'm making a C++ application that would get the price information from Binance Futures via WebSockets. To achieve my goal I use Yair Gadelov's websockets wrapper project, which is based on ...
1 vote
0 answers
130 views

I've been trying to build libwebsockets for OP-TEE running on a TI AM437x HS (an arm platform). I'm using Yocto to build; here's the version string for OP-TEE, which is displayed on boot: I/TC: OP-TEE ...
1 vote
0 answers
290 views

I have sort of hit a dead end. Can someone please help. I have never used libwebsockets before. I have an RPI4(Installed Ubuntu 22.04), where my code is running which tries to ping my Laptop(Windows ...
ashutosh's user avatar
0 votes
0 answers
64 views

I built the boost 1.81.0 library, then compiled boost::beast on Linux Ubuntu 22.04 with c++20 (cxxstd 2a). out of this library I wish to learn how to work with 100% (almost) CPU-s on multiple web-...
0 votes
1 answer
211 views

Is there any way to close idle socket.io connections ? or I need to track from my client side. My socket.io version is 4.4.1
0 votes
1 answer
681 views

I've recently been passed an embedded project where an MCU uses libwebsockets (version 3.1.0) to setup a websockets client. The MCU is connected to a SIMCOM modem for 4g connectivity. Up until now the ...
SteC's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
...
11

AltStyle によって変換されたページ (->オリジナル) /