Sylvain Giroudon
Sylvain Giroudon
I am using esp-idf v3.2.3 with the Makefile build system. Renaming of c-utility/src/base64.c to c-utility/src/azure_base64.c was done in commit 927f0a0 and should be replicated to CMake gears.
Hi Frederic. After testing, I also noticed this issue when using x509 certificates. On devices configured using DPS provisioning, it fails with the x509 certificate method and works with the...
MQTT-over-WebSocket support now added to iothub_client_sample_mqtt/. Can be enabled from menuconfig (option "Example Configuration/MQTT over WebSocket"). This commit also fixes a TLS renegotiation option management, required for MQTT-over-WebSocket.
@daniel-grabner, the MQTT over WS is currently integrated on a commercial product using esp-idf 3.3.5. I confirm it is not yet operational on esp-idf 4. I will try to solve...
MQTT over WebSocket now works on my cloned repo. Please see Pull request #68, which now includes "Upload to Blob" and "MQTT over WebSocket" features.
Hello. I encountered the same issue... and solved it: this is due to a bad version of esp-idf. As stated in the README file of lws-esp32-factory, you need to force...