SparkplugNet icon indicating copy to clipboard operation
SparkplugNet copied to clipboard

SparkplugNet is a library to use the Sparkplug industrial IoT (IIoT) standard in .Net. It uses MQTTnet in the background.

Results 36 SparkplugNet issues
Sort by recently updated
recently updated
newest added

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...

duplicate

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...

bug

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...

enhancement
question

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...

question

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...

question

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?

bug

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...

enhancement

Ignition cannot handle the bdSeq on ncmd/dcmd messages, it's giving the following exceptions: ![image](https://github.com/SeppPenner/SparkplugNet/assets/4018973/499df8ca-f763-4f5e-8805-8c942860691b) Reading the sparkplugB specs I can only find that the bdSeq metric MUST be included on...

bug

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...

bug
enhancement

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/

enhancement
question