dermidgen / hiphonix

The hi-fi hub for the audiophile http://www.hiphonix.com
GNU General Public License v3.0
0 stars 1 forks source link

Device Network API: Wifi connect #13

Open dermidgen opened 7 years ago

dermidgen commented 7 years ago

API support for joining a wireless network via command: NET_CONNECT

dermidgen commented 7 years ago

@ziswiler and @dermidgen have investigated various approaches.

dermidgen commented 7 years ago

Final approach: Dbus to rule them all.

After a great deal of research it is decided: Dbus is the way to go. We can use it to communicate with wpa_supplicant in the same way that connman does.

Refs:

@ziswiler @jgaud16 - I am awaiting your help on setting up the dbus stuff I need and hooking it into my mainloop in hiphonix.c