cdump / radiacode

Library for RadiaCode-101
MIT License
108 stars 20 forks source link

Protocol documentation #27

Open antirez opened 8 months ago

antirez commented 8 months ago

Hi, thanks for providing this code. I was wondering if you reverse engineered the protocol using a BLE sniffer or alike (like nRF tools) and implemented it in Python, or if there is a protocol specification somewhere. Thanks.

cdump commented 8 months ago

Hi, https://github.com/cdump/radiacode/issues/4#issuecomment-1003606860

antirez commented 8 months ago

Ok, this is great. Please in the case I would like to write a documentation for the protocol, could I send you questions in this issue to get your help? Thanks.

cdump commented 8 months ago

I can’t guarantee 24/7 support for all questions, but I’ll try to answer here occasionally

ckuethe commented 8 months ago

Also, the free Microsoft developer VMs running under qemu on a Linux host work for capturing USB traffic with Wireshark. You can run the app with debug turned on, and see what goes on the wire.

antirez commented 8 months ago

Thank you

RamonBeast commented 4 months ago

@cdump if you have any notes to share, even if messy, feel free to share please, I'd be happy to start jotting down an initial document.

cdump commented 4 months ago

@RamonBeast I don't have any notes, sorry. All the knowledge I have is already in the code (variable names, a few comments)

RamonBeast commented 4 months ago

Noted then, thank you!