Psim

Results 7 comments of Psim

I've found .../mqtt/packet/Connect.cpp - where the MQTT connect packet is being built up. Looking into this and will revert.

Thank you - that is great news. I was wading through the TLS and MQTT protocols and thinking it's a non-trivial amount of work to implement from a standing start....

Update: The fork looks promising, however, I'm having trouble compiling it with: ../lib/smooth/include/smooth/core/network/Wifi.h:31:10: fatal error: wifi_provisioning/manager.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ errors. I've checked that WiFi is turned...

Yes. I can see the file. Vscode can even follow the include link. I'll look further into it.

Hi, quick update. I've been looking at the luuvt mqtts fork. It works well with ESP-IDF 4.2.x, but I'm seeing compile errors when using with 4.3 or 4.4. The errors...

Hey - thanks for the pointers. I looked into this issue some more. The latest Smooth compiles just fine with 4.4, so I will look at how I can bring...

I'd be keen to see this too