Commit graph

111 commits

Author SHA1 Message Date
694866cf02 includes without 'libiec61850' prefix wont compile installed versions of the library at '/usr/local/include/libiec61850' 2017-11-19 14:08:24 +01:00
Michael Zillgith
bc6b7e68a8 - fixed typo in src/sampled_values/sv_publisher.c 2017-11-12 18:43:50 +01:00
403c3a9e93 added missing case to switch statement in order to silence compiler warnings 2017-11-10 14:54:10 +01:00
064bfa902e mostly cosmetical cleanup of CMakeLists 2017-11-10 14:54:10 +01:00
Michael Zillgith
e26ac787d7 - MMS client: file services -fixed encoding problem with long file names 2017-10-24 11:41:25 +02:00
Michael Zillgith
d8f964ac7c - MMS server: ACSE authenticator passes application reference (ap-title and ae-qualifier) 2017-10-19 15:09:17 +02:00
Michael Zillgith
34dff85ed6 - added missing examples 2017-10-19 09:02:29 +02:00
Michael Zillgith
53e741852e - example directory cleanup 2017-10-19 08:54:13 +02:00
Michael Zillgith
291d21ef9e - IEC 61850 client: Changed result strings of IedConnection_getDataDirectoryByFC. Removed appended FC string. 2017-08-19 11:24:00 +02:00
Michael Zillgith
b1641b82ff - MMS client/server: extended BER encoder to support MMS PDU sizes with more than 64k 2017-08-15 08:15:33 +02:00
Michael Zillgith
c08fe41cbb - SV publisher: Changed SampledValuesPublisher_create to support setting of Communication parameters at runtime 2017-06-13 17:35:15 +02:00
Michael Zillgith
3ac4cd88df - fixed memory cleanup in GOOSE subscriber
- added GooseReceiver_isRunning function
- updated goose_subscriber example
2017-06-12 22:22:45 +02:00
mzillgith
0282459668 Merge branch 'master' into master 2017-06-10 17:48:43 +02:00
Michael Zillgith
6badf692fe - updated client example for IEC 61850 file services 2017-05-30 11:50:30 +02:00
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
2017-05-30 07:43:31 +02:00
Michael Zillgith
b9ba81f8a0 - added Timestamp_toMmsValue function 2017-05-17 10:33:08 +02:00
Michael Zillgith
ad98531b1b - fixed SDO bug in dynamic code generator 2017-05-15 15:44:10 +02:00
Cedric Boudinet
d33f16ca8a Allowing user to set the interface as an argument for sv_publisher_example.c 2017-05-11 10:54:02 +02:00
Michael Zillgith
3aa01687c5 - MMS client/server: fixed problem with negative frsmId
- some code cleanup
2017-05-04 11:07:07 +02:00
Michael Zillgith
463b06d3e6 - java scl tools: fixed parsing bug in OptionFields.java 2017-04-01 12:12:09 +02:00
Michael Zillgith
6273a18c48 - .NET: in IedConnection: added internal reference to IsoConnectionParameters object to avoid deletion of internal AcseAuthenticationParameters by garbage collector 2017-03-29 18:26:49 +02:00
Michael Zillgith
003f1ef730 - fixed memory bugs in examples 2017-03-24 09:37:23 +01:00
Michael Zillgith
a1f442f087 - goose_subscriber_example: fix to compile with visual studio 2015 2017-03-13 11:02:35 +01:00
Michael Zillgith
877d4562e4 - COTP: fixed problem in server side src/dst reference handling 2017-03-08 19:48:59 +01:00
Michael Zillgith
c093852fda - fixed problem in client report handling when report contains no report ID 2017-03-07 17:06:24 +01:00
Michael Zillgith
dc4090e95d - MMS server API: added documentation for ObtainFile service callbacks 2017-01-24 14:59:15 +01:00
Michael Zillgith
9ad549592d - refactoring names in string_utils.h/.c
- fixed bug in StringUtils_copySubString
2017-01-12 11:48:14 +01:00
Michael Zillgith
291653a38d - fixed model file and Makefile in server_example_config_file 2016-12-08 10:02:23 +01:00
Michael Zillgith
b8a4e8c7b0 - some fixes 2016-11-28 19:27:08 +01:00
Michael Zillgith
dc281a7ee9 - added maximum log entry size for LogStorage
- implemented maximum log entries for sqlite log storage
- added log to C# API
2016-10-03 18:29:16 +02:00
Michael Zillgith
fca675e2a1 - C# API: added client side log service support 2016-09-24 09:56:43 +02:00
Michael Zillgith
d81e9e1c19 - implemente ControlObjectClient_setTestMode function, also for C# wrapper 2016-09-08 18:23:20 +02:00
Michael Zillgith
372df34018 - added client side fuctionality to provide user access to raw MMS messages 2016-07-25 20:11:50 +02:00
Michael Zillgith
7a5f4a25e2 - added functions SV_ASDU_addFLOAT64 and SV_ASDU_setFLOAT64 to SV publisher 2016-07-25 13:51:47 +02:00
Michael Zillgith
0e169139e3 - added IEC61850_ prefix to REASON.. values 2016-06-21 12:39:11 -03:00
Michael Zillgith
61534daa99 - fixed: client control object crashes when orIdent is set to NULL -> now sends empty octet string 2016-06-18 09:59:07 -03:00
Michael Zillgith
9f96006ffb - added logs and LCBs to config file example
- fixed parser bug in config_file_parser.c
2016-06-11 10:11:14 +02:00
Michael Zillgith
6bf13423cb - added missing cmake file for server_example_logging 2016-06-10 21:28:52 +02:00
Michael Zillgith
099ccfc0fa - added log examples to examples makefile 2016-06-09 14:58:32 +02:00
Michael Zillgith
97fd7524f8 - added IEC 61850 client API to query logs
- added client example to read logs
2016-06-09 14:46:14 +02:00
Michael Zillgith
922c5eec50 - make GetLogicalNodeDirectory(DATA SET) dynamic. Creates a request at each call. 2016-06-09 00:40:32 +02:00
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
2016-06-09 00:00:02 +02:00
Michael Zillgith
069af684e9 - fixed problem with test case sSgN4 (return temporary-unavailable) when no EditSG is selected
- continued logging implementation
2016-06-03 18:38:31 +02:00
Michael Zillgith
0c042f2ba4 - added server examples logging
- added logging API
- added sqlite3 driver for logging
2016-05-30 00:08:59 +02:00
Michael Zillgith
fd4261cd2d - implemented client side readJournal service
- extended service side readJournal with ReasonCode
- extende mms_utility example with read journal command
2016-05-24 00:14:23 +02:00
Michael Zillgith
ba08a2ad59 - implemented client and server side readJournal message parsing and generation 2016-05-23 01:14:00 +02:00
Michael Zillgith
a23b584d13 - extended logging implementation 2016-05-16 23:35:33 +02:00
Michael Zillgith
2d45c2d679 - add client side code to create read journals requests required for IEC 61850 logging services 2016-05-13 17:41:04 +02:00
Michael Zillgith
442c30d79f Merge branch 'master' into logging 2016-05-06 15:50:14 +02:00
Michael Zillgith
29b9e46697 - added function MmsConnection_getMmsConnectionParameters 2016-05-06 12:21:19 +02:00