From f2ac8871e5984fae2e2824c97ad37e9b7b41622b Mon Sep 17 00:00:00 2001 From: Innovation Date: Sat, 8 Feb 2025 06:15:02 +0000 Subject: [PATCH] Sync misc changes --- .gitignore | 2 ++ README.md | 11 +++++++++-- src/execute.sh | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3e62ef2..4234a2d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ src/**/__pycache__ src/venv src/modules/navigationd/*.png src/modules/navigationd/cache +src/logs +src/cache diff --git a/README.md b/README.md index 93951a3..145812c 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,15 @@ 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. -modules/vitalsd/ - Vitals Daemon. Obtains vitals information and POSTs to nightserver. +### Vitalsd +- modules/vitalsd/ - Vitals Daemon. Obtains vitals information and POSTs to nightserver. +- modules/vitalsd/ -modules/navigationd/ - Navigation Daemon. Obtains navigation data and POSTs to nightserver. +### Navigationd +modules/navigationd/ - Navigation Daemon. Obtains navigation data from gpsd and POSTs to nightserver. + +### Musicd +modules/musicd/ - Music Daemon. Simply speaking, plays music. diff --git a/src/execute.sh b/src/execute.sh index 0aec092..0f52ed6 100755 --- a/src/execute.sh +++ b/src/execute.sh @@ -1,3 +1,3 @@ #!/bin/bash export FLASK_APP=nightserver.py -flask run +flask run --host=0.0.0.0