https://github.com/strazzere/duml-beagle-parse
Cut and parse DJI DUML packets out of an exported USB Beagle stream
https://github.com/strazzere/duml-beagle-parse
beagle dji duml reverse-engineering usb
Last synced: 8 months ago
JSON representation
Cut and parse DJI DUML packets out of an exported USB Beagle stream
- Host: GitHub
- URL: https://github.com/strazzere/duml-beagle-parse
- Owner: strazzere
- License: isc
- Created: 2024-08-20T20:03:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T20:34:35.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T22:41:14.056Z (over 1 year ago)
- Topics: beagle, dji, duml, reverse-engineering, usb
- Language: TypeScript
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# duml-beagle-parse
Simplistic usage example of [duml-packet](https://github.com/strazzere/duml-packet). This will parse an exported csv of data from [Beagle Usb](https://www.totalphase.com/protocols/usb/) products and strip out RX/TX packets that contain duml. It will decorate and combine them for easier analysis later.
## License
```
Licensed under ISC License
Copyright 2024 Tim 'diff' Strazzere
```