Tagged Questions

5
votes
5answers
1k views

Programming in presence of watchdog timer

I am new to embedded systems programming, although I have done courses during studies, practical programming is still a bit further away. Here is the problem: I have to program a small system on NXP ...
4
votes
6answers
7k views

Linux software watchdog

I am writing a system monitor for Linux and want to include some watchdog functionality. In the kernel, you can configure the watchdog to keep going even if /dev/watchdog is closed. In other words, if ...
2
votes
2answers
238 views

Linux automatically restarting application on crash - Daemons

I have an system running embedded linux and it is critical that it runs continuously. Basically it is a process for communicating to sensors and relaying that data to database and web client. If a ...
1
vote
1answer
243 views

The Why and the How of Creating a Watchdog in Cocoa/Objective-C

Happy Monday to you all! Here is my situation. Any assistance greatly appreciated! I have created an executable that when installed gets placed in the Launch Agents folder of the machine. In theory ...