From 38e3a2e587796df133f50363e65a68ec7989cb9b Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Tue, 24 Feb 2026 18:23:32 +0100 Subject: Initial commit: BobinkQtOpcUa app template with demo UI Qt 6 QML application template using BobinkQtOpcUa as a submodule for OPC UA connectivity. Includes discovery, PKI, auth, node monitoring with read/write, and a multi-page demo UI. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..99134b0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "deps/BobinkQtOpcUa"] + path = deps/BobinkQtOpcUa + url = https://git.tvcloud.fr/BobinkQtOpcUa -- cgit v1.2.3