|
пре 2 месеци | |
---|---|---|
src | пре 2 месеци | |
.gitignore | пре 3 месеци | |
Cargo.lock | пре 2 месеци | |
Cargo.toml | пре 2 месеци | |
README.md | пре 2 месеци | |
config.json | пре 2 месеци | |
mycert.pem | пре 3 месеци | |
server-cert.pem | пре 3 месеци | |
server-cert.pemopenssl | пре 3 месеци | |
weight_service.log | пре 2 месеци |
rust称重到mqtt 麒麟 “serial_port”: “/dev/ttyS1”, windows “serial_port”: “com1”,
{ “scale_type”: “001”, “serial_port”: “/dev/ttyS1”, “baud_rate”: 9600, “mqtt”: { “client_id”: “weight_reader”, “host”: “10.180.4.100”, “port”: 1883, “username”: “admin”, “password”: “Auseft@2025”, “keep_alive_secs”: 60, “topic_prefix”: “weight/data” } }
{ “scale_type”: “001”, “serial_port”: “com1”, “baud_rate”: 9600, “mqtt”: { “client_id”: “weight_reader”, “host”: “192.168.0.100”, “port”: 1883, “username”: “admin”, “password”: “Auseft@2025”, “keep_alive_secs”: 60, “topic_prefix”: “weight/data” } }