SpeedcuberOSS / speedcuber-timer

The smart, offline-ready speedcubing Android/iOS app made for speedcubers, by speedcubers.
Mozilla Public License 2.0
3 stars 0 forks source link

Capture smartcube face rotations executed during a solve #76

Closed thehale closed 1 year ago

thehale commented 1 year ago

With #70 complete, we can now work on capturing Bluetooth messages transmitted from the smartcube over the course of a solve.

The desired timeframe for capture is from INSPECTION_START to SOLVE_END.

The captured rotations should be stored within the Attempt as an extension. For now, the data format should be a cube type and a list of hex strings containing each captured message alongside a timestamp of the unixMillis when the message was received.