aboutsummaryrefslogtreecommitdiffstats
path: root/src/nodes_config.h
Commit message (Collapse)AuthorAgeFilesLines
* Add sbyte, byte, datetime, guid, and bytestring data types to nodes configThomas Vanbesien8 hours1-2/+8
|
* Replace static node values with random updates every secondThomas Vanbesien10 hours1-2/+16
| | | | | | | 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_registerThomas Vanbesien41 hours1-0/+126
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.