nkaminski / csrmesh

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

Add support for Teptron MOVE device #13

Closed t0mas closed 7 years ago

t0mas commented 7 years ago

Based on your analysis of the protocol for your lightbulb I've reverse engineered the protocol and commands for the MOVE device by Teptron (http://www.teptron.com). The encryption/hmac approach is the same but the handle to use and the commands are different.

In this PL I've refactored the code to split it up in a few separate parts so I could re-use the generic parts and make it easier to add new devices.

mjg59 commented 7 years ago

@nkaminski No problem, thanks for the warning!