eclipse / tahu

Eclipse Tahu addresses the existence of legacy SCADA/DCS/ICS protocols and infrastructures and provides a much-needed definition of how best to apply MQTT into these existing industrial operational environments.
https://eclipse.org/tahu
Eclipse Public License 2.0
216 stars 123 forks source link

SparkpluGUI #352

Open guiklimek opened 5 months ago

guiklimek commented 5 months ago

SparkpluGUI

I created an open source, dedicated light software to display Sparkplug messages. I would like to share it with you.

Repository: https://github.com/Ambre-io/sparkplugui

wes-johnson commented 4 months ago

Very cool. Any interest in dual-licencing with EPL 2.0 and adding it to the Tahu project?

guiklimek commented 1 month ago

Hello @wes-johnson,

Thank you for your answer! Of course it should be nice to add it to the Tahu project! Tell me how we can proceed.

I think another cool thing to do in the future is to improve the Sparkplug Go implementation so it could become the official 'Tahu Go Client'.

wes-johnson commented 1 month ago

@guiklimek - First off, you need to agree to the Eclipse 'ECA' so you can contribute. See the FAQ here: https://www.eclipse.org/legal/ecafaq.php.

After that, you can create a PR against the develop branch of Tahu and it can be included. It must also include the license files and follow the Eclipse guidelines.

I like the idea of the Go impl too! That should at least conform to the basic directory layout of the other impls too.