| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add configurable log level as optional CLI argument | Thomas Vanbesien | 3 days | 1 | -0/+20 |
| | | | | | | | | | | All three programs now accept an optional second argument [log-level] (trace, debug, info, warning, error, fatal) defaulting to info. The level is applied by setting the logger context pointer directly, avoiding a memory leak that would occur from overwriting the heap-allocated logger struct. Also documents the ASan leak-check workflow in CLAUDE.md. | ||||
| * | Initial commit: OPC UA discovery project | Thomas Vanbesien | 3 days | 1 | -0/+280 |
| CMake-based C project using open62541 for OPC UA discovery. Includes Local Discovery Server, register server, and find servers client with OpenSSL encryption support. | |||||
