cryptoadvance / specter-diy

DIY airgapped hardware wallet that uses QR codes for communication with the host
MIT License
441 stars 73 forks source link

USB communication with the host #35

Closed stepansnigirev closed 4 years ago

stepansnigirev commented 4 years ago

Working on https://github.com/cryptoadvance/specter-diy/issues/31

Changes:

Communication over USB happens in a human-readable form, because why not. Every command should end with \r or \r\n

USB commands (to make it fully compatible with HWI):

Would be useful to implement later, but I would postpone it for another pull request:

Also todo: update documentation