logical-systems 0.3.0

Modbus TCP server with GUI
logical-systems-0.3.0 is not a library.

Logical Systems

Multithread Modbus TCP server with GUI and connection to database

Prerequisites

  • Install Rust for Linux or macOS
$ curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh

For Windows, visit this page

Initial setup

  • Install from crates.io
$ cargo install logical-systems
  • Build from source
$ git clone git@github.com:stepanov-denis/logical-systems.git
$ cd logical-systems
$ cargo run --release