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

Refactor UDP sending/Receiving as an independent class separate from Milight #2

Closed Supernova4422 closed 7 years ago

Supernova4422 commented 7 years ago

Right now this places two responsibilities on the Milight class. Furthermore the classes can be reused in other classes that need to use UDP.

Furthermore this class could be abstracted to a network manager, and a corresponding TCP class be created.