AlbertaSat / ex2_ground_station_website

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

Improve repo's compatibility with windows #55

Open ryankortbeek opened 2 years ago

ryankortbeek commented 2 years ago

Bug Description

The current env.sh and update.sh scripts are only compatible with unix-like operating systems. The signal python module that is used in several places in the repository is also not used in a manner that is compatible with windows (e.g., comm.py). This task entails resolving both these issues:

jmmabanta commented 2 years ago

Since the introduction of docker-compose in #92, these compatibility issues should be fixed since everything is running under a linux docker container. Should still be verified with a fresh copy of this repo on Windows.