Software for the K.A.T.I.E.
Go to file
2024-04-12 06:14:58 -05:00
src Implemented value invalidation (not that it does much right now due to device invalidation not yet being implemented). Also implemented an internal UUID so the server can call itself for these functions. 2024-04-12 06:14:58 -05:00
.gitignore Started work on vitalsd and navigationd, updated README. 2024-03-24 20:37:58 -05:00
LICENSE Initial commit 2024-03-21 22:08:38 -05:00
README.md Started work on vitalsd and navigationd, updated README. 2024-03-24 20:37:58 -05:00

nightui

Software for the K.A.T.I.E.

Components

nightserver.py - The central API that the frontend recieves data from. Also serves the frontend itself.

modules/vitalsd/ - Vitals Daemon. Obtains vitals information and POSTs to nightserver.

modules/navigationd/ - Navigation Daemon. Obtains navigation data and POSTs to nightserver.