If you have any questions/problems, message the CDH channel on Discord.

Example running on WSL 2 (Ubuntu 20.04) terminals. The left terminal is the ground station example. The right terminal is the SFSF example.

Example running on WSL 2 (Ubuntu 20.04) terminals. The left terminal is the ground station example. The right terminal is the SFSF example.


Instructions

  1. Get Linux. I got the example working on both WSL 2 and VMware Workstation 16 Player (Both running Ubuntu 20.04). You should also be able to dual-boot Ubuntu 20.04 (or another distro).

Install WSL

  1. Clone the SFSF GitHub repo: git clone <https://github.com/olmanqj/sfsf>
  2. Get the example up and running using the instructions provided by SFSF under the /examples directory.

sfsf/README.md at master · olmanqj/sfsf


Problems Encountered

whereis python3 # Returned /usr/bin/python3 for me
sudo ln -s /usr/bin/python3 /usr/bin/python # Link 'python' to 'python3'
sudo apt-get update
sudo apt-get install build-essential pkg-config python3-dev python3-pip libzmq3-dev