rust称重到mqtt
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3 mesi fa
2 mesi fa
1234567891011121314151617181920212223242526272829303132333435363738
  1. # RustWeightService
  2. rust称重到mqtt
  3. 麒麟 "serial_port": "/dev/ttyS1",
  4. windows "serial_port": "com1",
  5. {
  6. "scale_type": "001",
  7. "serial_port": "/dev/ttyS1",
  8. "baud_rate": 9600,
  9. "mqtt": {
  10. "client_id": "weight_reader",
  11. "host": "10.180.4.100",
  12. "port": 1883,
  13. "username": "admin",
  14. "password": "Auseft@2025",
  15. "keep_alive_secs": 60,
  16. "topic_prefix": "weight/data"
  17. }
  18. }
  19. {
  20. "scale_type": "001",
  21. "serial_port": "com1",
  22. "baud_rate": 9600,
  23. "mqtt": {
  24. "client_id": "weight_reader",
  25. "host": "192.168.0.100",
  26. "port": 1883,
  27. "username": "admin",
  28. "password": "Auseft@2025",
  29. "keep_alive_secs": 60,
  30. "topic_prefix": "weight/data"
  31. }
  32. }