# transfer_mqtt_modbus **Repository Path**: chejia12/transfer_mqtt_modbus ## Basic Information - **Project Name**: transfer_mqtt_modbus - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-28 - **Last Updated**: 2025-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 订阅 > mosquitto_sub -h localhost -u admin -P admin -t "test/topic" # 发布 >mosquitto_pub -h localhost -u admin -P admin -t "test/topic" -m "Secure message!" 只看 socket 和 文件 >lsof -p 1234 | grep -E 'REG|DIR|sock|CHR|IFO' >lsof -p 18419 | grep -E 'sock'