Watchdog service is a system check package for developers. It consists of a service running in the background of windows and a dll. Using this dll the developer can start a watchdog timer. If the watchdog does not receive the reset trigger within a selectable timeout period, it will reset the computer. The dll gives the developer an easy interface to start / stop the watchdog timer and to reset the timer value. Multiple watchdog timers can be constructed without any problem. Useful if you want to make critical applications and want to handle pc lockups and crashes. Includes all software you need and a demo application (compiled and source) in VC++ 6.0.
Watchdog service Features:
Any number of different watchdog timers (use it in multiple applications).
Timeout from 0 to 4.294.967.295 ms (1193 hours).
Easy enable / disable of timer.
Reset can be forced, or normal.