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.
- Host: GitHub
- URL: https://github.com/ooguz/usb-wifi-connect
- Owner: ooguz
- License: gpl-3.0
- Created: 2018-02-19T22:43:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-19T22:44:21.000Z (over 8 years ago)
- Last Synced: 2025-03-17T09:52:11.049Z (over 1 year ago)
- Topics: debian, gnu-linux, iot, linux-daemon, python, python3, raspberry-pi, raspberry-pi-iot, raspberrypi, usb, usb-devices, usb-stick, wifi, wifi-configuration, wifi-connection
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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._