1 unstable release
0.3.0 | Feb 18, 2022 |
---|
#2118 in Database interfaces
42KB
912 lines
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
- Setup FLTK
- Setup PostgreSQL
- Setup Redis
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
Dependencies
~24–34MB
~611K SLoC