Add data generation scripts and frontend charting components
- Implement MQTT publisher for CO2, temperature, and humidity data simulation - Create Chart.vue component for displaying data using Chart.js - Update NavBar.vue to include a link to the new charts page - Add ChartView.vue to serve as the view for charting data - Modify router to include a route for the charts page - Update package.json and package-lock.json to include Chart.js and vue-chartjs dependencies - Add .python-version and pyproject.toml for Python environment setup
data_generation/README.md
0 → 100644
data_generation/main.py
0 → 100644
data_generation/uv.lock
0 → 100644
Please register or sign in to comment