taburineagle / NeewerLite-Python

NeewerLite-Python is an un-official cross-platform Neewer LED light control app - written in Python, originally based off of the NeewerLite macOS Swift project by @keefo (Xu Lian)
MIT License
61 stars 11 forks source link

Writing branch back to main #22

Closed taburineagle closed 2 years ago

taburineagle commented 2 years ago

Adding the better parallelization routines to the main branch.

taburineagle commented 2 years ago

This PR adds better parallelization in connecting and disconnecting to lights, a lockfile system (to ensure NeewerLite-Python can only run one instance), and a few other improvements.