Phype / purei9_unofficial

This project includes a client/library to connect to Electrolux and AEG cleaner robots.
https://pypi.org/project/purei9-unofficial
MIT License
27 stars 5 forks source link

Unify BinaryMessage class to parse/write Robot Messages #4

Closed Phype closed 3 years ago

Phype commented 3 years ago

Currently UDP (IP Discovery) and TCP/TLS (Control) connection code uses different code to parse/format messages. Since they use the same format, this should be unified using the newer (and better written) BinaryMessage class code.