nkaminski / csrmesh

Reverse engineered bridge implementation of the CSRMesh BTLE protocol
GNU Lesser General Public License v3.0
70 stars 20 forks source link

New release? #29

Closed mjg59 closed 4 years ago

mjg59 commented 4 years ago

I finally figured out how to read data from the Avion switches in order to determine their state (it turns out to be as simple as enabling notifications), but I need to be able to decrypt packets in order to do that. Since the responses are sent from the devices themselves I need https://github.com/nkaminski/csrmesh/pull/28 to do this. Any chance you can cut a new release so I can update my dependencies? Thanks!

nkaminski commented 4 years ago

Will do this weekend.

mjg59 commented 4 years ago

Thank you!

nkaminski commented 4 years ago

New release pushed to PyPi at https://pypi.org/project/csrmesh/0.10.0/

mjg59 commented 4 years ago

Thanks!