Skip to content

dedicate617/QUaModbusClient

 
 

Repository files navigation

QUaModbusClient

Modbus client to OPC UA Server Gateway.

Download :

Dependencies

  • C++11 or higher.

  • Qt 5.7 or higher.

  • CMake.

  • Python.

Build

Clone this repo recursivelly to download the application's source code and the dependencies source code.

cd ${REPOS}
git clone https://github.com/juangburgos/QUaModbusClient.git QUaModbusClient.git
cd QUaModbusClient.git
git submodule update --init --recursive

Run qmake recursivelly to create project files for the application and its dependencies.

# Windows
qmake "CONFIG+=ua_events ua_historizing" -r -tp vc quamodbus.pro

# Linux
qmake "CONFIG+=ua_events ua_historizing" -r quamodbus.pro

Build using the generated VisualStudio solution (for Windows) or the generated Makefiles (for Linux).

# Windows
msbuild quamodbus.sln /m /p:Configuration=Release

# Linux
make -s -j$(nproc)

About

Modbus to OPC UA Gateway

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.0%
  • Shell 3.7%
  • QMake 3.3%