to run:
Install Rust (go to https://www.rust-lang.org/tools/install and follow the instructions) Install Node (go to https://nodejs.org/en/download and follow the instructions)
Clone this repository
- cd to this repo (to /TeleDecode)
cargo run --release -- <freqs>
(replace<freqs>
with the frequencies we need to use, i.e 100000, 101000)- Open the https link in the output of cargo run (should be a 127.0.0.1)
- open a second terminal while the first is running:
- cd GUI
npm i
node build.mjs
Frequencies:
- Sustainer AL0 (11124): 436750000 Hz
- Sustainer AL1 (11216): 436350000 Hz
- Booster AL3 (11069): 436550000 Hz
You likely want to run this command for FAR 2024:
- cargo run --release -- 436750000 436350000 436550000