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 |
Michael Zillgith
|
68d56d947e
|
- made memory alignment configurable
|
8 years ago |
Michael Zillgith
|
02a330e414
|
- IEC 61850 server: added memory alignement for buffered reporting
|
8 years ago |
Michael Zillgith
|
d86e9f8b98
|
- client: fixed bug in parsing initiate response message
|
8 years ago |
Michael Zillgith
|
fe9d292d29
|
- java-tools: added support for OptFlds and TrgOps basic data types
|
8 years ago |
Michael Zillgith
|
64b589ac31
|
- IEC 61850 server: added support for OptFlds and TrgOps basic data types (required for service tracking)
|
8 years ago |
Michael Zillgith
|
22d0f32b2f
|
Merge branch 'development' of https://github.com/mz-automation/libiec61850 into development
|
8 years ago |
Michael Zillgith
|
58057f89d2
|
- SV publisher: some code cleanup
|
8 years ago |
Michael Zillgith
|
17c66c20cd
|
- fixed some header inclusions
|
8 years ago |
Michael Zillgith
|
e281e37ab1
|
Merge development
|
8 years ago |
Michael Zillgith
|
49208df7f4
|
- removed ATTRIBUTE_PACKED
|
8 years ago |
Michael Zillgith
|
d35f16a633
|
Merge branch 'development' of https://github.com/mz-automation/libiec61850 into development
|
8 years ago |
Michael Zillgith
|
6c218db778
|
- .NET API: added TLSConfiguration destructor
|
8 years ago |
Michael Zillgith
|
3a2ad2c4ef
|
- refactored TLS API (moved TLSSocket in a separate private header file)
|
8 years ago |
Michael Zillgith
|
6c588a9a3a
|
Merge branch 'development' of https://github.com/mz-automation/libiec61850 into development
|
8 years ago |
Michael Zillgith
|
d45e729ecf
|
- MMS client/server: added missing length field checks to increase decoder stability
|
8 years ago |
Michael Zillgith
|
76cfa46378
|
- fixed cmake file
- added function IedModel_getDeviceByIndex
|
8 years ago |
Michael Zillgith
|
d5900a9c52
|
- cmake: fixed CMakeList.txt to allow to build the library as submodule
|
8 years ago |
Michael Zillgith
|
11f0fa9e2a
|
- added cast in MmsValue_update
|
8 years ago |
Michael Zillgith
|
7e43e265a7
|
- MMS server: added state mutex for IsoServer
|
8 years ago |
Michael Zillgith
|
1b4675841b
|
- rearranged goose_receiver.h and sv_subscriber.h files to avoid type redefinitions
|
8 years ago |
Michael Zillgith
|
260d97ae23
|
- MMS client: MmsConnection added mutexes for state variable
|
8 years ago |
Michael Zillgith
|
5a0315b52b
|
- MMS client: added mutex for state in IsoClientConnection
|
8 years ago |
Michael Zillgith
|
f9030a8b4f
|
- MmsValue_update function now allows adjusting octet-string size of target object
|
8 years ago |