From 343169dff6b062074fd3c4a5e240b449ffc4a449 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Tue, 17 Feb 2026 23:58:08 +0100 Subject: Initial Bobink library: BobinkAuth, BobinkClient, and demo app Implements the core OPC UA wrapper library with: - Build system with automatic dep building (open62541, QtOpcUa) - BobinkAuth: QML auth component (anonymous/userpass/certificate) - BobinkClient: QML singleton managing connection, LDS discovery, PKI configuration, endpoint selection, and certificate trust flow - Demo app for manual testing of the full connection flow --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..dd6ae2a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "deps/open62541"] + path = deps/open62541 + url = https://github.com/open62541/open62541.git +[submodule "deps/qtopcua"] + path = deps/qtopcua + url = https://github.com/qt/qtopcua.git -- cgit v1.2.3