-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
10.b Write MQTT-backed VeQItem for velib #190
Comments
|
Since this is going into velib, I think we need to keep the license as permissive as possible, so I will use QMQTT instead of QtMqtt module, as QMQTT is Eclipse Public License rather than Qt Commercial or GPLv3. According to emqx/qmqtt#191 it seems like WASM+WebSockets is supported in QMQTT already, so that's good. |
https://github.com/victronenergy/velib/tree/chriadam-qmqtt-veqitemmqtt implements this. |
I've also implemented a QtMqtt version (instead of QMQTT as the first one was): https://github.com/victronenergy/velib/tree/chriadam-qtmqtt-veqitemmqtt |
This is now in veutil repository: victronenergy/veutil#2 |
Prior required work: #189
Once we understand how DBus-backed VeQItem works, we can write MQTT-backend VeQItem, and put it into velib.
The text was updated successfully, but these errors were encountered: