Albert ARIBAUD
8f523b1706
Fixed Python 3 bindings support
...
1. Allow specifying Python interpreter version with BUILD_PYTHON_VERSION
2. Fix Python modules install path generation (would produce spurious
line feed which would cause destination directory to be
/usr/lib/python*/dist-packages\n -- note the final \n!
7 years ago
Michael Zillgith
c9fe9b4286
- adopted new functions to version 1.3
7 years ago
Michael Zillgith
1a9de24884
- increased version number to 1.3.1
7 years ago
Michael Zillgith
59e2d19acc
- IEC 61850 client: improved support for segmented report handling
7 years ago
Michael Zillgith
cd81f9b13d
- .NET API: Added ReportControlBlock.GetOwner method ( #79 )
7 years ago
Michael Zillgith
e6ace3a787
- Java SCL parser: added support for timestamp values in "Val" elements
7 years ago
Michael Zillgith
9f0316e4c0
- fixed bug in cmake file (winpcap support) - ( #78 )
7 years ago
Michael Zillgith
ed13cd7ab8
- added C# example code for client side setting group handling
7 years ago
Michael Zillgith
3878a9aad3
- .NET API: added some additional wrapper code for MmsVariableSpecification functions
7 years ago
Michael Zillgith
4d8a768ec5
- .NET API: fixed wrong defintion for ClientReportControlBlock_getResvTms in ReportControlBlock class
7 years ago
Michael Zillgith
af0b2f9edb
- .NET API: Added missing access functions for ResvTms to ReportControlBlock class ( #74 )
7 years ago
Michael Zillgith
2a19b2592f
- python wrapper: some changes in cmake file
7 years ago
Michael Zillgith
eb5b8fba5c
Merge pull request #72 from cedricboudinet/master
...
python wrapper: correcting version detection for swig
7 years ago
Michael Zillgith
c38a0c3d59
Merge pull request #73 from cngkaygusuz/v1.3
...
Add .gitignore, ignore .build/
7 years ago
Cengiz Kaygusuz
f8486de415
Add .gitignore, ignore build/
7 years ago
Cedric Boudinet
c97cac5ad9
correcting version detection for swig
7 years ago
Michael Zillgith
1a8558dcda
- Windows Ethernet Hal: fixed memory leak
7 years ago
Michael Zillgith
75ca279489
- Java tools: fixed bug in SCL parser (wrong interpretation of numbers with leading "0"
7 years ago
Michael Zillgith
026357b5eb
- added doxygen files for .NET API
7 years ago
Michael Zillgith
6ba363bd4a
- updated changelog for release 1.3.0
7 years ago
Michael Zillgith
bed67e4f50
- added missing function definition in DLL export files
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
2f0211b188
- GOOSE publisher example: fixed memory leak
7 years ago
Michael Zillgith
c0ce64c758
- file-tool: file client example is now compatible with windows
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
e905bc242b
- MMS server: initialize maxConnections in IsoServer
7 years ago
Michael Zillgith
77f97dc006
- replaced strndup
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
d108dae115
- MMS server: fixed locking bug in file obtain service
7 years ago
Michael Zillgith
2585aab516
- cleanup examples makefiles
...
- fixed bug in MMS mapping read handler
7 years ago
Michael Zillgith
d0061fce96
- updated ICD file for server_example_complex_array
...
- added client example for array handling
7 years ago
Michael Zillgith
8b957b8f82
- IEC 61850 client: add support for single array element access (with component specification)
7 years ago
Michael Zillgith
eef34cf40e
- MMS server: add support for array element (index) access with nested component
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
14c8434201
- server_example_basic_io: fixed ICD/CID file
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
3f07176dc3
- MMS server: fixed bug in delete variable list service - scope of delete was not considered optional
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
02cda48128
- moved TLS API to platform abstraction layer
7 years ago
Michael Zillgith
9995a7cfc4
- IEC 61850 client: fixed bug in select response handling
7 years ago
Michael Zillgith
4d8e256967
- .NET API: Added array/structure handlung functions to MmsValue
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