A data recording format and tool for PubSub.
It contains the implementation for the library to work with .sack files.
It also provides tools for recording, inspecting and playing back these files.
- Live data collection
- Playback at various rates
- Windows
- Linux (tested on Ubuntu variants)
- PubSub
- C stdlib
First download and build pubsub.
Then download and build rucksack:
# Clone the repository and change directory into it
git clone https://github.com/matt-attack/rucksack.git
cd rucksack
# Build the respository
cmake .
cmake --build .