Page 1 of 1

Sparkplug_b MQTT protocol support

Posted: Sat Mar 27, 2021 1:20 am
by etc3
Is anyone aware of micropython support for MQTT Sparkplug_b industrial data definition protocol? The project https://github.com/eclipse/tahu has the details and a standard python client library, but we are interested in using this protocol with micropython. Porting may be an option but there appears to be a reference to google.protobuf which may be a show stopper with uPython? Any ideas or guidance would be appreciated!

Re: Sparkplug_b MQTT protocol support

Posted: Sat Mar 27, 2021 9:49 am
by pythoncoder
I am not aware of anyone doing this. As for Protocol Buffers there is a micro implementation discussed here but, in order to conserve resources, it has significant implementation differences from Google's.