aboutsummaryrefslogtreecommitdiffstats
path: root/src/nodes_config.c
Commit message (Collapse)AuthorAgeFilesLines
* Add sbyte, byte, datetime, guid, and bytestring data types to nodes configThomas Vanbesien2026-02-201-6/+49
|
* Replace static node values with random updates every secondThomas Vanbesien2026-02-201-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_registerThomas Vanbesien2026-02-191-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.