- updated documentation for release 0.9.0

pull/6/head
Michael Zillgith 10 years ago
parent e1a9b6a852
commit 04ffbdc89a

@ -19,6 +19,7 @@ Overview
libiec61850 is an open-source (GPLv3) implementation of an IEC 61850 client and server library. It is implemented in C (according to the C99 standard) to provide maximum portability. It can be used to implement IEC 61850 compliant client and server applications on embedded systems and PCs running Linux and Windows. Included is a set of simple example applications that can be used as a starting point to implement own IEC 61850 compliant devices or to communicate with IEC 61850 devices. libiec61850 is an open-source (GPLv3) implementation of an IEC 61850 client and server library. It is implemented in C (according to the C99 standard) to provide maximum portability. It can be used to implement IEC 61850 compliant client and server applications on embedded systems and PCs running Linux and Windows. Included is a set of simple example applications that can be used as a starting point to implement own IEC 61850 compliant devices or to communicate with IEC 61850 devices.
For commercial projects licenses and support is provided by MZ Automation GmbH. Please contact info@mz-automation.de for more details on licensing options.
Building and running the examples Building and running the examples
---------------------------------------- ----------------------------------------

@ -220,6 +220,8 @@ INPUT += "iec61850/inc/iec61850_cdc.h"
INPUT += "goose/goose_subscriber.h" INPUT += "goose/goose_subscriber.h"
INPUT += "goose/goose_receiver.h" INPUT += "goose/goose_receiver.h"
INPUT += "sampled_values/sv_subscriber.h" INPUT += "sampled_values/sv_subscriber.h"
INPUT += "sampled_values/sv_receiver.h"
INPUT += "sampled_values/sv_subscriber.h"
INPUT += "mms/inc/mms_device_model.h" INPUT += "mms/inc/mms_device_model.h"
INPUT += "mms/inc/mms_types.h" INPUT += "mms/inc/mms_types.h"
INPUT += "mms/inc/mms_common.h" INPUT += "mms/inc/mms_common.h"

Loading…
Cancel
Save