Michael Zillgith
4aaced2639
- IEC 61850 server: unselect control when oper is not accepted
...
- IEC 61850 server: send select-failed for control when origin parameter is not valid
6 years ago
Michael Zillgith
d8153483b5
- IEC 61850 server: fixed control handling to comply with test case sCtl25
6 years ago
Michael Zillgith
3a248a4f20
- IEC 61850 server: fixed control handling to comply with test case sCtl11
6 years ago
Michael Zillgith
0c83507727
- IEC 61850 server: pass origin, ctlNum, ctlVal to select handler for SBOw
6 years ago
Michael Zillgith
33db13de16
- Timestamp: added functions to handle times with ns resolution
6 years ago
Michael Zillgith
1831be663e
- updated version to 1.5.0
6 years ago
Michael Zillgith
d86055173d
- IEC 61850 server: control models - allow delaying select response with check handler (new handler return value CONTROL_WAITING_FOR_SELECT)
6 years ago
Michael Zillgith
abcf93416f
- added function IedServer_getNumberOfOpenConnections
...
- IEC 61850/MMS server: refactored connection handling
6 years ago
Michael Zillgith
df0e7c08df
- IEC 61850 server: fixed new memory leak in unbuffered reporting
6 years ago
Michael Zillgith
8991954e3c
- removed header dependencies from API headers
6 years ago
Michael Zillgith
18c2e30f87
- IEC 61850 server: refactored reporting module; unbuffered reports are stored to report buffer and sent by connection handling thread
6 years ago
Michael Zillgith
925c19bff6
- IED Server: added support for transient data objects
6 years ago
Michael Zillgith
6c53924c05
- added additional length check in BerDecoder_decodeLength and checked return values in callers (fix problem #196 )
6 years ago
Michael Zillgith
8c1b75b382
- code cleanup; fixed issues from compiler warnings
6 years ago
Michael Zillgith
6cbadb4b45
- IED server: added new function ControlAction_isSelect
6 years ago
Michael Zillgith
5fbb67c44c
- some code beautification
6 years ago
Michael Zillgith
6738215c8f
Merge pull request #183 from kiraly533/v1.4
...
TimeActivatedControl before wait check and fixes for file-upload issues.
6 years ago
Michael Zillgith
5bd03b0611
- IED server: added function ConfigFileParser_createModelFromConfigFileEx with filename as argument to avoid dependency on FileSystem_... functions
...
- .NET projects: changed target framework of some project files to v4.0
6 years ago
Király Péter
7ed8516344
Added getter for the time of the timeActivated controls.
6 years ago
Király Péter
a39397d21d
Add check call before starting a timeactivated operate, so operates can be denied before the waiting state
6 years ago
Michael Zillgith
8bbc905533
- IEC 61850 client: improved error handling and fixed potential memory leak in IedConnection_getDeviceModelFromServer
6 years ago
Michael Zillgith
69729bd8a0
- fixed - misspelled function name #180
6 years ago
Michael Zillgith
5e16971bbf
- updated documentation
6 years ago
Michael Zillgith
e4c3875e3e
IEC 61850 server: added function ControlAction_getCtlNum to access ctlNum value inside control handlers
6 years ago
Michael Zillgith
31e183d357
- IEC 61850 client: added additional error code to provide diagnostic information when data set cannot be created because of a non existing data set element
6 years ago
Michael Zillgith
320f511d33
- IEC 61850 client: Added functions IedConnection_setRequestTimeout and IedConnection_getRequestTimeout to C API and IedConnection.RequestTimeout property to .NET API
6 years ago
Michael Zillgith
4254af3ff9
IEC 61850 client: ControlObjectClient_getLastError provides access to data access error information of last control action
6 years ago
Michael Zillgith
6b2404e80b
- GOOSE: option to enable/disable VLAN tagging
...
- IED Server: Allow setting different interfaces for different GOOSE publishers
6 years ago
Michael Zillgith
3391f4c139
Merge branch 'v1.4' of https://github.com/mz-automation/libiec61850 into v1.4
6 years ago
Michael Zillgith
74d78d0618
updated server substitution example
6 years ago
Michael Zillgith
cbd0008f48
- IEC 61850 client: fixed - file transfer doesn't release outstanding connection
6 years ago
Michael Zillgith
2cf288fbeb
Merge branch 'v1.4' of https://github.com/mz-automation/libiec61850 into v1.4
6 years ago
Michael Zillgith
57f6df3c3a
- HAL(Socket): Added function Socket_getLocalAddress
...
- IEC 61850 server: Added function ClientConnection_getLocalAddress
6 years ago
Michael Zillgith
4c123c0c3c
- MMS server: fixed potential deadlock in multi-thread mode
6 years ago
Michael Zillgith
d4304e0a38
- IEC 61850 server: URCB will not release reservation (and owner) when RCB is disabled
6 years ago
Michael Zillgith
8f5b501d75
- removed inline function declarations
6 years ago
Michael Zillgith
f5236f84fc
- IEC 61850 client: convert MMS error for outstanding call limit to IedClientError
6 years ago
Michael Zillgith
2e9761c541
- IED server: cancel outstanding control tasks when client closes connection (to prevent blocking the connection for waiting time activated controls)
6 years ago
Michael Zillgith
7cb69c983a
- additionally allow comma and space as separators in ap-titles used in API functions
6 years ago
Michael Zillgith
8099734f11
- .NET API: adopted to new server side control API
6 years ago
Michael Zillgith
6c14425ca8
- IEC 61850 server: refactored control model API (changed handler signatures, added ControlAction object to access origin and set addCause value, ...)
...
- IEC 61850 client: added ControlObjectClient_getLastError function
6 years ago
Michael Zillgith
28e2acbd33
- IED server: avoid dynamic memory allocation in control module
6 years ago
Michael Zillgith
f0df571f42
- IED server: made code compatible with C++
6 years ago
Michael Zillgith
a9fa07a7d4
- IED server: some memory optimizations in control module
6 years ago
Michael Zillgith
2911781070
- IEC 61850 server/reporting: fixed bug when checking for invalid data set member
6 years ago
Michael Zillgith
38d67a4e69
- IEC 61850 server/reporting: send access error "object-value-invalid"
...
when data attribute in report data set has no value
6 years ago
Michael Zillgith
ebc71d9731
- IEC 61850 common: moved some internal code to better seperate
...
client/server side code
6 years ago
Michael Zillgith
16c061b4df
- MMS server API: removed dependency from internal header file iso_server.h
6 years ago
Michael Zillgith
d376370aaa
- IEC 61850 server: control model - implemented automatic handling of opRcvd, opOk, and tOpOk when present in data object
7 years ago
Michael Zillgith
a3c2c4652e
- IEC 61850 server: control model - implemented automatic handling of stSeld when present in data object
7 years ago
Michael Zillgith
c98a2b0baa
- MMS server: fixed connection handling problem in multi-threaded mode
7 years ago
Michael Zillgith
994484d1a6
- MMS server: added semaphore for open connections map to prevent problem in multi-threaded mode
7 years ago
Michael Zillgith
1f144a008e
- fixed memory leak in ClientSVControlBlock_create
7 years ago
Michael Zillgith
26a45a078b
- added error handling code to client_example_log.c
...
- fixed bug in ClientSVControlBlock
7 years ago
Michael Zillgith
0cddcb7d12
- MMS client: changed signature of MmsConnection_FileReadHandler
7 years ago
Michael Zillgith
8ffbd9f265
- removed function MmsValue_deleteIfNotNull (now MmsValue_delete does check for NULL)
7 years ago
Michael Zillgith
0d2775742a
- IEC 61850 client: fixed problems in ClientReportControlBlock_create (see github #134 )
7 years ago
Michael Zillgith
f2c811c7c7
- IedServer: fixed potential deadlock when IedServer_stop is directly called after IedServer_start
7 years ago
Michael Zillgith
287769dcba
- IEC 61850 client: handle reason code correctly when report contains data with different reason code (see github #133 )
7 years ago
Michael Zillgith
b35a566145
- IEC 61850 server: fixed problem in report module
7 years ago
Michael Zillgith
0dff4286aa
- merged latest changes to the server reporting module from 1.3 branch
...
- merged with 1.3 branch
7 years ago
Michael Zillgith
732ad79070
- fixed problem with read access to GCB (see github #130 )
7 years ago
Michael Zillgith
9309cb78de
- added missing definition
7 years ago
Michael Zillgith
199d091c6d
- IEC 61850 server: don't send bufOvfl for unbuffered reports (see #101 )
7 years ago
Michael Zillgith
0a27ec758f
- IED server: handling thread mode changed
7 years ago
Michael Zillgith
452abd7dbf
- MMS client/server: added support for component alternate access for generic variable read requests
7 years ago
Michael Zillgith
3d8ab44a49
- MMS client: improved handling of malformed messages when reading data
...
- 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
d9cb36817a
- 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
256f55aaef
- .NET API: added more async client functions
7 years ago
Michael Zillgith
b6c9a56d4a
- .NET API: added more async functions
...
- .NET API: added GetFileDirectoryEx function
. file-tool: add "s" option to send only a single get file directory request
7 years ago
Michael Zillgith
e252715aa9
- added report subscription activation to non-thread mode client example
7 years ago
Michael Zillgith
4157c9c5da
- extended server_example_control to show how to change ctlModel with online service
7 years ago
Michael Zillgith
bbb56a16a3
- removed some compiler warnings
7 years ago
Michael Zillgith
1d61afaa8b
- C library: removed C++ style line comments
7 years ago
Michael Zillgith
388337a60d
- IEC 61850 client: added support for non-thread mode (IedConnection_createEx, IedConnection_tick)
...
- added example for non-thread mode client and asynchronous API
7 years ago
Michael Zillgith
5ed474a44a
- MMS client: fixed problem with async connect timeout
7 years ago
Michael Zillgith
ef076efe9f
- IEC 61850 client: fixed problem with connection state handling
7 years ago
Michael Zillgith
3e30910319
- IEC 61850 client: added missing async functions for files
7 years ago
Michael Zillgith
0842097b7e
- IEC 61850 server: fixed some small bugs and compiler warnings
...
- IEC 61850 server: retrun object-access-unsupported when ctlModel is status-only
7 years ago
Michael Zillgith
618a84d37c
- IEC 61850 client: add public header for function ControlObjectClient_createEx to create a client control object without the need to request information from the server
7 years ago
Michael Zillgith
91c22b3193
- IEC 61850 server: added IedServer_updateCtlModel function to change control model at runtime
7 years ago
Michael Zillgith
cad88b67a1
- IEC 61850 client: fixed bug in new control object client implmentation - missing free for oper variable specification
7 years ago
Michael Zillgith
89d623866e
- IEC 61850 client: add function IedConnection_getFileAsync
7 years ago
Michael Zillgith
f78f338b49
- IEC 61850 client: added implementations for functions IedConnection_getLogicalDeviceVariables, IedConnection_getLogicalDeviceDataSets, and IedConnection_getLogicalDeviceDataSetsAsync to address #89
7 years ago
Michael Zillgith
d0f4c06d62
- IEC 61850 client: added functions IedConnection_getLogicalDeviceVariables, IedConnection_getLogicalDeviceDataSets, and IedConnection_getLogicalDeviceDataSetsAsync to address #89
7 years ago
Michael Zillgith
2c5fb89449
- IEC 61850 client: implemented tissue 1178 client side (select-response+ is non-NULL)
7 years ago
Michael Zillgith
46211a01e7
- IEC 61850 client: IedConnection - added CONNECTING AND CLOSING states - removed IDLE state (now only CLOSED)
7 years ago
Michael Zillgith
e12113acde
- IEC 61850 client: implemented IedConnection_installStateChangedHandler
7 years ago
Michael Zillgith
43e0fb4d05
- IEC 61850 Client: ControlObjectClient - added async control actions
7 years ago
Michael Zillgith
1cc350ed4a
- IEC 61850 client: implemented IedConnection_writeDataSetValuesAsync
7 years ago
Michael Zillgith
c04b4e928d
- IEC 61850 client: implemented IedConnection_readDataSetValuesAsync
7 years ago
Michael Zillgith
f644b8d777
- IEC 61850 client: ControlObjectClient - avoid crash when "ctlVal" is not present in "Oper", also accept "setMag" instead of "ctlVal".
7 years ago
Michael Zillgith
c9fe177a87
- IEC 61850 server: fixed potential deadlock in report processing
7 years ago
Michael Zillgith
836892849c
- IEC 61850 client: improved support for segmented report handling
7 years ago
Michael Zillgith
e90d5d44fa
- IEC 61850 client: added async discovery functions
7 years ago
Michael Zillgith
44d8ad8d15
- IEC 61850/MMS client: changed all invokeId parameters in async callbacks to uint32_t
7 years ago
Michael Zillgith
7ec38e9615
- IEC 61850 client: added async client side RCB handling
7 years ago
Michael Zillgith
2b7dc5c5fe
- added API export/internal decorations
...
- removed .def files for windows
7 years ago
Michael Zillgith
5201473262
- IEC 61850 client: added more prototypes for async client API
7 years ago
Michael Zillgith
e6884d721b
- IEC 61850 client: added asynchronous query log functions
7 years ago
Michael Zillgith
54d8fb74d7
- IEC 61850 client: added async versions for connect, abort, release, get variable specification, write object
7 years ago
Michael Zillgith
56d7ee4f0b
- IEC 61850/MMS client: Add support for write variable for array element with component
...
- added lost README file for winpcap
7 years ago
Michael Zillgith
70c1cd691d
- MMS client: refactoring for async connect, abort, release
7 years ago
Michael Zillgith
aa86d3b259
- IEC 61850 server: number of dynamic data sets configurable at runtime
7 years ago
Michael Zillgith
a0adcf94e7
- IEC 61850 Server: made number of data set entries configurable at runtime
7 years ago
Michael Zillgith
a830fc3cfb
- IEC 61850 server: reporting - don't delete pending events when buffered report is enabled and dataset didn't change
7 years ago
Michael Zillgith
51c29fe9a7
- IEC 61850 server/ MMS server: maximum number of client connections configurable at runtime
7 years ago
Michael Zillgith
e980a519ae
- IEC 61850 server: control objects - fixed bug in select response for SBO control model
7 years ago
Michael Zillgith
2585aab516
- cleanup examples makefiles
...
- fixed bug in MMS mapping read handler
7 years ago
Michael Zillgith
8b957b8f82
- IEC 61850 client: add support for single array element access (with component specification)
7 years ago
Michael Zillgith
26af0d93c2
- IEC 61850 server: made IEC 61850 edition configurable at runtime
7 years ago
Michael Zillgith
6199da1e55
- IEC 61850 server: CONFIG_REPORTING_SUPPORTS_OWNER replaced by CONFIG_IEC61850_EDITION_1
7 years ago
Michael Zillgith
e7905cc16b
- IEC 61850 server: memory handling optimization in control module
7 years ago
Michael Zillgith
020b1f40aa
- IEC 61850 server: integrated automatic handling of "origin" and "ctlVal" status (ST) values for controllable CDCs
7 years ago
Michael Zillgith
713ca54cd0
- IEC 61850 server: optimized dynamic memory management in control handling; memory will be initialized at server start
7 years ago
Michael Zillgith
6618093f7a
- IEC 61850 server: functions IedModel_getModelNodeByShortObjectReference and IedModel_getModelNodeByObjectReference now also work with object references that have only LD part
7 years ago
Michael Zillgith
58b4d6c107
-IEC 61850 server: added ReadAccessHandler to control read access
7 years ago
Michael Zillgith
0b51d6841a
- added Socket_activateTcpKeepAlive function
7 years ago
Michael Zillgith
9995a7cfc4
- IEC 61850 client: fixed bug in select response handling
7 years ago
Michael Zillgith
71493036dc
- IEC 61850 server/MMS server: make dynamic data set service configurable at runtime with IedServerConfig object (new functions IedServerConfig_enableLogService and IedServerConfig_isLogServiceEnabled)
7 years ago
Michael Zillgith
0a3d86601b
- IEC 61850 server/MMS server: make dynamic data set service configurable at runtime with IedServerConfig object (new functions IedServerConfig_enableDynamicDataSetService and IedServerConfig_isDynamicDataSetServiceEnabled)
7 years ago
Michael Zillgith
143bc977c0
- IEC 61850 server/MMS server: make file service configurable at runtime with IedServerConfig object (new functions IedServerConfig_enableFileService and IedServerConfig_isFileServiceEnabled)
7 years ago
Michael Zillgith
af35ee17fa
- removed unused code
7 years ago
Michael Zillgith
c36050f455
- renamed iec61850_client_example3 to iec61850_client_example_control
...
- removed outcommented code
7 years ago
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
894ea2e726
- SV: added function SVPublisher_ASDU_setSmpCntWrap
...
- added quality flag "derived"
- updated 9-2LE publisher example
7 years ago
Michael Zillgith
a7cb12f5b0
- IEC 61850 client: added new function ControlObjectClient_getCtlValType to simplify control handling
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
9a8415b3e6
- IEC 61850 server: prevent sending reports when data model is locked (updated)
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
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
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
f54936045f
- updated documentation for ClientReport API
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
02a330e414
- IEC 61850 server: added memory alignement for buffered reporting
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
49208df7f4
- removed ATTRIBUTE_PACKED
8 years ago
Michael Zillgith
76cfa46378
- fixed cmake file
...
- added function IedModel_getDeviceByIndex
8 years ago
Michael Zillgith
33fb9206b3
- .NET API: Added support for Timestamp and Quality to SV subscriber
8 years ago
Michael Zillgith
a07f2cceda
- IEC 61850 client: Added ClientGooseControlBlock_getDstAddress/ClientGooseControlBlock_setDstAddress; marked old access functions deprecated
8 years ago
Michael Zillgith
81e18261bc
- .NET API: Added support for SVCB handling
8 years ago
Michael Zillgith
4331e3edd8
- CDC helper functions: added helper functions for VSS and VSG CDC
8 years ago
Michael Zillgith
f5927cfd68
- IEC 61850 client: fixed bug in APC control handling
8 years ago
Michael Zillgith
2d1ef57150
- IEC 61850 client: ClientReportControlBlock now accepts "$" and "." as seperator for RCB object reference
8 years ago
Michael Zillgith
446cb3286a
- added some debug output
8 years ago
Michael Zillgith
c0a91a2a80
- fixed debug output
8 years ago
Michael Zillgith
924b4ef5c1
- IEC 61850/MMS server: removed deprecated AttributeChangedHandler
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
214bcaa39d
- IEC 61850/MMS: added TLS for IedConnection
...
- fixed Makefile to use correct TLS configuration
8 years ago
Michael Zillgith
8fcd266be5
- updated version number to 1.2.0
8 years ago
Michael Zillgith
afd374397d
- IEC 61850/MMS: allow using default port in non-threaded mode
8 years ago
Michael Zillgith
570ca71570
- IEC 61850/MMS: integrated TLS for MMS client/server
8 years ago
Michael Zillgith
cd8f5f483d
- IED server: added new function IedServer_udpateDbposValue; added new return code for control check callback function
8 years ago
Michael Zillgith
5b470f740c
- MMS server: MMS read handler sets domain to NULL for VMD scope variable
8 years ago
Michael Zillgith
0651b94be5
- prepared for release 1.1
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
4b8a6ff3e7
- client API: updated function documentation
8 years ago
Michael Zillgith
99c0c8bc75
- added IedModel_getDeviceByInst function
8 years ago
Michael Zillgith
c08fe41cbb
- SV publisher: Changed SampledValuesPublisher_create to support setting of Communication parameters at runtime
8 years ago
Michael Zillgith
3ac4cd88df
- fixed memory cleanup in GOOSE subscriber
...
- added GooseReceiver_isRunning function
- updated goose_subscriber example
8 years ago
Michael Zillgith
2a40798f10
- server: added MmsFileAccessHandler for server side monitoring and control of file services
...
- file services: added support to set filestore basepath at runtime
- added IedConnection_getFileDirectoryEx to better control receiving file directories
8 years ago
Michael Zillgith
b9ba81f8a0
- added Timestamp_toMmsValue function
8 years ago
Michael Zillgith
ad98531b1b
- fixed SDO bug in dynamic code generator
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
69dbbcf306
- added support for Currency BasicType (mapped to visible-string-3 according to tissue 1047)
9 years ago
Michael Zillgith
c093852fda
- fixed problem in client report handling when report contains no report ID
9 years ago
Michael Zillgith
9ad549592d
- refactoring names in string_utils.h/.c
...
- fixed bug in StringUtils_copySubString
9 years ago
Michael Zillgith
245a21b129
- client: added function IedConnection_readInt64Value
9 years ago
Michael Zillgith
b8a4e8c7b0
- some fixes
9 years ago
Michael Zillgith
46575aeb68
- implemented setFile service
...
- prepared for release 1.0.0
9 years ago
Michael Zillgith
23cf37d048
- hardened client report handler
9 years ago
Michael Zillgith
d15e2c73b1
- implemented server side obtain file procedure
9 years ago
Michael Zillgith
d81e9e1c19
- implemente ControlObjectClient_setTestMode function, also for C# wrapper
9 years ago
Michael Zillgith
7a5f4a25e2
- added functions SV_ASDU_addFLOAT64 and SV_ASDU_setFLOAT64 to SV publisher
9 years ago
Michael Zillgith
0e169139e3
- added IEC61850_ prefix to REASON.. values
9 years ago
Michael Zillgith
61534daa99
- fixed: client control object crashes when orIdent is set to NULL -> now sends empty octet string
9 years ago
Michael Zillgith
3abf055cfc
- fixed problems with dynamic model LCBs
...
- fixed: configuration option CONFIG_MMS_SINGLE_THREADED = 1 together with #define CONFIG_MMS_THREADLESS_MODE = 1 doesn't work
- fixed: In configuration CONFIG_MMS_SINGLE_THREADED = 1 IedServer_destroy will loop endlessly when server was not started before
9 years ago
Michael Zillgith
9f96006ffb
- added logs and LCBs to config file example
...
- fixed parser bug in config_file_parser.c
9 years ago
Michael Zillgith
787d7fc270
- file provider functions don't change file names; VMD_FILESTORE base part is now added in MMS server file service handling code
...
- IedConnection_readObject and IedConnection_getVariableSpecification can now read whole LNs
9 years ago
Michael Zillgith
52e712437b
- added some options to CDC_LPL_create
...
- added CDC_DPL_create function
9 years ago
Michael Zillgith
97fd7524f8
- added IEC 61850 client API to query logs
...
- added client example to read logs
9 years ago
Michael Zillgith
922c5eec50
- make GetLogicalNodeDirectory(DATA SET) dynamic. Creates a request at each call.
9 years ago
Michael Zillgith
2b28c0fed3
- added cmake support to build sqlite log driver
...
- made logging ready to be compiled with Visual Studio
- added functions to create LCBs and LOGs to dynamic model API
- client: added GetLogicalNodeDirectory(LOG) ACSI function
9 years ago
Michael Zillgith
23e695dae8
- removed asn1c dependable code from ServiceError PDU creation
...
- added ServiceError creation function that support serviceSpecific info
- server: delete dataset service now returns ServiceError with object-constraint-conflict when data set cannot be deleted because it is used in a control block
9 years ago
Michael Zillgith
069af684e9
- fixed problem with test case sSgN4 (return temporary-unavailable) when no EditSG is selected
...
- continued logging implementation
9 years ago
Michael Zillgith
0c042f2ba4
- added server examples logging
...
- added logging API
- added sqlite3 driver for logging
9 years ago
Michael Zillgith
fd4261cd2d
- implemented client side readJournal service
...
- extended service side readJournal with ReasonCode
- extende mms_utility example with read journal command
9 years ago
Michael Zillgith
9a55687379
- added missing resources
...
- fixed bug (seg fault) in unbuffered reporting
9 years ago
Michael Zillgith
ba08a2ad59
- implemented client and server side readJournal message parsing and generation
9 years ago
Michael Zillgith
7acd515a96
- WIP: server side logging
9 years ago