Skip to content

A web application to visualize orbit and attitude data from a satellite.

Notifications You must be signed in to change notification settings

spacemig/cosmos-web

 
 

Repository files navigation

COSMOS Web

for the Hawaii Space Flight Laboratory, by Spencer Young

COSMOS Web is an app that visualizes live orbit and attitude data using a 3D rendering. It also can save historical data and replay it.

Requirements

Installing

  1. Clone the repository
  2. In /, rename .env.example to .env. Replace SATELLITE_IP with the IP of the propagator or socket.
  3. Install dependencies in / and /client:
$ npm install
  1. Install nodemon globally:
$ npm install -g nodemon

Running

  1. Run server in /:
$ npm start
  1. Run client in /client:
$ npm start
  1. Access the site at http://localhost:3000

  2. Run the COSMOS Propagator (simple)

$ propagator_simple

About

A web application to visualize orbit and attitude data from a satellite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.4%
  • Other 1.6%