Commit Graph

96 Commits (1bcd1fc071638512cc0d051bfee73891215af98c)

Author SHA1 Message Date
Michael Zillgith 66f571f03d - .NET API: add GetFileDirectoryEx function 7 years ago
Michael Zillgith 4ad0567169 - .NET API: DataSet implements IDisposable interface, Report/DataSet GetValues methods return now clones of the original native values to prevent GC issues 7 years ago
Michael Zillgith c4c55d74ca - .NET API: MmsValue - added Clone method and implemented IDisposable interface 7 years ago
Michael Zillgith 31f92b5cf0 - .NET API: Added method MmsConnection.ReadMultipleVariables
- .NET API: extended MmsValue.ToString method to print arrays and data access errors
7 years ago
Michael Zillgith 74a9eb5856 - IEC 61850 client: ControlObjectClient - avoid crash when "ctlVal" is not present in "Oper", also accept "setMag" instead of "ctlVal". 7 years ago
Michael Zillgith 9b4a06e573 - .NET API: ReportControlBlock.GetOwner returns null when no owner available (#79) 7 years ago
Michael Zillgith 59e2d19acc - IEC 61850 client: improved support for segmented report handling 7 years ago
Michael Zillgith cd81f9b13d - .NET API: Added ReportControlBlock.GetOwner method (#79) 7 years ago
Michael Zillgith ed13cd7ab8 - added C# example code for client side setting group handling 7 years ago
Michael Zillgith 3878a9aad3 - .NET API: added some additional wrapper code for MmsVariableSpecification functions 7 years ago
Michael Zillgith 4d8a768ec5 - .NET API: fixed wrong defintion for ClientReportControlBlock_getResvTms in ReportControlBlock class 7 years ago
Michael Zillgith af0b2f9edb - .NET API: Added missing access functions for ResvTms to ReportControlBlock class (#74) 7 years ago
Michael Zillgith aa86d3b259 - IEC 61850 server: number of dynamic data sets configurable at runtime 7 years ago
Michael Zillgith 51c29fe9a7 - IEC 61850 server/ MMS server: maximum number of client connections configurable at runtime 7 years ago
Michael Zillgith 26af0d93c2 - IEC 61850 server: made IEC 61850 edition configurable at runtime 7 years ago
Michael Zillgith 14c8434201 - server_example_basic_io: fixed ICD/CID file 7 years ago
Michael Zillgith 4d8e256967 - .NET API: Added array/structure handlung functions to MmsValue 7 years ago
Michael Zillgith 894ea2e726 - SV: added function SVPublisher_ASDU_setSmpCntWrap
- added quality flag "derived"
- updated 9-2LE publisher example
7 years ago
Michael Zillgith 5de644b3bc - .NET API: added check for maximum size of s-selector 7 years ago
Michael Zillgith a7cb12f5b0 - IEC 61850 client: added new function ControlObjectClient_getCtlValType to simplify control handling 7 years ago
Michael Zillgith 49d06cc9d3 - NET API: added TLS support for server side 7 years ago
Michael Zillgith 56046beebe - updated project file for .NET core 7 years ago
Michael Zillgith 48b14619a3 - .NET API: Added IedServerConfig class 7 years ago
Michael Zillgith 1ac2a7390f - .NET API: updated marshalling for GooseControlBlock 7 years ago
Michael Zillgith cab1f783fd - .NET API: added project files for .NET core 2.0 7 years ago
Michael Zillgith eb97d64ae2 - .NET API: updated marshaling of bool types in pinvoke code 7 years ago
Michael Zillgith 76ab1ec9f6 - .NET API: Added destructor and Dispose method to ReportControlBlock
- .NET API: Changed ReportControlBlock access to IedConnection to improve stability when connection closes unexpectedly
7 years ago
Michael Zillgith d327f0715e - added function SVReceiver_enableDestAddrCheck 7 years ago
Michael Zillgith b195acd128 - .NET API: Added SEGMENTATION to ReportOptions 8 years ago
Michael Zillgith a6b8b7767e - updated README.md 8 years ago
Michael Zillgith 31e9886b6d - .NET API: fixed bug in TLS wrapper 8 years ago
Michael Zillgith 6c218db778 - .NET API: added TLSConfiguration destructor 8 years ago
Michael Zillgith 33fb9206b3 - .NET API: Added support for Timestamp and Quality to SV subscriber 8 years ago
Michael Zillgith b00fdfde3d - .NET API: added properties for Quality flags 8 years ago
Michael Zillgith 36b0c94eef - .NET API: added sv_subscriber example
- .NET API: added missing functions for float types
8 years ago
Michael Zillgith 8f951cbcef - SV subscriber: added SVReceiver_isRunning function
- .NET API: Added SV subscriber
8 years ago
Michael Zillgith 99e7b9d972 - added missing project file 8 years ago
Michael Zillgith c20a530761 - .NET API: Added GooseReceiver/GooseSubscriber 8 years ago
Michael Zillgith fb56e0bc86 - .NET API: Added SetDstAddress/GetDstAddress to GooseControlBlock class 8 years ago
Michael Zillgith 10ed5af230 - .NET API: added support for GoCB handling
- .NET API: Add PhyComAddress class
8 years ago
Michael Zillgith 5cabd43702 - added missing file 8 years ago
Michael Zillgith 81e18261bc - .NET API: Added support for SVCB handling 8 years ago
Michael Zillgith 36a1660d71 - .NET API: Added DeleteFile (from pull request #44 by jpeltonen) 8 years ago
Michael Zillgith d090c3f1ae - added missing .NET files 8 years ago
Michael Zillgith d995c05fc0 - .NET: Added TLS.TLSConfiguration class to wrap native TLSConfiguration
- .NET: Added TLS support for IedConnection
8 years ago
Michael Zillgith 0c09385462 - .NET API: ControlObject implements IDisposable interface 8 years ago
Michael Zillgith d0ac21e487 - client/server: added set data set service (MMS write named variable list)
- client/server: improved write access to array elements and sub arrays
8 years ago
Michael Zillgith 291d21ef9e - IEC 61850 client: Changed result strings of IedConnection_getDataDirectoryByFC. Removed appended FC string. 8 years ago
Michael Zillgith b931b773eb - C# API: server - keep references to internal control handler delegates to avoid garbage collection 8 years ago
Michael Zillgith 8999487b24 - C server API: added function IedServer_setLocalIpAddress
- C# server API: added IedServer.SetLocalIpAddress
8 years ago