Matthias Klein
Matthias Klein
I also see the deadlock on different i.MX6 platforms. I have tried several versions of the Realtek driver with kernel 4.14 and 5.7.1. But until now I have no idea...
@parthitce Yes, I think it is a problem in the Realtek driver, which is either caused by " unfavorable" combinations in the kernel options or by timing effects in the...
paho.mqtt.cpp is packaged in Debian: https://tracker.debian.org/pkg/paho.mqtt.cpp
We have the same problem. We have a local MQTT broker which is only accessible via IPv6 link local, where the name resolution happens via mDNS/Avavi. I debugged into the...
I just tried to use linuxdeploy for a cross compiled application built with a Yocto SDK for armhf on an amd64 host. I stumbled upon the fact that linuxdeploy relies...
For the dependency lookup only an ELF parsing library can be used. The ldconfig database is not part of such an SDK, and exists only on the embedded device. Why...
I have created an issue for the SSL hostname: https://github.com/eclipse/paho.mqtt.c/issues/1402
I understand your concerns. What do you think about giving preference to IPv6 as described in [RFC3484](https://www.ietf.org/rfc/rfc3484.txt)? My original problem (https://github.com/eclipse/paho.mqtt.c/issues/1030) is that I am faced with modern environments where...
Two years ago I also had problems with the certificate check with wget. But only on 32 bit ARM machines. It helped me to link against openssl instead of gnutls....
@seladb I corrected the number of messages in the test. The 31 extracted certificates still have exactly the same content.