dib0 / elro_connects

The ELRO Connects uses a propriety protocol on the local network over UDP. This is the reversed engineered python implementation of the protocol.
MIT License
16 stars 7 forks source link

Refactor/pythonize #1

Closed hildensia closed 3 years ago

hildensia commented 3 years ago

Hi Bas,

Here is my version of your code. The functionality is almost exactly the same, it's just refactored.

I took the liberty to move from threads to async code, since threads a kind of quirky in python.