lukicdarkoo / rpi-wifi

Configures simultaneous AP and Managed Mode Wifi on Raspberry Pi
GNU General Public License v3.0
535 stars 119 forks source link

Feature Request: Accept a list of clients from file #9

Closed BinaryShrub closed 4 years ago

BinaryShrub commented 4 years ago

Thinking about using this for travel, it would be great if I could continue to append to a file and collect clients over time and have the script attempt to connect to them in order so I don't have to configure it as I move it around

lukicdarkoo commented 4 years ago

I think it is very specific to the use-case, I would rather create independent script running in parallel. You can add more clients simply by populating /etc/wpa_supplicant/wpa_supplicant.conf with new networks.

BinaryShrub commented 4 years ago

It doesn't seem very specific to me? Anyone who is traveling and using hotel wifi would use this; I think it'd still be a valuable add.