Download an executable from the latest release and run it from the terminal, passing the path to a configuration file.
shell
./packetraven_Windows.exe examples/example_1.yaml
The left and right arrow keys (or Tab
and Shift+Tab
) cycle through active tabs,
and the up and down arrow keys change the current plot (or scroll through log messages).
To quit, press q
or Esc
.
Note Alternatively, you may build the executable yourself with Cargo:
shell git clone https://github.com/UMDBPP/PacketRaven.git cd packetraven cargo build --release ls target/release