Commit Graph

799 Commits (6f7df75d85786b0e169ea007be959a51159a83cb)
 

Author SHA1 Message Date
Michael Zillgith 46575aeb68 - implemented setFile service
- prepared for release 1.0.0
9 years ago
Michael Zillgith 940bcee6fc - MmsValue_getNumberOfSetBits now deals with wrong padding 9 years ago
Michael Zillgith 23cf37d048 - hardened client report handler 9 years ago
Michael Zillgith 0fd5b05dd8 - implemented client and server side MMS obtain-file service
- added FileSystem_writeFile function to API and windows, linux providers
9 years ago
Michael Zillgith d15e2c73b1 - implemented server side obtain file procedure 9 years ago
Michael Zillgith 4d5a9e27a1 - added server1 example to dotnet 9 years ago
Michael Zillgith da21182077 - removed SV function from wo-goose.def file to be able to build without libpcap on windows 9 years ago
Michael Zillgith 5360b805d9 Merge branch 'master' of mz-automation.de:libiec61850-all 9 years ago
Michael Zillgith 2b6a6b8f39 - prepared for release 0.9.3 9 years ago
Michael Zillgith dc281a7ee9 - added maximum log entry size for LogStorage
- implemented maximum log entries for sqlite log storage
- added log to C# API
9 years ago
Michael Zillgith fca675e2a1 - C# API: added client side log service support 9 years ago
Michael Zillgith 629117214a - changed Cmake files to be able to build as a subproject 9 years ago
Michael Zillgith 2eeac9adcb - changed Cmake files to be able to build as a subproject 9 years ago
Michael Zillgith b4a5292b67 - C# API: added servers side control handling 9 years ago
Michael Zillgith d81e9e1c19 - implemente ControlObjectClient_setTestMode function, also for C# wrapper 9 years ago
Michael Zillgith 372df34018 - added client side fuctionality to provide user access to raw MMS messages 9 years ago
Michael Zillgith 7a5f4a25e2 - added functions SV_ASDU_addFLOAT64 and SV_ASDU_setFLOAT64 to SV publisher 9 years ago
Michael Zillgith c577bb3949 - added dynamic code generator tool 9 years ago
Michael Zillgith 516c8f5a40 - add readJournal flag in initate response servicesSupportedCalled 9 years ago
Michael Zillgith f23e99a191 - updated CHANGELOG for version 0.9.2.1 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 9c8da7f94c Merge branch 'logging' 9 years ago
Michael Zillgith 0a7b84639a - added README to create the sqlite log storage driver 9 years ago
Michael Zillgith 8a925e754f - set single-threaded as default configuration 9 years ago
Michael Zillgith 6a318616c3 - updated CHANGELOG 9 years ago
Michael Zillgith eba3bf9adb - added separate HAL thread implementation for BSD (OS X) 9 years ago
Michael Zillgith 64a98871cc - fixed problem in getNameList service when no logs are present 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 325c3e0b7e - removed FileSystem_setBasePath from windows export files
- ISO server: fixed race problem when opening/closing connections in multithreaded configuration
9 years ago
Michael Zillgith 6bf13423cb - added missing cmake file for server_example_logging 9 years ago
Michael Zillgith b83e174ef9 - added documentation for the log storage SPI 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 099ccfc0fa - added log examples to examples makefile 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 d8ace91bcf - iso_server.c: fixed bug in multi-threaded version: segfault when conection unexpectedly closed 9 years ago
Michael Zillgith 3696f1f6d9 - added packaging changes and DLL version information to cmake scripts (as suggested by cedric) 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 b612eed906 - fixed seg fault bug (introduced in 0.9.1) in unbuffered reporting 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
Michael Zillgith a23b584d13 - extended logging implementation 9 years ago