Work done in collaboration with AMSAT-UK for the Mode Dynamic Transponder project.
Here is how I do it on my computer (usually a macos or linux). Your commands may vary.
Set up a python environment
python -m venv /path/to/new/virtual/environment
Source the environment
source <environment_name>/bin/activate
Clone this repository
git clone https://github.com/OpenResearchInstitute/Mode-Dynamic-Transponder
Install Jupyter Lab/Notebook in the environment
pip3 install --upgrade pip
pip3 install jupyter
Run the notebook
jupyter notebook
Open the model file you are most interested in, and run it or step through it.
Thank you for being part of our open source digital radio work at ORI!