Michael Zillgith
b86806ef13
- .NET API: added support for server side log service (LIB61850-461)
11 months ago
Michael Zillgith
f0c59be3af
- updated examples
1 year ago
Michael Zillgith
8aa3646895
- Implementation of functions IedConnection_getGoCBValuesAsync and IedConnection_setGoCBValuesAsync (LIB61850-344)
1 year ago
Michael Zillgith
6d8ba08323
- code format updates
1 year ago
Michael Zillgith
bc9f0eaad8
- fixed examples cmake file to create TLS examples with mbedtls3
1 year ago
Michael Zillgith
3772d80c42
- code format updates
1 year ago
Michael Zillgith
7faf053e67
Merge branch 'v1.6_develop' into v1.6_develop_rgoose_sntp
2 years ago
Michael Zillgith
3d3b8c6982
Merge branch 'v1.6_develop' into v1.6_develop_rgoose_sntp
2 years ago
Michael Zillgith
885c3176a8
- renamed RSession_startlistening to RSession_start to indicate that it is also required for the publisher side
...
- updates R-GOOSE and R-SMV publisher examples with RSession_start call to bind to an UDP port/interface
2 years ago
Michael Zillgith
fd19abb0ab
- IED server: RBAC - replace specific access control handlers by generic handler - IedServer_ControlBlockAccessHandler (LIB61850-420)
2 years ago
Michael Zillgith
5e57b5d943
Merge branch 'v1.6_develop' into v1.6_develop_417_rbac2
2 years ago
Michael Zillgith
bbe23b4b00
- extended ListObjectHandler to support different ACSI classes (LIB61850-417)
2 years ago
Michael Zillgith
0622bae0f6
- config file generator/static model generator: added support for SampledValueControl.smpMod (LIB61850-67)
2 years ago
Michael Zillgith
98c04dfeda
- added LISTOBEJCTS access control to server_example_access_control (LIB61850-417)
2 years ago
Michael Zillgith
da62fe854f
Merge branch 'v1.6_develop' into v1.6_develop_rgoose_sntp
2 years ago
Michael Zillgith
4cba8ab50d
- Added function IedConnection_setLocalAddress to define local IP address and optionally local port of a client connection (LIB61850-378)
2 years ago
Michael Zillgith
a786198c87
Merge branch 'v1.6_develop_387' into v1.6_develop
2 years ago
Michael Zillgith
aa863f35f0
- IED server: added callback to control access to data model directories (get-name-list requests)(LIB61850-396)
2 years ago
Michael Zillgith
a4a58e4250
- IED server: check user permissions on data set when enabling RCB or changing RCB data sets (LIB61850-393)
2 years ago
Michael Zillgith
41ed0dd51a
- implemented access control callbacks for logs and LCBs (LIB61850-392)
2 years ago
Michael Zillgith
dc5bd43f0f
- IED server: fixed read handling in RCB access control (LIB61850-391)
3 years ago
Michael Zillgith
76dbcb4496
- IED server: Implemented read/write access control to RCBs (LIB61850-391)
3 years ago
Michael Zillgith
acfbe16452
- IED server/MMS server: added data set access callbacks and example (LIB61850-387)
3 years ago
Michael Zillgith
cb87b8d9ff
- added missing checks in iec61850_client_example_control ( #442 )
3 years ago
Michael Zillgith
ee9c64adc8
- fixed - MMS server: messages can be corrupted when TCP buffer is full (LIB61850-385)
3 years ago
Michael Zillgith
eba36fec65
- renamed TLSConfiguration_EventLevel to TLSEventLevel
3 years ago
Mikael Bourhis
6e8053a1eb
Examples: add command line parameter for choosing the MMS port in some server examples
...
Some 'server' examples already have this capability.
Complete the 'server' example list that support the possibility of using
another MMS port than the default one (port '102').
Signed-off-by: Mikael Bourhis <mikael.bourhis@smile.fr>
3 years ago
Michael Zillgith
a3a6f2c77f
- IED Server: added function to set time quality for internally updated times (LIB61850-372)
3 years ago
Michael Zillgith
f61c58dd35
- added TLSConnection object to provide more context in TLS event callback (LIB61850-366)
3 years ago
Michael Zillgith
6a1079ceb3
- make R-GOOSE/R-SMV/SNTP client feature support optional (LIB61850-361)
3 years ago
Michael Zillgith
e0e1e3b6f4
- fixed bug in windows UDP socket implementation (WSA was not started)
...
(LIB61850-360)
3 years ago
Michael Zillgith
cec871f2e3
- make rsession code compatible with MSVC (LIB61850-360)
3 years ago
Michael Zillgith
99bdd4e61c
- added missing examples for R-SMV/R-GOOSE/SNTP
3 years ago
Michael Zillgith
90372ced72
- merged R-GOOSE/R-SMV/SNTP code from v1.5_sntp_rsv feature branch (LIB61850-360)
3 years ago
Michael Zillgith
ad78b9de26
- removed redundant declarations (LIB61850-359)
3 years ago
Michael Zillgith
87b4ead369
- TLS: added TLS alert callbacks; support for session resumption with session IDs (LIB61850-339)
3 years ago
Michael Zillgith
ec2f34cb9c
- updated static model files for examples
3 years ago
Michael Zillgith
7099535a39
Merge branch 'v1.5_develop' into v1.6_develop
3 years ago
Michael Zillgith
584a733b2a
- mms_utility: added option to read data set directory
3 years ago
Michael Zillgith
b62060b67f
- fixed bug creating "Cancel" in CDC_APC_create
3 years ago
Michael Zillgith
b27681f408
- implemented GET_PARAMETER event for IedServer_RCBEventHandler
...
- implemented additional access functions for ReportControlBlock to allow access to runtime values
4 years ago
Michael Zillgith
659dd49338
- reworked server side array handling (-> incompatible data model structure changes!)
4 years ago
Michael Zillgith
8755019986
- IED server: implemented functional naming
4 years ago
Michael Zillgith
25394b11e1
Merge branch 'v1.5' of https://github.com/mz-automation/libiec61850 into v1.6
4 years ago
Michael Zillgith
9a2fd3e23e
- started to implement functional naming for LDs
4 years ago
Michael Zillgith
8578344e85
- GOOSE subscriber: restore old behavior when data set array is provided by user
4 years ago
Michael Zillgith
e0b4a720dd
- added/updated comments in SV publisher example
4 years ago
Michael Zillgith
7540b6a8d7
- Fixed problem with installed headers - application code does not compile only with installed headers
4 years ago
Michael Zillgith
f49be0d844
- added server example for dead band handling
5 years ago
Michael Zillgith
de2ce1d008
- removed some compiler warnings (when compiling with clang)
5 years ago