Michael Zillgith
|
699d75dcd3
|
- updated required mbedtls version to 2.28.x
|
3 years ago |
Federico Francescon
|
28e9e07c7e
|
Added some options to cmake and updated defautls to match base `make` configuration
|
3 years ago |
Michael Zillgith
|
98f088a1d3
|
- removed redundant declarations (LIB61850-359)
|
3 years ago |
Michael Zillgith
|
d7b48a891e
|
- updated cmake minimum version requirement to 3.5.1
|
4 years ago |
Michael Zillgith
|
96e93c4be3
|
- fixed compilation problem with option CONFIG_MMS_THREADLESS_STACK
|
4 years ago |
Michael Zillgith
|
aaf893da34
|
- fixed - UBRB: library can't work at the same time with URCB with preconfigured client and URCB without preconfigured client (LIB61850-292)(#355)
|
4 years ago |
Michael Zillgith
|
19f2cbf0e7
|
- CMake build: add new configuration option CONFIG_USE_EXTERNAL_MBEDTLS_DYNLIB to allow build using externally built mbedtls DLL/shared object
|
5 years ago |
Michael Zillgith
|
2f5817e0ac
|
- IEC 61850 server: implemented service tracking for BRCBs and URCBs
|
5 years ago |
Michael Zillgith
|
73f1a98b4a
|
Merge branch 'v1.4' into v1.5
|
5 years ago |
Michael Zillgith
|
922f3055b4
|
- updated cmake files to work with cmake 2.8
|
6 years ago |
Michael Zillgith
|
800c76c50e
|
- update cmake files
|
6 years ago |
Michael Zillgith
|
4dede9b8a1
|
- updated version number to 1.4.2
|
6 years ago |
Michael Zillgith
|
7d22aba900
|
- removed internal header files from install target (#214)
|
6 years ago |
Michael Zillgith
|
1831be663e
|
- updated version to 1.5.0
|
6 years ago |
Michael Zillgith
|
0237c9b95c
|
- updated CHANGELOG/version number to 1.4.1
|
6 years ago |
Michael Zillgith
|
1549367eed
|
- updated code to use mbedtls-2.16 (LTS version)
|
6 years ago |
Michael Zillgith
|
5a83af9206
|
- moved mms_server.h back to public API (see github #117)
|
7 years ago |
Michael Zillgith
|
ac14a4722d
|
- integrated cmake file changes from v1.3 branch
|
7 years ago |
Michael Zillgith
|
732ad79070
|
- fixed problem with read access to GCB (see github #130)
|
7 years ago |
Michael Zillgith
|
01933c415a
|
- fixed cmake install target (#102)
|
7 years ago |
Michael Zillgith
|
9826749400
|
- resolved compilation issues with visual studio 2017
|
7 years ago |
Michael Zillgith
|
cd50bc63b2
|
- fixed install target of Makefile
|
7 years ago |
Michael Zillgith
|
2b7dc5c5fe
|
- added API export/internal decorations
- removed .def files for windows
|
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
|
de04f3630b
|
- moved lib_memory to hal project
|
7 years ago |
Michael Zillgith
|
7d890b7450
|
- updated version to 1.3.0
|
7 years ago |
Michael Zillgith
|
2f71744079
|
- added serial port hal
- moved hal to separate directory
- added new hal cmake project
|
7 years ago |
Michael Zillgith
|
38ee7b43ef
|
- updated version to 1.2.2
|
7 years ago |
Michael Zillgith
|
da17f8210a
|
- updated version to 1.2.1
|
7 years ago |
Michael Zillgith
|
76cfa46378
|
- fixed cmake file
- added function IedModel_getDeviceByIndex
|
8 years ago |
Michael Zillgith
|
d5900a9c52
|
- cmake: fixed CMakeList.txt to allow to build the library as submodule
|
8 years ago |
Michael Zillgith
|
ce0ed1d39c
|
- SV publisher/subscriber: removed deprecated header files. Moved wrapper functions for deprecated API to .c files
|
8 years ago |
Michael Zillgith
|
bd92dc299e
|
Merge pull request #39 from stv0g/sv-goose-bugfixes
Smaller bug fixes for SV & Goose
|
8 years ago |
Michael Zillgith
|
570ca71570
|
- IEC 61850/MMS: integrated TLS for MMS client/server
|
8 years ago |
Steffen Vogel
|
a4c002aa03
|
cmake: add missing debug options and enable all of them if DEBUG is set
|
8 years ago |
Steffen Vogel
|
9244412545
|
version bump
|
8 years ago |
Michael Zillgith
|
b673e1d28a
|
Merge pull request #36 from stv0g/ethernet-handleset
EthernetHandleSet
|
8 years ago |
Steffen Vogel
|
73cdb5a0f7
|
install "sv_subscriber_deprecated.h"
|
8 years ago |
Steffen Vogel
|
5b29a95da5
|
install sv_publisher_deprecated.h
|
8 years ago |
Steffen Vogel
|
8a83b535a9
|
install hal_ethernet.h
|
8 years ago |
Steffen Vogel
|
62e04cf0aa
|
add Doxygen target to CMake
|
8 years ago |
Steffen Vogel
|
ddae3c70ee
|
use correct include path for generated configuration files
|
8 years ago |
Steffen Vogel
|
064bfa902e
|
mostly cosmetical cleanup of CMakeLists
|
8 years ago |
Michael Zillgith
|
8a67fcc00b
|
- fixed problem with cmake include folders
|
8 years ago |
Michael Zillgith
|
d0ac21e487
|
- client/server: added set data set service (MMS write named variable list)
- client/server: improved write access to array elements and sub arrays
|
8 years ago |
Michael Zillgith
|
f3b75dd3fc
|
- added functions Timestamp_create, Timestamp_destroy, Timestamp_setByMmsUtcTime
- C# API: Added Timestamp class
- C# API: Added missing UpdateAttribute methods to IedServer
|
9 years ago |
Cedric Boudinet
|
1eb14457bf
|
Installing include files required to include sv_publisher.h
|
9 years ago |
Michael Zillgith
|
412e0b8da8
|
- applied patches for pyiec61850
|
9 years ago |
Michael Zillgith
|
46575aeb68
|
- implemented setFile service
- prepared for release 1.0.0
|
9 years ago |