12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- About
- =====
- jwmud is a simple daemon implemented in python that's intended to be used
- on low-power devices like the Raspberry Pi to turn them into an alarm clock.
- It allows you to set different times you want to be waked for the days of the
- week and also to configure categories of exceptions (e.g. for holidays or
- leave periods) that differ from the generally defined times.
- To do the actual waking up, jwmud will call any command that is defined in the
- configuration file.
- Usage
- =====
- jwmud: TBD
- jwmuc: TBD
- Dependencies
- ============
- The following software is required to run jwmud:
- * Python 3.0 or higher
- Copying
- =======
- Please refer to the license file.
- Configuration
- =============
- TBD
- Known issues
- ============
- None yet, please contact me if you find any.
- Installation
- ============
- TBD
|