timbo100

Results 12 issues of timbo100

I'm investigating the use of VL53L1 sensor for very low power people counting. STMicroelectronics boasts their ULP driver which is key to low power ranging. I'm not using an STM...

I'm looking for an embedded HTTP server that I can code in C++ , and among other things, be able to define a route that returns a directory listing from...

Hi someone else on my team has been responsible for build our application that uses Restinio and it's all working well. However, I need to figure out how to be...

I have my own server that uses an NGINX reverse proxy to an internal server (embedded restinio [C++]) for message communication. I have not setup https/wss on my internal server...

I'm trying to understand what is required to use this library to implement a websocket client that support authentication. Ultimately I want to manage mutual authentication but also start with...

I'm unsure what exactly this error message is saying when attempting to run the echo_server_tls example: ``` websocketpp/build$ bin/echo_server_tls on_tls_init called with hdl: 0x5a04750154a0 using TLS mode: Mozilla Intermediate Exception:...

How would one achieve mutual authentication with this library? The goal is to be able to have server be able to authentication client as well as visa versa. If you...

Please provide a link to a websocket client example that includes server authentication, and if there's another example that show how to do client authentication too. Thanks

**Describe the bug** The problem appears to be in one project where I have mixed javascript/react extensions plus CPP extensions installed. Other CPP project that don't have javascript/react extentions installed...

bug

Letsenscript has generated the following files for SSL using NGINX Proxy Manager: * cert.pem * chain.pem * fullchain.pem * privkey.pem My IXwebsocket based websocket client has been working great without...