radiacode icon indicating copy to clipboard operation
radiacode copied to clipboard

Protocol documentation

Open antirez opened this issue 1 year ago • 11 comments

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.

antirez avatar Jan 27 '24 08:01 antirez

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

cdump avatar Jan 27 '24 08:01 cdump

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.

antirez avatar Jan 27 '24 08:01 antirez

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

cdump avatar Jan 28 '24 16:01 cdump

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.

ckuethe avatar Jan 29 '24 05:01 ckuethe

Thank you

antirez avatar Jan 30 '24 13:01 antirez

@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.

RamonBeast avatar May 13 '24 10:05 RamonBeast

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

cdump avatar May 13 '24 12:05 cdump

Noted then, thank you!

RamonBeast avatar May 14 '24 05:05 RamonBeast