This repository presents an isolated master embedded control system implemented on an Intel Galileo Gen 2 (embedded Linux). The project demonstrates a rigorous engineering approach by developing ...
Abstract: With the rapid development of the embedded computer technology, the new generation of industrial automation data acquisition and monitoring system, which takes the high performance of ...
采集 Modbus RTU/TCP 设备数据,通过 CAN 总线转发,最终使用 MQTT 协议上报到华为云 IoTDA。 支持多线程、断线重连、日志分级等工业级特性。 ├── src/ # 源代码 ├── include/ # 头文件 ├── modbus_tcp_slave/ #tcp虚拟从站 ├── Makefile ├── README.md └──test #mqtt ...