anyc
anyc
If someone is interested, the guys of Sabayon integrated the big picture stuff to provide a Steambox like experience (https://github.com/Sabayon/steambox), but the code also contains some Sabayon-specific parts. As I'm...
Hello, I created a client context with create_client_context() and send GET requests using Message() and ctx.request() from time to time. On the server side (libcoap), I noticed that the session...
I am currently thinking about how I can implement a reverse proxy with libcoap. Similar to what is described in #958, I have a CoAP server with a DTLS socket...
Hello, I have a network with multiple nodes and I have to send the same data or file to each of them, e.g., a firmware update. I am currently evaluating...
Hello, I am currently trying libcoap's proxy functions as you suggested in #1577. It looks like the proxy connection to the upstream server is not reestablished after it gets disconnected,...
Hello, I am trying to start zwave-js-server on a system I built myself and the start of zwave-server fails with: ``` systemd[1]: Started Zwave JS server. zwavejs-start.sh[11294]: Error in driver...
Hello, I have a single-threaded GUI application that uses libcoap (over libcoapy) to control an embedded device. After enabling COAP_BLOCK_TRY_Q_BLOCK, I noticed that my GUI freezes for a short time...