#scale #iot #serial-port #server

app toledo

An IOT server written in rust for connecting via serial port to toledo scales

2 releases

0.1.1 Oct 30, 2023
0.1.0 Oct 25, 2023

#387 in Hardware support

Download history 12/week @ 2024-02-24 1/week @ 2024-03-02 6/week @ 2024-03-09 1/week @ 2024-03-16 30/week @ 2024-03-30 7/week @ 2024-04-06 16/week @ 2024-04-13

53 downloads per month

MIT license

11KB
232 lines

Toledo

An IOT server written in rust for connecting via serial port to toledo scales.

Dependencies

On ubuntu

sudo apt install libudev-dev pkg-config

Releases

Currently, only binaries for generic versions of Linux are distributed across releases.

sudo apt install pkg-config libssl-dev musl-tools
rustup target add x86_64-unknown-linux-musl
cargo build --release --target x86_64-unknown-linux-musl

Dependencies

~3.5–5.5MB
~108K SLoC