Hi,
I am trying to develop an application which, in Python 3.6, and using the Bluetooth interface, manage the WiFi connections:
- Send the SSID+Security type+Pass (if necessary) using the bluetooth interface
- Use this information to make the WiFi connection (if the info is correct).
My questions are:
- Do you know if there exists a similar project? I did not find anything by myself.
- I think that the Bluetooth part is easy. The problem is with the Network Manager and the D-BUS system. I found the project resin-wifi-connect which does this part but in CoffeeScript. In Python 3.6 I intend to use the package python-networkmanager but I do not know if there is a better option… what do you recommend me?
Thank you in advance.