Supernova4422 / Light-Show-Toolkit-

A toolkit to make and play light shows using a variety of hardware devices! The documentation is currently being updated, more than happy to be contacted for more information
1 stars 1 forks source link

MiLight UDP functions fail due to lack of delay #8

Closed Supernova4422 closed 7 years ago

Supernova4422 commented 7 years ago

MiLight demands a 100ms delay for its packets being sent to ensure they're sent in the correct order (when using UDP). However right now there is no delay as the program would mess up the timing. This problem can be fixed likely by implementing the start time fix outlined in another issue, then adding a delay.