Qt 6.11 is out! See what's new in the release
blog
QML Network Manager for linux
-
Hello everyone.
I want to share with you a repo that produces ready-to-use network components for QML. Right now, it uses connman-dbus API to list Wi-Fi networks, connect and disconnect from them. In the future, maybe with your help, we will add network status and properties components.
https://github.com/EddyTheCo/Esterv.Network.Manager
It is still in a very early development stage.
It will be nice if you test it or contribute in any way.

To communicate with the Connman Dbus API the repo uses this nice library
https://github.com/amarula/libcppconnmanWhere again any contribution is welcome.