https://github.com/half2me/antdump
Dump ANT+ packets
https://github.com/half2me/antdump
Last synced: 8 months ago
JSON representation
Dump ANT+ packets
- Host: GitHub
- URL: https://github.com/half2me/antdump
- Owner: half2me
- License: mit
- Created: 2024-07-25T15:33:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T14:06:00.000Z (over 1 year ago)
- Last Synced: 2025-09-06T15:55:35.560Z (9 months ago)
- Language: Rust
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Antdump
Sniff ANT+ data from the air using a usb dongle and the `OpenRXScanMode` command.
### Usage
`antdump` will automatically use the first compatible device it finds. Any ANT+ data captured will be shown in raw hex format on the console.
Once this tool is running, you can run [Wireshark](https://www.wireshark.org) to [capture USB traffic](https://wiki.wireshark.org/CaptureSetup/USB).
Use [Wireshark ANT+ Dissector](https://github.com/half2me/wireshark-antplus-dissector) to analyze the data.
You can also replay captured ANT+ packets saved in a `.pcap` file using [antreplay](https://github.com/half2me/antreplay).