/mission-control

Ground station mission control software for a satellite.

Primary LanguageCSS

Mission Control

This is ground station software for the UB nanosat project.

Vagrant setup

To initialize vagrant environment, you must first install Vagrant and virtualbox on your computer. Then, run the command `vagrant up` in the root project directory. When that finishes running (should take a few minutes), run `vagrant ssh` to ssh into the vagrant machine.

Telemetry Simulation

To simulate receiving telemetry data, first ssh into your vagrant machine, then `cd /vagrant`. Run `python telem_sim.py `*`secondsBetweenBeacons`* where *secondsBetweenBeacons* is an optional argument specifying the frequency of beacons. Go to localhost:8080 in your web browser to begin seeing the simulation.