Commit Graph

180 Commits (v1.5)

Author SHA1 Message Date
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
Michael Zillgith f3b75dd3fc - added functions Timestamp_create, Timestamp_destroy, Timestamp_setByMmsUtcTime
- C# API: Added Timestamp class
- C# API: Added missing UpdateAttribute methods to IedServer
9 years ago
Michael Zillgith 6273a18c48 - .NET: in IedConnection: added internal reference to IsoConnectionParameters object to avoid deletion of internal AcseAuthenticationParameters by garbage collector 9 years ago
Michael Zillgith 003f1ef730 - fixed memory bugs in examples 9 years ago
Michael Zillgith e6b8e09e91 - .NET API: fixed server side bug with connection indication handler 9 years ago
Michael Zillgith b8a4e8c7b0 - some fixes 9 years ago
Michael Zillgith da21bb2e76 - C# wrapper: fixed bug in client readObject functions 9 years ago
Michael Zillgith 4d5a9e27a1 - added server1 example to dotnet 9 years ago
Michael Zillgith dc281a7ee9 - added maximum log entry size for LogStorage
- implemented maximum log entries for sqlite log storage
- added log to C# API
9 years ago
Michael Zillgith fca675e2a1 - C# API: added client side log service support 9 years ago
Michael Zillgith b4a5292b67 - C# API: added servers side control handling 9 years ago
Michael Zillgith d81e9e1c19 - implemente ControlObjectClient_setTestMode function, also for C# wrapper 9 years ago
Michael Zillgith 6c306870e9 Merge branch 'python-bindings' 9 years ago
Michael Zillgith 8f45ac88c6 - added functions ControlObjectClient_setInterlockCheck and ControlObjectClient_setSynchroCheck to replace the functions ControlObjectClient_enableInterlockCheck and ControlObjectClient_enableSynchroCheck 9 years ago
Michael Zillgith 24e1c902e4 - added MmsValue_setUtcTimeQuality to vs def files
- added GetUtcTimeQuality and SetUtcTimeQuality to the C# API
9 years ago
Michael Zillgith 899fd370f8 - changed .NET client API 10 years ago
Michael Zillgith 44a4336deb - changed signature of IedConnection_deleteDataSet, MmsConnection_deleteAssociationSpecificNamedVariableList, MmsConnection_deleteNamedVariableList. added boolean return value to indicate if data set/named variable list has been deleted.
- increased version number to 0.9.1
10 years ago
Michael Zillgith a178e50052 - changed .net API IsoConnectionParameters class to reflect 16 byte session selectors. 10 years ago
Michael Zillgith bc65ce46c6 - added MmsConnection.setLocalDetail and MmsConnection.getLocalDetail to C# API 10 years ago
Michael Zillgith c5f9612593 - added methods to C# MmsValue class 10 years ago
Michael Zillgith 0fb088320a - fixed problem in reporting.csproj file
- fixed bug in C# Validity enum
10 years ago
Michael Zillgith 108332774f - added FCs "BR" and "RP"
- fixed conformance problem in buffered reporting timeofEntry write access handling
10 years ago
Michael Zillgith 4c0466c858 - fixed bug in report timestamp in buffered reporting: was using UTC_TIME instead of BINARY_TIME 10 years ago
Michael Zillgith f5c5fa7fb4 - fixed problems in buffered reporting 10 years ago
Michael Zillgith 8482cfce9b - server side support for SV control blocks - WIP 10 years ago
Michael Zillgith 23d7092a5c - .NET API: added Report.GetDataSetName method 10 years ago
Michael Zillgith 386d2acd32 - .NET API: added methods GetEntryID/SetEntryID to ReportControlBlock
- client API: added function ClientReport_getDataSetName
- common API: added function MmsValue_getStringSize
- API: changed some char* to const char*
10 years ago
Michael Zillgith d9c8d9cc1b - .NET API: added Dispose method to IecConnection and ReportControlBlock classes 10 years ago
Michael Zillgith 6e260b88a4 - fixed bug in .net implementation. Garbage collected command termination handler. 10 years ago
Michael Zillgith 5ef1da7ac2 - added function ControlObjectClient_useConstantT to enable constant T parameter value during a control sequence 10 years ago
Michael Zillgith f3347e4f16 - added additional error codes to reflect MMS data access errors
- IedConnection_getRCBValues returns correct error code in case the RCB does not exist
10 years ago
Michael Zillgith a603b7af48 - added IED_ERROR_TYPE_INCONSISTENT value to client API
- server now reponds with type-inconsistent error when client tries to write a value of wrong type
10 years ago
Michael Zillgith 363d4ef5a7 - reject CreateDataSet for non-existing LN 10 years ago
Michael Zillgith e84da95752 - added function MmsValue_getUtcTimeInMsWithUs to C and C# API 10 years ago
Michael Zillgith 90c9484e8d - changed reporting example to use two different RCBs
- .net API: remove native callback in ReportControlBlock destructor
11 years ago
Michael Zillgith 424a3f3680 - fixed problem in C# MmsValue 11 years ago
Michael Zillgith f70d43b99b - changed FC names (added prefix IEC61850_FC_). 11 years ago
Michael Zillgith 91b9c2c64b - added documentation to HandleSet functions 11 years ago
Michael Zillgith 375b1a9c12 - added access function to data set references for reports to client API C/C#
- renamed function MmsValue_createEmptyArray (fixed typo "Emtpy")
- added some missing API functions to windows DLL def files
11 years ago
Michael Zillgith 78a694c5d3 - C#/.NET API: fixed problem with boolean marshalling together with VC++ compiled DLL 11 years ago
Michael Zillgith 0941e2a971 - fixed bug in IedConnection_createDataSet function 11 years ago
Michael Zillgith 47c5892dd1 - added support to use association specific data sets in reports 11 years ago
Michael Zillgith 2b1029d276 - changed hostname in example 11 years ago
Michael Zillgith 74058846b3 - added new dotnet example
- fixed problem with garbage collected report handler delegate in .NET API
11 years ago
Michael Zillgith ca9cff0c90 - fixed problem in data set creation for C# API 11 years ago
Michael Zillgith a0f67f9a5d - update to current development version 11 years ago
Michael Zillgith 48d717f12c - initial commit for new repository structure 11 years ago