A web-based platform for real-time tracking and visualization of CanSat projects in flight. This application enables teams to monitor their CanSat's position, altitude, and telemetry data in a 3D environment.
- 3D visualization of CanSat location using Cesium JS
- Real-time tracking with position updates
- Terrain and building visualization
- Interactive map navigation
- Telemetry data display
- Support for multiple tracking devices
- Mobile-responsive design
- Frontend: Vue.js 3, Cesium JS
- Styling: CSS with Orbitron font for space-themed UI
- Maps: Cesium for 3D globe and mapping capabilities
- Real-time Updates: WebSockets for live data streaming
- Node.js (v14 or later)
- npm or yarn
- Web browser with WebGL support
-
Clone the repository:
git clone https://github.com/yourusername/cansat-tracking.git cd cansat-tracking
-
Install dependencies:
npm install # or yarn install
-
Configure your Cesium Ion access token (if necessary):
- Create a
.env
file in the project root - Add your Cesium Ion access token:
VITE_CESIUM_TOKEN=your-token-here
- Create a
-
Start the development server:
npm run dev # or yarn dev
-
Open your browser and navigate to
http://localhost:5173
(or the port shown in your terminal).
- The application will display a 3D globe centered on Lithuania.
- Use the mouse to navigate:
- Left-click + drag to rotate
- Right-click + drag to pan
- Scroll to zoom in/out
- CanSat tracking:
- The current position of your CanSat appears as a marker on the map
- Real-time data updates as your CanSat transmits information
- Click on the marker to view telemetry data
The system can be configured to track specific CanSat parameters by modifying the data processing modules. See the documentation in the docs
folder for more details on customizing the tracking capabilities.
For production deployment:
npm run build
# or
yarn build
The built files will be in the dist
directory, ready to be deployed to any static web server.
cansat-tracking/
├── frontend/ # Frontend application
│ ├── public/ # Static assets
│ ├── src/ # Source files
│ │ ├── assets/ # Images and other assets
│ │ ├── components/ # Vue components
│ │ ├── views/ # Page views
│ │ ├── App.vue # Main application component
│ │ └── main.js # Application entry point
│ └── index.html # HTML template
├── docs/ # Documentation
└── README.md # This file
Contributions are welcome! Please feel free to submit a Pull Request.
- niekas7 - Project Lead
- Team Member 1 - Role
- Team Member 2 - Role
- Cesium for their amazing 3D mapping platform
- KTU for supporting the CanSat project
- All contributors and team members
This project is part of the CanSat competition, a student space engineering challenge.