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 --- deps/open62541 | 1 + deps/qtopcua | 1 + 2 files changed, 2 insertions(+) create mode 160000 deps/open62541 create mode 160000 deps/qtopcua (limited to 'deps') diff --git a/deps/open62541 b/deps/open62541 new file mode 160000 index 0000000..484348f --- /dev/null +++ b/deps/open62541 @@ -0,0 +1 @@ +Subproject commit 484348f3076da13a9d0971f3d66ffe57ab3b7a90 diff --git a/deps/qtopcua b/deps/qtopcua new file mode 160000 index 0000000..2c227fa --- /dev/null +++ b/deps/qtopcua @@ -0,0 +1 @@ +Subproject commit 2c227fa036d1b9215c8ec67bdd71fa3621e78890 -- cgit v1.2.3