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.
- Clone the repository
- In
/, rename.env.exampleto.env. ReplaceSATELLITE_IPwith the IP of the propagator or socket. - Install dependencies in
/and/client:
$ npm install
- Install nodemon globally:
$ npm install -g nodemon
- Run server in
/:
$ npm start
- Run client in
/client:
$ npm start
-
Access the site at http://localhost:3000
-
Run the COSMOS Propagator (simple)
$ propagator_simple