| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add sbyte, byte, datetime, guid, and bytestring data types to nodes config | Thomas Vanbesien | 8 hours | 1 | -6/+49 |
| | | |||||
| * | Replace static node values with random updates every second | Thomas Vanbesien | 10 hours | 1 | -301/+166 |
| | | | | | | | | Remove the value field from nodes config — nodes are now created with zero-initialized values, then randomized at startup and every 1000ms via UA_Server_addRepeatedCallback. This is intended for testing OPC UA monitoring and subscriptions. | ||||
| * | Add configurable variable node initialization for server_register | Thomas Vanbesien | 41 hours | 1 | -0/+738 |
| New optional CLI argument [nodes-config] lets the server populate its address space from a dot-indexed config file (node.N.name/type/value/ accessLevel/description). Supports 10 scalar types plus 1D arrays. | |||||
