Skip to content

acpiccolo/Daly-BMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages