Commit Graph

659 Commits (e7f4fd8ebbbe2942804b6213f82e90a688733828)
 

Author SHA1 Message Date
Michael Zillgith e7f4fd8ebb - Java tools: static model code generator creates IP address for ClientLN even if optionl attribute ClientLN.apRef is not present 7 years ago
Michael Zillgith 549de2f7ed - IEC 61850 server: added support for pre configured client with ClientLN 7 years ago
Michael Zillgith a8821fd148 - IEC 61850 client: added function ClientReportControlBlock_hasResvTms
- IEC 61850 server: don't empty owner when client disables BRCB (RptEna = false)
7 years ago
Michael Zillgith 17449300e2 - IED Server: added ResvTms handling for BRCB
- SV publisher: fixed length calculation
7 years ago
Michael Zillgith 9d046fcbc2 - updated version number to 1.3.3 7 years ago
Michael Zillgith 68876a46b2 - IEC 61850 server: added support for segmented reporting 7 years ago
Michael Zillgith c879cb433e - fixed bug in windows socket abstraction 7 years ago
Michael Zillgith 896f5f18e5 - IEC 61850 server: don't send bufOvfl for unbuffered reports (see #101) 7 years ago
Michael Zillgith 8141f1e891 - fixed client TCP keep alive problem (see #115) 7 years ago
Michael Zillgith 445dfe2667 - MMS server: read service - return data access error for component access to simple variable 7 years ago
Michael Zillgith 9973ea165f - MMS server: fixed problem in read with component access 7 years ago
Michael Zillgith 080b29464e - prepared for release 1.3.2 7 years ago
Michael Zillgith c77bbe3009 - fixed bug in cmake file 7 years ago
Michael Zillgith 6f608c105f Merge branch 'v1.3' of https://github.com/mz-automation/libiec61850 into v1.3 7 years ago
Michael Zillgith 8074f99538 - MMS client/server: added support for component alternate access for generic variable read requests 7 years ago
Michael Zillgith 233cd20fd0 - MMS client: improved handling of malformed messages when receiving reports
- MMS client: fixed potential memory leak when receiving malformed messages
7 years ago
Michael Zillgith 0d49e8c1d2 - MMS client: improved handling of incorrect messages when reading data 7 years ago
Michael Zillgith 803786c402 Merge branch 'v1.3' of https://github.com/mz-automation/libiec61850 into v1.3 7 years ago
Michael Zillgith bf1ee8b560 - IEC 61850 server: fixed problem with wrong purge buffer invocation when using dynamic data set in buffered report control block 7 years ago
Michael Zillgith 2df6387b99
Merge pull request #92 from aaribaud/python-import-sys-fix
Fix typo in python install path detection
7 years ago
Michael Zillgith e389149f22
Merge pull request #99 from davideandreuzza/bufOvfl-parsing-fix
java SCL parser: fix bufOvfl typo in parsing OptionFields
7 years ago
Davide Andreuzza 7463a2c319 fix bufOvfl typo in parsing OptionFields 7 years ago
Albert ARIBAUD 1bcd1fc071 Fixed typo in python install path detection
Without this fix, cmake -DBUILD_PYTHON_BINDINGS=ON fails.
7 years ago
Michael Zillgith c952aa5a31 - include own stdbool.h only for older versions of VS 7 years ago
Michael Zillgith 1e993f20b0 - added IedConnection_getFileDirectoryEx to DLL export files 7 years ago
Michael Zillgith 66f571f03d - .NET API: add GetFileDirectoryEx function 7 years ago
Michael Zillgith 28e8831029 - modelviewer: show full hierarchy including sub data objects 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 a4fc173cbf
Merge pull request #90 from sanekas/fix/incorrect_lib_memory_path
Fix makefile, add CLion service dirs to .gitignore
7 years ago
Alexander Sergeev 2a98f95df8 Fix makefile, add CLion dirs to .gitignore 7 years ago
Michael Zillgith edc093e810 - updated CHANGELOG file
- make iec61850_9_2_LE_example to compile with Visual Studio
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 8d728b3ab4 - fixed problem in GOOSE publisher payload length calculation 7 years ago
Michael Zillgith 0d7a3750e4 - IEC 61850 client: implemented tissue 1178 client side (select-response+ is non-NULL) 7 years ago
Michael Zillgith 074f7a8cd1 - Ethernet HAL Linux: limited interface name in Ethernet_getIntefaceMACAddress to prevent #83 7 years ago
Michael Zillgith 3ad71c7a0b - added error handling in iec61850_client_example4 7 years ago
Michael Zillgith 1fbadffd6e - added new functions to windows def files 7 years ago
Michael Zillgith 2bbdfacfe4 - SV: fixed RefrTm and SmpSynch handling in SV publisher 7 years ago
Michael Zillgith 57eb6bd455 - GOOSE publisher: fixed bug in GOOSE message calculation 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 4a135fa252 - IEC 61850 server: fixed potential deadlock in report processing 7 years ago
Michael Zillgith f68e97b7a1
Merge pull request #80 from aaribaud/python3-bindings-fix
Fixed Python 3 bindings support
7 years ago
Albert ARIBAUD 8f523b1706 Fixed Python 3 bindings support
1. Allow specifying Python interpreter version with BUILD_PYTHON_VERSION

2. Fix Python modules install path generation (would produce spurious
   line feed which would cause destination directory to be
   /usr/lib/python*/dist-packages\n -- note the final \n!
7 years ago
Michael Zillgith c9fe9b4286 - adopted new functions to version 1.3 7 years ago
Michael Zillgith 1a9de24884 - increased version number to 1.3.1 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 e6ace3a787 - Java SCL parser: added support for timestamp values in "Val" elements 7 years ago