| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update .gitignore | Thomas Vanbesien | 23 hours | 1 | -0/+1 |
| | | |||||
| * | Rename QML singleton to Bobink and simplify singleton lifecycle | Thomas Vanbesien | 24 hours | 1 | -1/+7 |
| | | | | | | | | | Replace QML_ELEMENT with QML_NAMED_ELEMENT(Bobink) so QML references use `Bobink` instead of `BobinkClient`. Remove instance()/create() factory in favor of inline s_instance set in the constructor. Import BobinkPlugin statically in demo, link demo to BobinkQtOpcUaplugin, and make library link dependencies PUBLIC. Add .qtcreator to gitignore. | ||||
| * | Initial Bobink library: BobinkAuth, BobinkClient, and demo app | Thomas Vanbesien | 3 days | 1 | -0/+3 |
| 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 | |||||
