RTU/libiec61850-1.5.3/examples/server_example_logging
ypc e88229562e 初始提交,源码+makefile 2026-05-11 10:05:46 +08:00
..
CMakeLists.txt 初始提交,源码+makefile 2026-05-11 10:05:46 +08:00
Makefile 初始提交,源码+makefile 2026-05-11 10:05:46 +08:00
Makefile.sqliteStatic 初始提交,源码+makefile 2026-05-11 10:05:46 +08:00
Makefile.standalone 初始提交,源码+makefile 2026-05-11 10:05:46 +08:00
README 初始提交,源码+makefile 2026-05-11 10:05:46 +08:00
server_example_logging.c 初始提交,源码+makefile 2026-05-11 10:05:46 +08:00
simpleIO_direct_control.cid 初始提交,源码+makefile 2026-05-11 10:05:46 +08:00
static_model.c 初始提交,源码+makefile 2026-05-11 10:05:46 +08:00
static_model.h 初始提交,源码+makefile 2026-05-11 10:05:46 +08:00

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.