You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libiec61850/examples/server_example_logging
Mikael Bourhis 9da09a22a9 Examples: add command line parameter for choosing the MMS port in some server examples
Some 'server' examples already have this capability.
Complete the 'server' example list that support the possibility of using
another MMS port than the default one (port '102').

Signed-off-by: Mikael Bourhis <mikael.bourhis@smile.fr>
3 years ago
..
CMakeLists.txt - updated cmake files to use only C++ when compiling with VS 5 years ago
Makefile - examples: changed SCL file extensions to reflect the correct file type 7 years ago
Makefile.sqliteStatic - added cmake support to build sqlite log driver 9 years ago
Makefile.standalone - Fixed problem with installed headers - application code does not compile only with installed headers 4 years ago
README - added cmake support to build sqlite log driver 9 years ago
server_example_logging.c Examples: add command line parameter for choosing the MMS port in some server examples 3 years ago
simpleIO_direct_control.cid - examples: changed SCL file extensions to reflect the correct file type 7 years ago
static_model.c - merged latest changes to the server reporting module from 1.3 branch 7 years ago
static_model.h - added server examples logging 9 years ago

README

BUILD THE EXAMPLE:

To build the logging example it is required to have sqlite present!

If you have sqlite installed on the system (including the header files) e.g. in an Ubuntu installation with the sqlite3 package installed, you can simply use the Makefile.

If you don't have sqlite installed you have to download the sqlite amalgamation package and install the files sqlite3.c, sqlite3.h in the libiec61850/third_party/sqlite folder and use the Makefile.sqliteStatic instead. This will build a version of the example with the sqlite code statically linked.