|
il y a 2 mois | |
---|---|---|
src | il y a 2 mois | |
.gitignore | il y a 3 mois | |
Cargo.lock | il y a 2 mois | |
Cargo.toml | il y a 2 mois | |
README.md | il y a 2 mois | |
config.json | il y a 2 mois | |
mycert.pem | il y a 3 mois | |
server-cert.pem | il y a 3 mois | |
server-cert.pemopenssl | il y a 3 mois |
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” } }