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

Array packer issues (Python) #367

Closed Alain-Godo closed 4 months ago

Alain-Godo commented 4 months ago

According to the SparkPlug B specification, the package process for boolean arrays and string arrays has some issues. To avoid data misinterpretation, boolean arrays must be padded. On the other hand, string arrays are simply little-endian packed byte arrays and should not undergo any extra conversion. Some refactoring changes have been made.