Skip to content

gitroberto64/dnp3outstationsimulator

Repository files navigation

DNP3OutstationSimulator

Outstation simulator for DNP3 protocol based on opendnp3 and wxwidgets.

Requirements:

For Windows:
For Linux:
  • g++-10 or newer

Build for Windows:

wxWidgets

opendnp3

dnp3outstationsimpuator

  • cd ../
  • cmake -S . -B build
  • cmake --build build --config Release

Build for Linux:

wxWidgets

  • apt install libwxgtk3.0-gtk3-dev

opendnp3

dnp3outstationsimpuator

  • cd ../
  • cmake -S . -B build
  • cmake --build build --config Release

Build the installation package:

  • cd build
  • (Linux) cpack -G DEB -C Release
  • (Windows) cpack.exe -G NSIS64 -C Release