No Description

thomas 55d5f2d70c changed ServerAddress to the more appropriate ServerEndpoint 3 years ago
extern 8c0700da25 initial commit 3 years ago
src 55d5f2d70c changed ServerAddress to the more appropriate ServerEndpoint 3 years ago
.gitignore 8c0700da25 initial commit 3 years ago
.gitmodules 8c0700da25 initial commit 3 years ago
CMakeLists.txt 8c0700da25 initial commit 3 years ago
README.md 8c0700da25 initial commit 3 years ago

README.md

UA Stress Test

The ua-stress-test program ca be used to test the behavior of an OPC UA server under heavy load. It opens a configurable number of OPC UA connections to the server and sends a configurable number of read requests per second to the server.

Pulling the repo and all submodules

This repo contains multiple submodules. To get everything you need, clone this repo to your computer and get the required submodules:

git clone https://intra.acdp.at/gogs/opc-ua/ua-stress-test.git
git submodule update --init --recursive

Building locally

sudo apt install libconfig-dev
mkdir build
cd build
cmake ..
make