6
edits
|  (→Stuff the firmware should have:  Adding a nice to have) | |||
| Line 104: | Line 104: | ||
| == Watchdog script == | == Watchdog script == | ||
| Node tests itself to see if it has connectivity, etc and resets itself if necessary. | Node tests itself to see if it has connectivity, etc and resets itself if necessary. OpenWrt supports the hardware watchdog on our PicoStations without any additional hacking, yay! | ||
| By default the hardware watchdog will automatically hard-reset the AP if /dev/watchdog is not written to at least once every 60 seconds. A Lua library has been written to interface with the batman-adv kernel module through the batctl command line utility. We need to identify a list of conditions that require a hard-reset and work them into the Lua watchdog script in the openwrt-firmware repository. | |||
| list of reset conditions: | |||
| == QoS / bandwidth shaping == | == QoS / bandwidth shaping == | ||
edits