AlbertaSat / ex2_ground_station_website

Ground station user interface for Ex-Alta 2.
6 stars 3 forks source link

Jmmabanta/feature/gs refactor integration #105

Closed jmmabanta closed 2 years ago

jmmabanta commented 2 years ago

Integrates the refactored ground station code to comm.py. Also, command syntax has changed to where commas now separate arguments instead of spaces. (eg. ex2.housekeeping.get_hk(1 2 3) -> ex2.housekeeping.get_hk(1,2,3) or ex2.housekeeping.get_hk(1, 2, 3))

Ensure that this PR on ex2_ground_station_software is merged to master first (and then switch the submodule back to the master branch) before merging this pull request.