iec-60870 icon indicating copy to clipboard operation
iec-60870 copied to clipboard

.NET implementation of IEC-60870 104

Results 4 iec-60870 issues
Sort by recently updated
recently updated
newest added

hello, My analyzer says that the 'frame length not plausible" is this a known problem? using System; using System.IO; using System.ServiceProcess; using System.Text; using uPLibrary.Networking.M2Mqtt; using uPLibrary.Networking.M2Mqtt.Messages; using IEC60870.SAP; using...

I think there is a bug in the file IEC60870 --> IE --> IeTime56.cs. Why do you write in the methode below a "+1" for the month? When I use...

In the last days my colleague and I tested the communication between my C#-Application using this library and his C++-Application using lib60870-5 ([http://libiec61850.com/libiec61850/](url)). During our tests we got problems with...

I tried to use this library to simulate multiple battery storage power plants in a single application and provide their data via IEC 60870-5-104 protocol. The architecture / the server...