Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tahu-dev] Golang Implementation of Sparkplug 3.0 B Specifications !!!

Hi David,

 

In my opinion one should look at it as layered ‘Lego Blocks’, where in your case the solution contains the following two blocks:

 

  1. A ‘Go MQTT Client’, such as: https://www.emqx.com/en/blog/how-to-use-mqtt-in-golang
  2. The Sparkplug B’ compiled output for Go (For an example of how to do this see: https://developers.google.com/protocol-buffers/docs/gotutorial , using the Protobuf ‘protoc’ compiler tool (Installation directions can be found here: https://grpc.io/docs/protoc-installation).

 

If you put the two together then I believe you would have a good starting point for what you are asking for, that is if I understand your question correctly.

 

Regards,

-lars

 

From: tahu-dev <tahu-dev-bounces@xxxxxxxxxxx> on behalf of David Lee <weekaung.lee@xxxxxxxxx>
Reply-To: tahu developer discussions <tahu-dev@xxxxxxxxxxx>
Date: Monday, December 5, 2022 at 9:16 AM
To: <tahu-dev@xxxxxxxxxxx>
Subject: [tahu-dev] Golang Implementation of Sparkplug 3.0 B Specifications !!!

 

Hi Everyone,

Is there a timeline for the Golang implementation of Sparkplug?

Would be interested if there is any!

Thanks,
David.

_______________________________________________ tahu-dev mailing list tahu-dev@xxxxxxxxxxx To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tahu-dev


Back to the top