An open API service indexing awesome lists of open source software.

https://github.com/ooguz/usb-wifi-connect

A GNU/Linux daemon script that searches for a USB drive and connects to wifi networks by a config file. Useful for Raspberry Pi, BeagleBone and any other SBCs. Also usable for computer systems without screen.
https://github.com/ooguz/usb-wifi-connect

debian gnu-linux iot linux-daemon python python3 raspberry-pi raspberry-pi-iot raspberrypi usb usb-devices usb-stick wifi wifi-configuration wifi-connection

Last synced: about 1 year ago
JSON representation

A GNU/Linux daemon script that searches for a USB drive and connects to wifi networks by a config file. Useful for Raspberry Pi, BeagleBone and any other SBCs. Also usable for computer systems without screen.

Awesome Lists containing this project

README

          

# usb-wifi-connect

Bilgisayara bağlanan USB belleğin içerisindeki Wi-Fi yapılandırma dosyasını okuyup bilgisayarın Wi-Fi ağına bağlanmasını sağlayan bir script.

_A script which reads Wi-Fi configuration file from USB drives and connects to Wi-Fi networks using this information._

## Bağımlılıklar/Dependencies

* urllib
* subprocess

## Kullanım/Usage

```
./usb-wifi-connect start|stop|restart
```

## Yapılandırma dosyası hazırlama/Creating configuration file

* USB bellekte "wifi.txt" isimli bir dosya oluşturun. Dosya formatı şu şekilde olmalıdır:

```
ssid
parola
```

* _Create a file on USB drive named "wifi.txt" . The file must be like this:

```
ssid
password
```

## Lisanslar/Licenses

Bu yazılım GNU GPL v3 ile lisanslanmıştır.

```daemon.py``` modülü CC BY-SA ile lisanslanmıştır.

_This software is licensed under GNU GPL v3 or any later version._

_```daemon.py``` module is licensed under CC BY-SA._