Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

AstroJays-Hopkins/Ground-Station-Wet-Dress

Repository files navigation

Avionics Ground Station

This repository is particularly reserved for the Avionics Ground Station team, if you wish to see the code for the Avionics in-rocket telemetry systems please visit the Avionics repository.

Overview

The ground station code invovles the making of a GUI made using REACT-JS as the front-end using flaskApp as the backend where most of the functionality and communication with the in-rocket telemetry systems occurs. Flask is a microframework for Python based on Werkzeug, and Jinja 2. React makes it painless to create interactive UIs. React efficiently updates and renders just the right components when your data changes.

Set-Up Instructions

  1. Clone this repository:
git clone https://github.com/AstroJays-Hopkins/Ground-Station.git
  1. Install node.js and npm:
https://nodejs.org/en/
  1. Change your directory to be inside this repository and start npm
cd Ground-Station
npm start
  1. Travel to localhost:3000 for the UI.

Preview: