Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Telem master #1423

Closed
wants to merge 11 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions software/tracksight/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ frontend/.next
backend/mf4_logs/*
backend/data/*
backend/data_mf4/*
live_data/myenv/

2 changes: 1 addition & 1 deletion software/tracksight/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Note that if you stop the compose stack, and restart it again, your data will re
This is the mode for using Tracksight but mocking the CAN bus messages from car. This allows you to develop frontend/backend without the need to be connected to a serial port. To start everything manually:

1. Start the frontend and InfluxDB database with docker. Navigate to `Consolidated-Firmware/software/tracksight` and run `docker compose -f docker/mock.yml up --build`. Note: this can be done without docker but I have issues setting up Influx without it.
2. Start backend. Navigate to `Consolidated-Firmware/software/tracksight/backend/app` and run `python3 telemetry.py --debug --mode mock --data-file mock_data/sample_data1.csv` You will now see data being printed to your console
2. Start backend. In a new terminal, navigate to `Consolidated-Firmware/software/tracksight/backend/app` and run `python app.py --debug --mode mock --data-file mock_data/realistic_data.csv` You will now see data being printed to your console
3. Open new terminal and navigate to `Consolidated-Firmware/software/tracksight/frontned/` and run `npm run dev`

## Log Files
Expand Down
Loading
Loading