diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-02-19 00:14:25 +0100 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-02-19 00:14:25 +0100 |
| commit | a9ebc3b434b7979163fdf83984b32f1e513dacb8 (patch) | |
| tree | c801a98f44689669c905e833371fa539f4934a1f /readme.md | |
| parent | bdc2305c2376c8b6697b6ecfecce104c956bdfcf (diff) | |
| download | BobinkCOpcUa-a9ebc3b434b7979163fdf83984b32f1e513dacb8.tar.gz BobinkCOpcUa-a9ebc3b434b7979163fdf83984b32f1e513dacb8.zip | |
Rename client executable to bobink_opcua_client
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -5,7 +5,7 @@ A small C project that demonstrates OPC UA server discovery using the - **bobink_opcua_discovery_server** — Local Discovery Server that other servers register with - **bobink_opcua_server** — a server that periodically registers itself with the LDS -- **client** — queries the LDS for servers, lists endpoints, reads the current time, or downloads a server's certificate +- **bobink_opcua_client** — queries the LDS for servers, lists endpoints, reads the current time, or downloads a server's certificate ## Prerequisites @@ -62,16 +62,16 @@ build/bobink_opcua_server tests/secure_user/server_register.conf \ tests/secure_user/server_register_client.conf opc.tcp://localhost:14840 # 3. Find registered servers via the LDS -build/client tests/secure_user/client.conf find-servers opc.tcp://localhost:14840 +build/bobink_opcua_client tests/secure_user/client.conf find-servers opc.tcp://localhost:14840 # 4. List endpoints on the registered server -build/client tests/secure_user/client.conf get-endpoints opc.tcp://localhost:14841 +build/bobink_opcua_client tests/secure_user/client.conf get-endpoints opc.tcp://localhost:14841 # 5. Read the current time from the registered server -build/client tests/secure_user/client.conf read-time opc.tcp://localhost:14841 +build/bobink_opcua_client tests/secure_user/client.conf read-time opc.tcp://localhost:14841 # 6. Download the server's certificate to a local file -build/client tests/secure_user/client.conf download-cert opc.tcp://localhost:14841 server.der +build/bobink_opcua_client tests/secure_user/client.conf download-cert opc.tcp://localhost:14841 server.der ``` All three programs accept an optional log level as the last argument |
