Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NilsRo/Openwrt-radio-check
Chekcs if OpenWRT 5Ghz is still working and restarts it if neccessary
https://github.com/NilsRo/Openwrt-radio-check
Last synced: 9 days ago
JSON representation
Chekcs if OpenWRT 5Ghz is still working and restarts it if neccessary
- Host: GitHub
- URL: https://github.com/NilsRo/Openwrt-radio-check
- Owner: NilsRo
- License: gpl-3.0
- Created: 2022-07-20T05:58:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T05:13:32.000Z (over 2 years ago)
- Last Synced: 2024-08-01T13:38:12.258Z (3 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Openwrt-radio-check
Checks if OpenWRT 5Ghz is still working and restarts it if neccessary
Simply upload the script to your router, set it to excutable (chmod 755), and set a cronjob (*/15 * * * * /root/wifi_check.sh) on it for e.g. every 15 minutes.
The script will check if the channel used by radio0 will match the channel configured. So with DFS it will detect a fallback to channel 36 and also if wifi is not available. Then it will restart radio0 to get it working again. This is neccessary with OpenWRT as the version today will not switch back to DFS channel automatically and sometimes it simply hangs.