SparkplugNet
SparkplugNet copied to clipboard
SparkplugNet is a library to use the Sparkplug industrial IoT (IIoT) standard in .Net. It uses MQTTnet in the background.
Hello @SeppPenner , According to the sparkplug specification, we can also send the not known metric in NDATA and NCMD. However, from the code, it is not possible as it...
Hey there, while testing the NuGet 1.3.8 update, I noticed that I'm no longer receiving messages with negative integers in the MQTT broker side. Here's an example: ```csharp Metric metric...
After wrestling with this for the last couple of days - I came up with this solution. I have not found any issues yet. I think it might make sense...
I am failing to see how to add birth metrics to the application known metrics - it seems like I should be able to do it in the NBirth and...
Hello, thank you for the continuous bug fixes and updates provided. I was wondering if anyone has tried connecting via TLS certificates (I use these certificates to connect to a...
From https://github.com/SeppPenner/SparkplugNet/issues/78, transferred (For overview reasons as otherwise I really get confused from the tickets): >* How to handle extension values? >* How to handle PropertySetList types?
Hello @SeppPenner , In SparkplugNet version 1.3.4 , not able publish elements values in DataSet because from my analysis i think there is an error in method "ConvertVersionBDataSetValue" in PayloadConverter...
Ignition cannot handle the bdSeq on ncmd/dcmd messages, it's giving the following exceptions:  Reading the sparkplugB specs I can only find that the bdSeq metric MUST be included on...
Just wanted to share some of my findings while trying to implement a Primary Host compliant with 3.0 Specification: 1. In the current version of the code The payload returned...
Have any of you already investigated TCK, and by any chance is SparkplugNet already tested for compatibility? https://github.com/eclipse-sparkplug/sparkplug/blob/develop/tck/UserGuide.adoc https://sparkplug.eclipse.org/compatibility/get-listed/