ScR4tCh / timebox

Divoom timebox CLI utility
148 stars 31 forks source link

Divoom Timebox CLI

Control the divoom timebox using your terminal. Thanks to derHeinz and his divoom-aurabox code for giving some hints on how to interpret the protocol.

Project status

This project is WIP, so not every feature might work as expected yet. Also this tools is communicating with the timebox unidirectional. This means, that no answers from the box will be processed at the moment.

What works

What does not work (or needs improvements)

Windows integration

To use this library on Windows, you need to install a version of the pybluez library that contains a fix for getpeername support. A pre-built binary for the library supporting Python 2.7 and AMD64 can be downloaded here.

Future plans