LwWDG is lightweight watchdog library, primarily targeting operating systems, to watch multiple threads and reset system if one of them fails.
Read first: Documentation
- Written in C (C11)
- Easy to use - very little platform dependency
- Written for operating systems in mind
Fresh contributions are always welcome. Simple instructions to proceed:
- Fork Github repository
- Follow C style & coding rules already used in the project
- Create a pull request to develop branch with new features or bug fixes
Alternatively you may:
- Report a bug
- Ask for a feature request