Michael Zillgith
4822a1ab7b
- SV subscriber: added functions SVClientASDU_hasRefrTm and SVClientASDU_getRefrTmAsMs
2017-08-24 08:53:07 +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
8d2b8b087e
- fixed problem with windows def file when winpcap not present
2017-08-04 17:49:47 +02:00
Michael Zillgith
a0af20defc
- socket_win32.c: replaced free by GLOBAL_FREEMEM
2017-07-20 17:04:00 +02:00
Michael Zillgith
180673ebfa
Merge branch 'master' of github/libiec61850
2017-07-11 08:15:28 +02:00
Michael Zillgith
4b8a6ff3e7
- client API: updated function documentation
2017-07-11 08:14:22 +02:00
Michael Zillgith
b931b773eb
- C# API: server - keep references to internal control handler delegates to avoid garbage collection
2017-07-05 10:44:22 +02:00
Michael Zillgith
99c0c8bc75
- added IedModel_getDeviceByInst function
2017-06-23 23:41:07 +02:00
Michael Zillgith
15ec6c7a7c
- added additional check to MmsValue_update for structure size mismatch
2017-06-21 23:49:24 +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
dcbc3de0de
Merge pull request #14 from cedricboudinet/master
...
Interface as an argument for sv_publisher_example
2017-06-10 17:49:48 +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
8999487b24
- C server API: added function IedServer_setLocalIpAddress
...
- C# server API: added IedServer.SetLocalIpAddress
2017-05-05 09:03:54 +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
f3b75dd3fc
- added functions Timestamp_create, Timestamp_destroy, Timestamp_setByMmsUtcTime
...
- C# API: Added Timestamp class
- C# API: Added missing UpdateAttribute methods to IedServer
2017-04-06 22:58:22 +02:00
Michael Zillgith
69dbbcf306
- added support for Currency BasicType (mapped to visible-string-3 according to tissue 1047)
2017-04-05 09:17:58 +02:00
Michael Zillgith
463b06d3e6
- java scl tools: fixed parsing bug in OptionFields.java
2017-04-01 12:12:09 +02:00
Michael Zillgith
3126926bfd
- merge master from github
2017-03-29 18:37:51 +02:00
Michael Zillgith
55d87daaef
- fixed missing memory release function in example
2017-03-29 18:37:02 +02:00
Michael Zillgith
eb22cb1ed9
- merge github master branch
2017-03-29 18:34:40 +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
mzillgith
046541700a
Merge pull request #6 from cedricboudinet/master
...
Various patch
2017-03-20 11:03:25 +01:00
Cedric Boudinet
81cf937616
Fixing buffer overflow when printing Mms Array Value to buffer
2017-03-17 14:56:46 +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
3b082c2f74
- prepared for release 1.0.1
2017-03-12 21:19:24 +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
Cedric Boudinet
1eb14457bf
Installing include files required to include sv_publisher.h
2017-03-01 21:18:21 +01:00
Michael Zillgith
9dc1a36568
- renamed README to README.md and now using markdown syntax
...
- added pyiec61850 tutorial and example thanks to Cédric Boudinet
2017-02-12 16:35:02 +01:00
Michael Zillgith
412e0b8da8
- applied patches for pyiec61850
2017-02-10 19:54:49 +01:00
cedric
517f1d958c
Adding SV_ASDU_getSmpCnt
2017-02-09 23:56:04 +01:00
Cedric Boudinet
d95a31c628
Setting DEBUG_SV_PUBLISHER by default to 0
2017-02-16 15:47:28 +01:00
Cedric Boudinet
8432ea8a13
Forcing pythonInterp version to be the same that pythonLibs version
2017-02-13 22:37:34 +01:00
Michael Zillgith
dc4090e95d
- MMS server API: added documentation for ObtainFile service callbacks
2017-01-24 14:59:15 +01:00
Michael Zillgith
e6b8e09e91
- .NET API: fixed server side bug with connection indication handler
2017-01-17 21:13:05 +01:00
Michael Zillgith
5358ef28c3
- make: added TARGET=UCLINUX-XPORT for Lantronix XPORT PRO
2017-01-12 12:00:17 +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
245a21b129
- client: added function IedConnection_readInt64Value
2016-12-14 17:38:33 +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
da21bb2e76
- C# wrapper: fixed bug in client readObject functions
2016-11-18 12:49:41 +01:00
Michael Zillgith
a597762c11
- updated CHANGELOG for version 1.0
2016-11-07 16:23:14 +01:00