10 lines
249 B
Markdown
10 lines
249 B
Markdown
# WIFI Picker
|
|
Tinkering with Qt/Qml + systems programming. Used `nmcli` instead of using iwlib-dev because of lack of proper documentation on how to use linux API's.
|
|
|
|

|
|
|
|
## Dependencies
|
|
```sh
|
|
$ sudo apt install nmcli
|
|
```
|