diff --git a/Readme.md b/Readme.md index bddc0c7..c93825d 100644 --- a/Readme.md +++ b/Readme.md @@ -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 diff --git a/Satellite Telemetry Dashboard/index2.html b/Satellite Telemetry Dashboard/index2.html new file mode 100644 index 0000000..84940bc --- /dev/null +++ b/Satellite Telemetry Dashboard/index2.html @@ -0,0 +1,1088 @@ + + +
+ + +Real-time Telemetry & Health Monitoring
+ +| # | +Timestamp | +Temperature | +Voltage | +Status | +
|---|---|---|---|---|
| + Awaiting telemetry data upload... + | +||||