Commit Graph

  • 2dbd775fe1 - removed "entryId" from unbuffered RCB configuration in some CID/ICD files Michael Zillgith 2019-11-29 16:56:23 +0100
  • 881ebac3dc - .NET API: added ControlAction.GetControlTime methods Michael Zillgith 2019-11-28 10:48:09 +0100
  • 5fbb67c44c - some code beautification Michael Zillgith 2019-11-28 09:23:33 +0100
  • 6738215c8f
    Merge pull request #183 from kiraly533/v1.4 Michael Zillgith 2019-11-28 09:16:26 +0100
  • 9192e5d21b .NET: fixed problem in ReportControlBlock.SetRCBValues (see #184) Michael Zillgith 2019-11-26 12:02:55 +0100
  • 1120a76ecd - added bool define for older visual studio Michael Zillgith 2019-11-26 10:13:07 +0100
  • 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 Michael Zillgith 2019-11-26 09:21:23 +0100
  • 6c656612a2 MMS server: handle file close with unknown FRSM ID Michael Zillgith 2019-11-25 18:14:13 +0100
  • cee97f7676 MMS server: handle file close with unknown FRSM ID Michael Zillgith 2019-11-25 18:14:13 +0100
  • 11d1a5ca6d fixed problem in time conversion for mingw Michael Zillgith 2019-11-21 11:55:53 +0100
  • 3b32c14870 - MMS server: in case of file upload timeout the task will end with proper error response. #183 Király Péter 2019-11-19 18:10:00 +0100
  • a03f57c0a7 Merge remote-tracking branch 'mz/v1.4' into v1.4 Király Péter 2019-11-19 17:41:04 +0100
  • c988b78e5f - MMS server: fixed file upload error with multi-threaded server, added some NULL checks to file-handling. Király Péter 2019-11-19 16:54:13 +0100
  • 16c7124c2b - add define to compile with MVC2010 Michael Zillgith 2019-11-18 06:44:02 +0100
  • 3a820f3546 - improved error handling in iec61850_client_example1 Michael Zillgith 2019-11-13 12:30:06 +0100
  • b6d8dfc69c - fixed error handling in iec61850_client_example_reporting Michael Zillgith 2019-11-13 12:14:08 +0100
  • 7ed8516344 Added getter for the time of the timeActivated controls. Király Péter 2019-11-12 15:04:51 +0100
  • a39397d21d Add check call before starting a timeactivated operate, so operates can be denied before the waiting state Király Péter 2019-11-12 11:32:33 +0100
  • 8b6e4b0b29
    Merge pull request #182 from kiraly533/v1.4 Michael Zillgith 2019-11-08 18:51:10 +0100
  • c223b1c2b5 - MMS server: fixed possible crash when client disconnects during file upload #182 Király Péter 2019-11-06 16:08:10 +0100
  • 17205ed874 - Client: response timeout for connection setup now configurable (default timeout now 5 s instead of 1 s ) - removed configuration option CONFIG_TCP_READ_TIMEOUT_MS Michael Zillgith 2019-11-06 07:22:01 +0100
  • aad53f380e - Linux server socket: default backlog is 2 Michael Zillgith 2019-10-29 16:01:23 +0100
  • 8bbc905533 - IEC 61850 client: improved error handling and fixed potential memory leak in IedConnection_getDeviceModelFromServer Michael Zillgith 2019-10-23 07:52:23 +0200
  • 69729bd8a0 - fixed - misspelled function name #180 Michael Zillgith 2019-10-18 07:50:31 +0200
  • 939476e52a Merge branch 'v1.4' of https://github.com/mz-automation/libiec61850 into v1.4 Michael Zillgith 2019-10-18 07:46:54 +0200
  • c601fa1f58 -replaced timegm implementation on windows. Fixes bug with MMS file times Michael Zillgith 2019-10-18 07:37:41 +0200
  • eaaaa2b0a5 Merge branch 'v1.4' of https://github.com/mz-automation/libiec61850 into v1.4 Michael Zillgith 2019-10-18 07:37:49 +0200
  • 547d5118e0 -replaced timegm implementation on windows. Fixes bug with MMS file times Michael Zillgith 2019-10-18 07:37:41 +0200
  • f43e9f1947 Adding back in the javaiec61850 folder to this branch. #179 Miguel Ponce de Leon 2019-10-14 16:41:26 +0100
  • 65f0b2ae1d
    Merge pull request #3 from TSSG/1-create-java-bindings-for-libiec61850 David Ryan 2019-10-14 10:28:36 +0100
  • ac339397fb Update to Makefile to place header files into correct location. Miguel Ponce de Leon 2019-10-10 14:20:54 +0100
  • d1dcf954e8 Adding back in mms_named_variable_list.h Miguel Ponce de Leon 2019-10-10 14:12:59 +0100
  • 12364e2a62 Adding back in mms_device_model.h Miguel Ponce de Leon 2019-10-10 14:09:21 +0100
  • 0bd75aed98
    Merge pull request #2 from TSSG/revert-1-1-create-java-bindings-for-libiec61850 Miguel Ponce de Leon 2019-10-10 13:23:02 +0100
  • 89c994b459
    Revert "Create java bindings for libiec61850" David Ryan 2019-10-10 12:55:09 +0100
  • 3ed4a35acd
    Merge pull request #1 from TSSG/1-create-java-bindings-for-libiec61850 David Ryan 2019-10-10 12:35:28 +0100
  • 2fb92229c3 Updating the Tutortial text. Miguel Ponce de Leon 2019-10-09 14:00:56 +0100
  • 619d12011b Added a tutorial file to explain how to build the Java library of IEC61850. Miguel Ponce de Leon 2019-10-09 13:39:11 +0100
  • 2ef6cdb76d Adding in Java bindings for libiec61850 using SWIG Miguel Ponce de Leon 2019-10-09 12:18:48 +0100
  • 5e16971bbf - updated documentation Michael Zillgith 2019-09-24 07:13:12 +0200
  • 6f7df75d85 - updated README v1.4.0 Michael Zillgith 2019-09-21 16:50:27 +0200
  • ec947b234e - updated CHANGELOG Michael Zillgith 2019-09-21 16:43:02 +0200
  • 51abe01d85 - fixed bug in BerInteger_setUint16 Michael Zillgith 2019-09-21 16:13:59 +0200
  • 6e9047916c - fixed bug in BerInteger_setUint16 Michael Zillgith 2019-09-21 16:13:59 +0200
  • e4c3875e3e IEC 61850 server: added function ControlAction_getCtlNum to access ctlNum value inside control handlers Michael Zillgith 2019-09-21 08:47:40 +0200
  • 83f9f1eaa6 - mms_utility: fixed memory leak Michael Zillgith 2019-09-20 18:16:54 +0200
  • 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 Michael Zillgith 2019-09-20 18:14:29 +0200
  • 3242f147be - cmake script: excluded mms_utitlity from build on windows Michael Zillgith 2019-09-20 17:36:43 +0200
  • 903abe0b6d - MMS client: fixed problem with obtain file timeout with large files Michael Zillgith 2019-09-20 16:12:45 +0200
  • 320f511d33 - IEC 61850 client: Added functions IedConnection_setRequestTimeout and IedConnection_getRequestTimeout to C API and IedConnection.RequestTimeout property to .NET API Michael Zillgith 2019-09-20 07:40:13 +0200
  • d06ab546a9 - SV subscriber: improved error handling when Ethernet access doesn't work; fixed potential memory leak Michael Zillgith 2019-09-19 22:21:06 +0200
  • ebb0f761d2 - GOOSE subscriber example: added error handling when ethernet cannot be accessed Michael Zillgith 2019-09-19 22:02:02 +0200
  • 9a97519815 - GOOSE publisher: integrated error handling when Ethernet interface is not available Michael Zillgith 2019-09-19 21:52:59 +0200
  • 1549367eed - updated code to use mbedtls-2.16 (LTS version) Michael Zillgith 2019-09-19 21:34:04 +0200
  • 5a23c404d1 - IEC 61850 server: fixed thread cleanup problem in single thread server mode Michael Zillgith 2019-09-19 15:46:06 +0200
  • e7ece50f08 - updated documentation for MMS octet string type (MMS_OCTET_STRING) handling functions Michael Zillgith 2019-09-19 07:00:56 +0200
  • cba8bf5714 MMS server: fixed memory access problem when client unexpectedly closed connection during file upload (set-file) Michael Zillgith 2019-09-09 17:49:11 +0200
  • dbdcd33e61 MMS server: fixed memory access problem when client unexpectedly closed connection during file upload (set-file) Michael Zillgith 2019-09-09 17:49:11 +0200
  • 236a773365 - updated java tools Michael Zillgith 2019-09-08 08:19:14 +0200
  • c7d0f88ce2 static model generator: Initialize Dbpos value from Val element in ICD/CID file (see github #163) Michael Zillgith 2019-09-08 08:12:24 +0200
  • b2b4627579 updated java tools Michael Zillgith 2019-09-08 08:14:00 +0200
  • 2529ef6c6a static model generator: Initialize Dbpos value from Val element in ICD/CID file (see github #163) Michael Zillgith 2019-09-08 08:12:24 +0200
  • 0b01f024e3 let user to set VLAN #162 Tomas Ladr 2019-08-28 22:06:48 +0200
  • 18aa3faf20 Revert "let user set VLAN" Tomas Ladr 2019-08-28 22:03:13 +0200
  • 02357628cc let user set VLAN Tomas Ladr 2019-08-28 21:59:56 +0200
  • 9c58a886c5 - Linux ethernet driver: don't exit application when interface is not existing Michael Zillgith 2019-08-22 21:12:46 +0200
  • 119b3d71f7 Merge branch 'v1.4' of https://github.com/mz-automation/libiec61850 into v1.4 Michael Zillgith 2019-08-22 18:37:33 +0200
  • ee3d4f0164 - added function GooseReceiver_getInterfaceId - GOOSE receiver: fixed problem with running state detection after receiver start Michael Zillgith 2019-08-22 18:36:34 +0200
  • 4254af3ff9 IEC 61850 client: ControlObjectClient_getLastError provides access to data access error information of last control action Michael Zillgith 2019-08-07 17:49:41 +0200
  • dfaae6662d - add .NET support for new PSelector type - pSelector is now a byte array in the .NET API Michael Zillgith 2019-08-06 07:53:34 +0200
  • 241ab5a33d linux socket: TCP_USER_TIMEOUT only defined for kernel version 2.6.37+ Michael Zillgith 2019-08-06 07:44:09 +0200
  • 6b2404e80b - GOOSE: option to enable/disable VLAN tagging - IED Server: Allow setting different interfaces for different GOOSE publishers Michael Zillgith 2019-07-27 13:42:18 +0200
  • 46d7f6ff2d - SV publisher: make VLAN tagging optional Michael Zillgith 2019-07-27 15:30:49 +0200
  • 3391f4c139 Merge branch 'v1.4' of https://github.com/mz-automation/libiec61850 into v1.4 Michael Zillgith 2019-07-19 09:25:16 +0200
  • 74d78d0618 updated server substitution example Michael Zillgith 2019-07-19 09:25:10 +0200
  • cbd0008f48 - IEC 61850 client: fixed - file transfer doesn't release outstanding connection Michael Zillgith 2019-07-19 07:03:58 +0200
  • 88849e1663 - added new type PSelector to represent presentation layer selector more flexible Michael Zillgith 2019-07-05 11:55:55 +0200
  • 70ec56a0b2 - linux socket: set retransmission timeout to 10 s Michael Zillgith 2019-06-21 15:10:40 +0200
  • b6b1dde3b9 - linux socket: set retransmission timeout to 10 s Michael Zillgith 2019-06-21 15:10:40 +0200
  • 2cf288fbeb Merge branch 'v1.4' of https://github.com/mz-automation/libiec61850 into v1.4 Michael Zillgith 2019-06-18 09:06:03 +0200
  • 57f6df3c3a - HAL(Socket): Added function Socket_getLocalAddress - IEC 61850 server: Added function ClientConnection_getLocalAddress Michael Zillgith 2019-06-18 09:03:54 +0200
  • 2bfd0fd0ef - GOOSE receiver: add support for operation without Ethernet HAL implementation Michael Zillgith 2019-06-05 12:05:30 +0200
  • dabea5cc4c - fixed memory handling problems when using TLS Michael Zillgith 2019-06-04 09:41:55 +0200
  • 9b7a2f086e - .NET: added missing ignore paramter for test case Michael Zillgith 2019-06-01 18:09:33 +0200
  • 0b181ae22c - .NET: added missing ignore paramter for test case Michael Zillgith 2019-06-01 18:09:33 +0200
  • 01ea43e95f - fixed object reference string buffer size in iec61850_client_example2[2] Michael Zillgith 2019-06-01 17:43:06 +0200
  • 486c46229f - fixed object reference string buffer size in iec61850_client_example2 Michael Zillgith 2019-06-01 17:37:34 +0200
  • 7c1b913628 - fixed object reference string buffer size in iec61850_client_example2 Michael Zillgith 2019-06-01 17:37:34 +0200
  • 0d025800b4 - added setting of MMS request timeout to .NET Michael Zillgith 2019-06-01 17:31:59 +0200
  • ab650f10eb
    Merge pull request #144 from jpeltonen/master Michael Zillgith 2019-06-01 17:14:02 +0200
  • 965cebbe2d - added export definitions to MmsVariableSpecification functions Michael Zillgith 2019-05-31 18:07:12 +0200
  • f34cdb24e7 - add define to export symbols when building DLL Michael Zillgith 2019-05-31 17:52:24 +0200
  • 84fcfbbd22 - MMS client/server: handle missing invoke ID in reject/error PDUs Michael Zillgith 2019-05-30 17:37:42 +0200
  • 4c123c0c3c - MMS server: fixed potential deadlock in multi-thread mode Michael Zillgith 2019-05-30 15:08:02 +0200
  • 355e88ea8b - MMS server: fixed potential deadlock in multi-thread mode Michael Zillgith 2019-05-30 15:08:02 +0200
  • e09d46ffff Merge branch 'v1.3' of https://github.com/mz-automation/libiec61850 into v1.3 Michael Zillgith 2019-05-30 11:08:47 +0200
  • 8908d5c114 - MMS client: receive thread only continues when server response is processed by application thread - MMS client/server: check if invoke ID is in confirmed-error or reject PDU Michael Zillgith 2019-05-29 21:46:13 +0200
  • ff46679942 - .NET API: added new function MmsValue.NewUtcTime Michael Zillgith 2019-05-28 16:24:21 +0200
  • 87111a8bbb - Added additional check in MmsVariableSpecification_getChildValue Michael Zillgith 2019-05-28 16:05:34 +0200
  • 834291e7c7 - .NET API: added new function MmsValue.NewUtcTime Michael Zillgith 2019-05-28 16:24:21 +0200