Joel Guittet

Results 17 issues of Joel Guittet

Hello @dashersw Following development of the c-cote library, I notice that the Requester and Responder do not use namespace and topic at all, instead a "type" field is required to...

Hello @dashersw I'm building a project with multiple requesters and responders. All responders in my system are not able to answer all the topics. For example: - "responder1" is able...

Requester sends the wanted request type only to a suitable responder able to provide an answer, based on advertisement content. See issue https://github.com/dashersw/cote/issues/240 Joel

Hello @dashersw Following development of the c-cote library, I notice that the Publisher is always a "server", which means it is binding a socket, while the Subscriber is always a...

Following discussion at #144, this issue is a reminder to create a basic authentication example using Crow. Ideally a login page to enter user+password is welcomed then a simple "hello...

task

Hello, I would like to suggest an enhancement about CROW_STATIC_DIRECTORY because this definition is not always very convenient for building. CROW_STATIC_DIRECTORY should be the default value for example and I...

feature

Hello Following the issue reported at https://github.com/Lora-net/sx1302_hal/issues/58, this is a Pull-Request to propose a solution permitting to have the temperature sensor optional. To disable the temperature sensor, the configuration key...

Hello I just compared the CN490 and CN490 USB configuration as shown below, and there is large differences at the radio configuration level. Why ? ![cn490_diff](https://user-images.githubusercontent.com/6479682/136698756-73f3669c-bec8-4ba0-944d-102deb75c0c2.PNG) Thanks, Joel PS :...

Hello, I would like to reopen an issue that was previously discussed at https://github.com/Lora-net/sx1302_hal/issues/28. The issue deals with the mandatory temperature sensor required to make the RSSI compensation. All SX1302...

Hello, Everything in the title, I'try trying to redirect to the "/" page when 404 error occurs. Is it possible to do this ? I have made several testing based...

bug