Wi-Fi Manager on RaspberryPi Qt
-
wrote on 12 Sept 2019, 06:51 last edited by Andrex_Qt 9 Dec 2019, 06:52
Hello there,
I want to make simple Qt project which will enable me to mange the Wi-Fi of my RPI like any simple Wi-Fi setting it should list the available networks , ask for passphrase for selected network and disconnect whenever user wants to. So far I have come across some posts about this and a library called QWiFiManger, but when i tried to Include this library in my Code t would give error that no such file, Infact i dont think it is in use as of Qt creator 5.12.
I am using Qt on Ubuntu and cross-compiling it on my RaspberryPi.
is there a simpler way to achieve this simple program called Wi-Fi manger. -
Hi,
Where did you find that class exactly ?
Depending on that, it's not part of the standard release, it can be in a commercial module. -
Hi,
Where did you find that class exactly ?
Depending on that, it's not part of the standard release, it can be in a commercial module.wrote on 13 Sept 2019, 07:16 last edited by@sgaist
from official documentation link QWifiManager Class and yes also learned that its a part of commercial release.
Also I read some forum questions on the topic. Now I'm looking for alternatives. -
@sgaist
from official documentation link QWifiManager Class and yes also learned that its a part of commercial release.
Also I read some forum questions on the topic. Now I'm looking for alternatives.wrote on 13 Sept 2019, 14:38 last edited by@andrex_qt what about this component?
-
@andrex_qt what about this component?
wrote on 23 Sept 2019, 08:54 last edited by@Pablo-J-Rogina
I will look into it.