Michael Zillgith
|
577158ec6e
|
- updated documentation
- tls_server_example uses AcseAuthenticator
- IsoConnectionParameters: remove TLSConfiguration when compiled without TLS support
|
8 years ago |
Michael Zillgith
|
446cb3286a
|
- added some debug output
|
8 years ago |
Michael Zillgith
|
c0a91a2a80
|
- fixed debug output
|
8 years ago |
Michael Zillgith
|
924b4ef5c1
|
- IEC 61850/MMS server: removed deprecated AttributeChangedHandler
|
8 years ago |
Michael Zillgith
|
d995c05fc0
|
- .NET: Added TLS.TLSConfiguration class to wrap native TLSConfiguration
- .NET: Added TLS support for IedConnection
|
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
|
0af5ad4e00
|
- IEC 61850/MMS: added TLS client and server examples
|
8 years ago |
Michael Zillgith
|
214bcaa39d
|
- IEC 61850/MMS: added TLS for IedConnection
- fixed Makefile to use correct TLS configuration
|
8 years ago |
Michael Zillgith
|
8fcd266be5
|
- updated version number to 1.2.0
|
8 years ago |
Michael Zillgith
|
afd374397d
|
- IEC 61850/MMS: allow using default port in non-threaded mode
|
8 years ago |
Michael Zillgith
|
570ca71570
|
- IEC 61850/MMS: integrated TLS for MMS client/server
|
8 years ago |
Michael Zillgith
|
9c946eeb40
|
- added utility functions for linked lists and strings
|
8 years ago |
Michael Zillgith
|
6eddf2fa08
|
- fixed potential memory alignement problem
(cherry picked from commit f0184fdd4b )
|
8 years ago |
Steffen Vogel
|
f1c1ba527d
|
sv: use const for SvId and DatSet attributes as they are read-only
|
8 years ago |
Steffen Vogel
|
d85ce71366
|
sv: improve debugging output in sampled values subscriber
|
8 years ago |
Steffen Vogel
|
f407c6e6ca
|
sv: add support for decoding smpMod, smpRate and datSet attributes in ASDUs
|
8 years ago |
Steffen Vogel
|
10f0d84349
|
sv: smpRate is an optional ASDU attribute. We shall only encode it if it was set before
|
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
|
e2601545df
|
sv: fix invalid length ASN.1 BER length field for smpMod attribute
|
8 years ago |
Steffen Vogel
|
9580c0add4
|
sv/goose: do not loop endless if invalid ASN.1 encoded payload has been received
|
8 years ago |
Steffen Vogel
|
9244412545
|
version bump
|
8 years ago |
Steffen Vogel
|
fa694f1b0d
|
sv/goose: remove {SVReceiver,GooseReceiver}_addHandleSet() function as it is unsafe to call before {SVReceiver,GooseReceiver}_startThreadless()
The ethernet socket is now returned by {SVReceiver,GooseReceiver}_startThreadless() which allows us to call EthernetHandleSet_addSocket() afterwards.
|
8 years ago |
Steffen Vogel
|
9ad2b534f9
|
fix docs
|
8 years ago |
Michael Zillgith
|
f1b201bf34
|
Merge pull request #37 from stv0g/pkgconfig
Generate and install pkg-config file
|
8 years ago |
Michael Zillgith
|
bfbae01a2d
|
Merge branch 'development' into pkgconfig
|
8 years ago |
Michael Zillgith
|
5fbe455587
|
Merge branch 'development' into pkgconfig
|
8 years ago |
Michael Zillgith
|
b673e1d28a
|
Merge pull request #36 from stv0g/ethernet-handleset
EthernetHandleSet
|
8 years ago |
Michael Zillgith
|
eabba7e484
|
Merge pull request #35 from stv0g/sv-harmonization-documentation
Sampled Values API harmonization and documentation
|
8 years ago |
Steffen Vogel
|
a1654eef70
|
smaller fixes
|
8 years ago |
Steffen Vogel
|
0eaeb8c573
|
rephrased changelog entry
|
8 years ago |
Steffen Vogel
|
819bb67d6d
|
fix examples with new API
|
8 years ago |
Steffen Vogel
|
73cdb5a0f7
|
install "sv_subscriber_deprecated.h"
|
8 years ago |
Steffen Vogel
|
d3ff0f25e5
|
add ABI compatability wrapper
|
8 years ago |
Steffen Vogel
|
12cf073f81
|
refactor "SVClientASDU" to "SVSubscriber_ASDU"
|
8 years ago |
Steffen Vogel
|
b4b69bf56d
|
refactor "SV_ASDU" to "SVPublisher_ASDU"
|
8 years ago |
Steffen Vogel
|
694866cf02
|
includes without 'libiec61850' prefix wont compile installed versions of the library at '/usr/local/include/libiec61850'
|
8 years ago |
Steffen Vogel
|
5b29a95da5
|
install sv_publisher_deprecated.h
|
8 years ago |
Steffen Vogel
|
dfd077c4c2
|
declarations in for loops are only allowed in C99
|
8 years ago |
Steffen Vogel
|
8a83b535a9
|
install hal_ethernet.h
|
8 years ago |
Steffen Vogel
|
f4fea90ce3
|
fix install()
|
8 years ago |
Steffen Vogel
|
979656094d
|
add ability to remove sockets from EthernetHandleSet
|
8 years ago |
Steffen Vogel
|
967e6ef5b3
|
use poll() instead of select()
|
8 years ago |
Steffen Vogel
|
8c1d9b1cbe
|
added entry to changeling
|
8 years ago |
Steffen Vogel
|
f5e21a41bf
|
generate pkg-config file only on Unixes (Linux, BSD, Apple)
|
8 years ago |
Steffen Vogel
|
90f20bce43
|
generate and install pkg-config file
|
8 years ago |
Steffen Vogel
|
20f654bbc3
|
add documentation to SVReceiver_tick()
|
8 years ago |
Steffen Vogel
|
63b6da6ae7
|
improve documentation of HandleSet_waitReady()
|
8 years ago |
Steffen Vogel
|
646c9cf073
|
add support for new EthernetHandleSet to GOOSE subscriber
|
8 years ago |
Steffen Vogel
|
b6cf079a94
|
add support for new EthernetHandleSet to SV subscriber
|
8 years ago |
Steffen Vogel
|
dec12b61a8
|
refactor: declare private functions static
|
8 years ago |