examples | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
cvview.py | ||
decode.py | ||
in.pcap | ||
README.md | ||
replay.py | ||
requirements.txt | ||
run_dhcp_server.sh | ||
rustdecode.sh | ||
test_rust.py | ||
test2.py | ||
thermal.mp4 |
Thermal decoder
https://wiki.telavivmakers.org/tamiwiki/projects/thermalcam
Rust lib usage
if you don't already have a virtualenv. Linux specific, adjust to your OS.
virtualenv venv
. venv/bin/activate
pip install -r requirements.txt
(cd thermaldecoder; maturin develop -r)
python test_rust.py