Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmadisetti/volepy
ReactJs interface for managing Wifi connections
https://github.com/dmadisetti/volepy
Last synced: 4 days ago
JSON representation
ReactJs interface for managing Wifi connections
- Host: GitHub
- URL: https://github.com/dmadisetti/volepy
- Owner: dmadisetti
- License: apache-2.0
- Created: 2019-08-04T19:34:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T01:28:23.000Z (almost 4 years ago)
- Last Synced: 2024-11-19T03:58:09.052Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 842 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VoléPy
---Simple web interface to manage a RaspberryPi wifi connections through `nmcli`
and a chance to play with React. A couple `iptable` rules, and some `hostapd`
setup later and you're stealing wifi from your neighbors (not recommended).
Heavily commented for the learners out there :blush:.## Installation
I pulled this project from an iso dump. I no longer run this myself, but
`pip install -r requirments.txt` should work.## Running
Maybe `python -m volepy`??