Michael Zillgith
|
b5cb80868c
|
- IED SERVER: fixed bug when calling write access handler (when access policy DENY)
|
7 years ago |
Michael Zillgith
|
eacdfa953d
|
- IED SERVER: fixed bug when calling write access handler (wrong pointer for ClientConnection object)
|
7 years ago |
Michael Zillgith
|
47d34702b1
|
- updated IEC 61850-9-2 LE example to be more realistic
|
7 years ago |
Michael Zillgith
|
2e160d6279
|
- added server side example for the substitution service
|
7 years ago |
Michael Zillgith
|
77c4d3ae03
|
- 9-2LE example: updated data set
|
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
|
ab51835377
|
- MMS server: fixed wrong preprocessor defines that can cause problems in some configurations (unlimited number of client connections/ multi-threaded server)
|
7 years ago |
Michael Zillgith
|
a7cb12f5b0
|
- IEC 61850 client: added new function ControlObjectClient_getCtlValType to simplify control handling
|
7 years ago |
Michael Zillgith
|
4605c60a3b
|
- fixed bug in MmsValue_update
|
7 years ago |
Michael Zillgith
|
2119503cbf
|
- Visual Studio support: added missing export definitions for client side GoCB handling
|
7 years ago |
Michael Zillgith
|
5064c9c31c
|
- updated java binaries
|
7 years ago |
Michael Zillgith
|
2c193fed6e
|
Merge branch 'v1.2' of https://github.com/mz-automation/libiec61850 into v1.2
|
7 years ago |
Michael Zillgith
|
9cb032138b
|
- Java SCL parser: parser is more tolerant. Added access to IED list.
|
7 years ago |
Michael Zillgith
|
a54c5ebca2
|
Merge pull request #68 from synexxus/installdirs-cmake-update
Use GNUInstallDirs for install location on Linux
|
7 years ago |
Robert Middleton
|
9fce1a342a
|
Use GNUInstallDirs for install location on Linux
|
7 years ago |
Michael Zillgith
|
49d06cc9d3
|
- NET API: added TLS support for server side
|
7 years ago |
Michael Zillgith
|
38ee7b43ef
|
- updated version to 1.2.2
|
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
|
cc24c86484
|
- Fixed to compile with C++
|
7 years ago |
Michael Zillgith
|
c28d06f4d8
|
- IEC 61850 server: added support to set file service base path with server configuration object
|
7 years ago |
Michael Zillgith
|
7cb5ff670a
|
- IEC 61850 server: added support to configure report buffer at runtime
- IEC 61850 server: new IedServerConfig type and new IedServer constructor
|
7 years ago |
Michael Zillgith
|
fe4ae3f38f
|
Merge branch 'v1.2' of https://github.com/mz-automation/libiec61850 into v1.2
|
7 years ago |
Michael Zillgith
|
9a8415b3e6
|
- IEC 61850 server: prevent sending reports when data model is locked (updated)
|
7 years ago |
Michael Zillgith
|
7ff48e85c5
|
Merge pull request #63 from arthurazs/v1.2
- Update content list from README
|
7 years ago |
Michael Zillgith
|
2c9a4bb088
|
- TLS client: fixed problem with high CPU load
|
7 years ago |
Michael Zillgith
|
9e15185c74
|
- ISO connection: fixed race condition that can cause corrupted messages
|
7 years ago |
Michael Zillgith
|
605913b0c1
|
- fixed some configuration issues
|
7 years ago |
Michael Zillgith
|
a451731454
|
- IEC 61850 server: removed unnecessary dynamic string allocation
|
7 years ago |
Arthur Zopellaro
|
2e434d8d47
|
Update content list
Add missing items from content list
Add anchor link to each section
|
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
|
731608e5b0
|
- removed inline qualifier from MemoryAllocator_getAlignedSize
|
7 years ago |
Michael Zillgith
|
da17f8210a
|
- updated version to 1.2.1
|
7 years ago |
Michael Zillgith
|
cf049071cc
|
- IEC 61850 server: fixed bug in report module when RCB was enabled multiple times (new in 1.2.0)
|
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
|
a696e6e35e
|
- updated README and CHANGELOG
|
7 years ago |
Michael Zillgith
|
d327f0715e
|
- added function SVReceiver_enableDestAddrCheck
|
7 years ago |
Michael Zillgith
|
4fc17660e9
|
- IEC 61850 server: fixed bug in buffered report module - report can be lost under some circumstances when BRCB is enabled
|
7 years ago |
Michael Zillgith
|
60aa022d54
|
- updated documentation
|
7 years ago |
Michael Zillgith
|
c856ae7cfa
|
- SV subscriber: replaced unaligned memory access
|
7 years ago |
Michael Zillgith
|
f54936045f
|
- updated documentation for ClientReport API
|
7 years ago |
Michael Zillgith
|
bb1dde4dc7
|
- cleanup header file for hal_filesystem.h - removed old function declaration
|
7 years ago |
Michael Zillgith
|
7b98f368dc
|
- some code reformating
|
8 years ago |
Michael Zillgith
|
60b7b673f4
|
- Java SCL parser: allow parse float "Val" elements using "," as decimal separator
|
8 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 |