Sign inSign up

thebiggerguy/restful-sunsaver

By thebiggerguy

•Updated over 8 years ago

HTTP REST interface to the SunSaver MPPT via the serial ModBus

Image
0

135

thebiggerguy/restful-sunsaver repository overview

⁠restful-sunsaver

HTTP REST interface to the SunSaver MPPT via the serial ModBus

docker run --rm -it -u ${UID}:$(id -g ${USER}) -v /etc/group:/etc/group:ro -v /etc/passwd:/etc/passwd:ro -v "$(pwd):/build" -w="/build" -e "CARGO_HOME=/build/.cargo" -e "RUST_LOG=restful_sunsaver=debug" --device=/dev/SunSaver --group-add dialout --expose="4000" --publish="0.0.0.0:4000:4000" --env="PORT=4000" thebiggerguy/restful-sunsaver:dev cargo run -- --device=/dev/SunSaver

Tag summary

Content type

Image

Digest

Size

23.3 MB

Last updated

over 8 years ago

docker pull thebiggerguy/restful-sunsaver:docker-hub