Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bvujovic/wifi-checking
Checks connectivity for multiple WiFi networks every x minutes.
https://github.com/bvujovic/wifi-checking
Last synced: about 8 hours ago
JSON representation
Checks connectivity for multiple WiFi networks every x minutes.
- Host: GitHub
- URL: https://github.com/bvujovic/wifi-checking
- Owner: bvujovic
- Created: 2024-05-01T20:23:45.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T10:58:04.000Z (6 months ago)
- Last Synced: 2024-05-09T11:57:43.355Z (6 months ago)
- Language: C++
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WiFi Checking
Checks connectivity for multiple WiFi networks every x minutes.## TODO
### SW
- [x] Reading network credentials from csv file
- [x] Checking connectivity for every wi-fi network
- [x] Reporting via WhatsApp message
- [x] HTML encode spaces in names of bad networks before sending to WA
- [x] Don't report network every time it's bad - only when it went from good to bad (and from bad to good)
- [x] Add disconnect function and call it after successful connects
- [ ] Web server page for editing nets.csv (turning on and off checking wifi networks)
- [ ] Add one or two retries to check if a problem with some wifi is temporary
- [ ] Logging changes in network statuses (current time needed)### HW
- [ ] Can this device "steal" power from the router (step down converter 12V->5V)?
- [ ] Can this device reset router via transistor or relay?