-
This is a simple HTTP server that returns an autorefreshing page with CA stats to help when adjusting and positioning the router and antennas to get the best signal.
-
How to setup ?
- Clone this repo.
- Upload openwrt/bin/glinet-spitz-ax-signal-stats to /root
- Upload openwrt/etc/init.d/glinet-spitz-ax-signal-stats to /etc/init.d
- SSH to the router
- chmod +x /root/glinet-spitz-ax-signal-stats
- chmod +x /etc/init.d/glinet-spitz-ax-signal-stats
- /etc/init.d/glinet-spitz-ax-signal-stats enable
- /etc/init.d/glinet-spitz-ax-signal-stats start
- Visit http://router-ip:8080/ default is http://192.168.8.1:8080/
- Adjust router to get best numbers.
- Enjoy.
-- Do not expose port 8080 in the firewall otherwise the whole world will be able to see your location and signal level. There is no access restriction of any kind. This port should be exposed internally only.