Skip to content

Releases: AlbertaSat/ex2_ground_station_website

August 2020 Post-Summer

29 Aug 01:02
8503f4e
Compare
Choose a tag to compare

This release is an archive for the work done over Summer 2020. In general, this purpose of this release is getting this application to work with AlbertaSat's FreeRTOS "SatelliteSim" and service-oriented architecture.

Changes:

  • Integration with the AlbertaSat repos "ex2_services" and "ex2_ground_station_software"; the generic "satellite_simulator" Python module that comes with this app has been disconnected. These two other repos are now connected to this app via comm.py and the Cubesat Space Protocol library. i.e. The app will try to send commands to a running ex2_services docker container instead of satellite_simulator.
  • A Dockerfile to install and run the app using Docker.
  • A small command line script for users to control the app (makes requests to the API).
  • Now uses Github Actions for CI and testing.
  • Markdown instructions have been updated.

CMPUT401 Release

28 May 20:37
Compare
Choose a tag to compare

This release is an archive for the software created during CMPUT401, Fall 2019.