adafruit / Adafruit_CircuitPython_BLE_File_Transfer

Simple (not fast) File Transfer service for BLE
MIT License
27 stars 4 forks source link

Lint and write up the protocol into words #1

Closed tannewt closed 3 years ago

tannewt commented 3 years ago

Comments welcome on the protocol. The test server implementation is in the examples directory and the client is in the library.

tannewt commented 3 years ago

I really like new read/write chunk stuff and its statelessness. DId not have a chance to review the Python code yet, but I"m sure it will evolve.

Yup, doing the python now.

tannewt commented 3 years ago

@dhalbert any objection to the added padding?

tannewt commented 3 years ago

Thanks for the feedback @hathach. I think those are all good ideas for a new revision. I've made issues for each of the ideas. For now, I think this version should be v1 and we can implement it with the limitation of a single client. Once we have that going, then we can expand it where it'd be useful.