Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.77 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.77 KB

CI dependency status CI CI CI

Daly BMS

This RUST project can read and write a Daly BMS module from the command line.

Compilation

  1. Install Rust e.g. using these instructions.
  2. Ensure that you have a C compiler and linker.
  3. Clone git clone https://github.com/acpiccolo/Daly-BMS.git
  4. Run cargo install --path . to install the binary. Alternatively, check out the repository and run cargo build --release. This will compile the binary to target/release/dalybms.

Getting started

To see all available commands:

dalybms --help

Cargo Features

Feature Purpose Default
serialport Enable the implementation for the synchronous serialport client -
tokio-serial-async Enable the implementation for the tokio serial asynchronous client -
bin-dependencies Enable all features required by the binary

License

Licensed under either of

at your option.