Skip to content
Open
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
33 changes: 32 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,32 @@
You can submit your assignments in your respective folders similar to your branch name
# SAST CubeSat Telemetry Dashboard

## Overview
A web-based dashboard for visualizing satellite telemetry data from a fictional SAST CubeSat mission.

## Features
- Real-time temperature monitoring
- Battery voltage tracking
- Responsive design for mobile/desktop
- Status indicators for satellite health
- Interactive charts with Chart.js
- Data table for detailed readings

## Technologies Used
- HTML5, CSS3, JavaScript (ES6)
- Chart.js 4.4.0 for data visualization
- CSS Grid for responsive layout
- JSON for data storage

## How to Run
1. Open `index.html` in a web browser
2. Dashboard will load with sample telemetry data
3. To use custom data, replace `telemetryData` array with loaded JSON

## Future Improvements
- WebSocket integration for real-time updates
- Alert system for threshold violations
- Historical data analysis
- Export functionality for reports

## Author
[Kavyansh] - SAST Technical Team Intake 2025
Loading