packetraven
track high-altitude balloon telemetry from a variety of sources
To run packetraven
, download the latest executable for your system from the Releases page
Note Alternatively, you may build the executable yourself from the source code:
shell git clone https://github.com/UMDBPP/PacketRaven.git cd packetraven cargo build --release ls target/release
To run packetraven
, open a terminal window and type the path to the executable file.
The program accepts a single argument, which is the path to the YAML configuration file.
For more information on creating configuration files, read the documentation.
For example, to run packetraven
on examples/example_1.yaml
, run the following:
shell
packetraven examples/example_1.yaml
Use the left and right arrow keys (or Tab
and Shift+Tab
) to switch between tabs.
Similarly, use the up and down arrow keys to switch between plots.
To quit the program, press q
or Esc
.