An opensource echonet-lite to MQTT bridge built in rust powered by echonet-lite-rs.
This is my 2nd try at implementing something like it. The first one is already running in my home network but has very bad design, some weird bugs and I am def not proud of it so I am starting from scratch, this time forcing me to write cleaner code from the get go as making it open from day 1.
I do this on my own personal time focusing on the devices I have access to. However I do welcome contributions.
The same as the upstream echonet-lite-rs code, this code is dual licensed:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
This is to make it easier to use and contribute to both.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.