logical-systems

Crates.iological-systems
lib.rslogical-systems
version0.3.0
sourcesrc
created_at2022-02-18 06:11:31.970525
updated_at2022-02-18 06:11:31.970525
descriptionModbus TCP server with GUI
homepage
repositoryhttps://github.com/stepanov-denis/logical-systems/
max_upload_size
id534586
size64,667
Stepanov Denis (stepanov-denis)

documentation

https://docs.rs/logical-systems

README

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
Commit count: 0

cargo fmt