Skip to content

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.

License

Notifications You must be signed in to change notification settings

ooguz/usb-wifi-connect

Repository files navigation

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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published