18 lines
488 B
Markdown
18 lines
488 B
Markdown
# nightui
|
|
|
|
Software for the K.A.T.I.E.
|
|
|
|
## Components
|
|
### Nightserver
|
|
nightserver.py - The central API that the frontend recieves data from. Also serves the frontend itself.
|
|
|
|
### Vitalsd
|
|
- modules/vitalsd/ - Vitals Daemon. Obtains vitals information and POSTs to nightserver.
|
|
- modules/vitalsd/
|
|
|
|
### Navigationd
|
|
modules/navigationd/ - Navigation Daemon. Obtains navigation data from gpsd and POSTs to nightserver.
|
|
|
|
### Musicd
|
|
modules/musicd/ - Music Daemon. Simply speaking, plays music.
|