Jean-François Erdelyi

Results 15 comments of Jean-François Erdelyi

Maybe I miss something, my idea is relatively simple: for each caracteristic be able to get all properties like Write, Notify, Read, etc. In the actual implementation, as far as...

Same issue - macOS Monterey - ARM-Based processor (Apple Silicon M1 Pro) - Godot 3.4.3 - Blender 3.0.1 and 2.93.8 ``` Cannot open file 'res://.import/qbe.blend-52ac478b4083ff3be3a50c42525cfa95.scn'. Failed loading resource: res://.import/qbe.blend-52ac478b4083ff3be3a50c42525cfa95.scn. Make...

- Windows 11 x64 - VS 2022 (VC143) - C++14 (tested in C++20 also) Same problem... I also notice that the number of monitors is HUGE for no reason. In...

It seems possible : https://github.com/eclipse/paho.mqtt.c/pull/415 I have to modify a little bit the C++ code in order to select the protocol : https://github.com/GDWired/GDPaho/blob/9c4118cf990d6f7ddbacafffb82caa2512d1a5a4/src/GDPaho.cpp#L117

New version : https://github.com/GDWired/GDPaho/commit/21a30f4d8be63a468b049d7ca8fc5cb091fcc47a Not tested on WS, now the URI is more flexible New MQTTClient fields : - Protocol (i.e tcp, ws, wss...) - End Broker Address (i.e the...

About TLS it is possible but I have to deep dive in order to know how to use the certificat, today it is possible to use User/Password

Hello, sorry I've only just seen your message, I need to activate notifications... From what I understand the library seems not to be copied, is it possible to see what...

By the way, if your procedure works for Android, it would be very nice to share it in the Readme :)