// the find
AleksandrovHCR/My_OPC_UA_Client
Testing OPC UA library open62541
A personal test project for experimenting with the open62541 OPC UA C library, wrapped in a Qt GUI. Zero stars, no README, no documentation — this is one developer's scratch pad, not a reusable library or reference implementation.
- Uses open62541, which is a legitimate and widely-used OPC UA stack, so the underlying library choice is sound
- Qt + MSVC toolchain setup is at least functional as a Windows desktop client skeleton
- No source code visible beyond a single AuxileryFile.h — the repo is essentially a committed IDE workspace with build artifacts and clangd cache files
- The .vs/ directory and build/ artifacts are checked in, meaning .gitignore was written too late or ignored — not a repo you can clone and build cleanly
- Zero documentation, zero tests, zero explanation of what OPC UA nodes it connects to or what the client actually does
- 0 stars, 0 forks, last touched September 2025 — this is a personal experiment that was never meant to be shared