Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piotrmaslanka/supplicanted
Web-based wpa_supplicant configuration utility
https://github.com/piotrmaslanka/supplicanted
Last synced: 7 days ago
JSON representation
Web-based wpa_supplicant configuration utility
- Host: GitHub
- URL: https://github.com/piotrmaslanka/supplicanted
- Owner: piotrmaslanka
- License: bsd-3-clause
- Created: 2015-07-21T13:19:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-04T07:40:57.000Z (over 9 years ago)
- Last Synced: 2023-03-12T09:41:52.331Z (over 1 year ago)
- Language: Python
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
supplicanted
============Supplicanted is a Web service that listens on particular port and exposes
user-friendly Web interface that can be used to change WiFi settings.It can help you if your system is running wpa-supplicant and using it
to configure encryption. It is especially useful if you have an embedded board
(like a Raspberry Pi) and want to configure it's WiFi over DHCP-driven Ethernet.If you pass both SSID and passphrase, a protected network will be configured.
If you don't pass SSID, open network (key_mgmt=NONE) will be configured.wpa_supplicant will be forced to reread config after change. Supplicanted
will periodically refresh info from wpa_cli status.It requires [brilliant](https://github.com/piotrmaslanka/brilliant) to operate.
Read COPYRIGHT for copyright stuff.