09-26-2023 04:10 AM
Hello
As part of a future project, I need to evaluate the integration of MQTT Sparkplug ( https://sparkplug.eclipse.org ). An important aspect of this protocol is the exchange of data using Google Protocol Buffers.
In other languages, Google Protocol Buffers are usually implemented as a script generating a class.
Can anyone tell me how to use Google Protocol Buffers in Labview? Is this the same implementation used in gRPC?
Sparkplug specification: https://www.eclipse.org/tahu/spec/sparkplug_spec.pdf
09-26-2023 10:34 AM
Maybe this is a good place to start.
10-04-2023 01:22 AM
Thank you for your answer Yamaeda.
MQTT is ok, I tested it and it works fine. MQTT is a message protocol. Sparkplug is an extra application layer on top of MQTT.