issues
search
AlbertaSat
/
ex2_ground_station_website
Ground station user interface for Ex-Alta 2.
6
stars
3
forks
source link
Comm integration testing
#59
Closed
jmmabanta
closed
2 years ago
jmmabanta
commented
2 years ago
Updated imports in ex2_ground_station_software to handle integration in comm.py
comm.py now uses groundStation.transaction() instead of receive() to transmit command to mimic the software's cli
Not sure if we need to keep libcsp (and keep a libcsp socket open) directly in comm.py as gs_software handles it already.
comm.py can now be run with the same cli arguments as groundStation.py
eg.
python3 comm.py -I uart -d /dev/ttyUSB0
(will add this to wiki once merged)
Note: Need to build libcsp in the submodule and need to run
source ./env.sh
for comm.py integration with gs_software to work
python3 comm.py -I uart -d /dev/ttyUSB0
(will add this to wiki once merged)source ./env.sh
for comm.py integration with gs_software to work