A WebUSB implementation of the Odin protocol, used for interfacing with Samsung devices in "Download mode"
- PIT parsing
- Odin handshake
- Download PIT
- Device Reboot
- Erase userdata
- Flash partition
- Upload PIT
yarn # only needs to be run once, to install dependencies
yarn build
cd example
yarn dev --host
yarn test