From a9ebc3b434b7979163fdf83984b32f1e513dacb8 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Thu, 19 Feb 2026 00:14:25 +0100 Subject: Rename client executable to bobink_opcua_client --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 07554a8..e0bf631 100644 --- a/readme.md +++ b/readme.md @@ -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 -- cgit v1.2.3