aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index efc42bd..07554a8 100644
--- a/readme.md
+++ b/readme.md
@@ -1,4 +1,4 @@
-# OPC UA Discovery
+# BobinkCOpcUa
A small C project that demonstrates OPC UA server discovery using the
[open62541](https://www.open62541.org/) library. Three programs work together:
@@ -9,7 +9,7 @@ A small C project that demonstrates OPC UA server discovery using the
## Prerequisites
-- CMake 4.0+
+- CMake 3.17+
- A C11 compiler (GCC or Clang)
- OpenSSL development libraries (`libssl-dev` / `openssl-devel`)
- `openssl` CLI (for generating certificates)