#scale #iot #serial-port #server

app toledo

使用 Rust 编写的 IoT 服务器,用于通过串行端口连接托莱多称重器。

2 个版本

0.1.1 2023年10月30日
0.1.0 2023年10月25日

#952硬件支持

MIT 许可证

11KB
232 代码行

托莱多

使用 Rust 编写的 IoT 服务器,用于通过串行端口连接托莱多称重器。

依赖关系

在 ubuntu 上

sudo apt install libudev-dev pkg-config

版本

目前,版本中仅提供 Linux 通用版本的二进制文件。

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

依赖关系

~3.5–5.5MB
~107K SLoC