diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-02-19 00:05:00 +0100 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-02-19 00:08:41 +0100 |
| commit | bdc2305c2376c8b6697b6ecfecce104c956bdfcf (patch) | |
| tree | a4260a4ad986f2b7babadacbd5932cfb7ef3afbb | |
| parent | f3648fefe040152bb1676d651ebf7d836cb8ac9e (diff) | |
| download | BobinkCOpcUa-bdc2305c2376c8b6697b6ecfecce104c956bdfcf.tar.gz BobinkCOpcUa-bdc2305c2376c8b6697b6ecfecce104c956bdfcf.zip | |
Rename project to BobinkCOpcUa and update readme
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | readme.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a86cb77..0a0870c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ # turn depends on open62541. cmake_minimum_required(VERSION 3.17) -project(BobinkOpcUaC C) +project(BobinkCOpcUa C) set(CMAKE_C_STANDARD 11) set(CMAKE_EXPORT_COMPILE_COMMANDS ON) @@ -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) |
