1 Star 0 Fork 15

guoguo/protocol-plugin-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.yaml 405 Bytes
一键复制 编辑 原始数据 按行查看 历史
路滑 提交于 2023-11-01 16:11 +08:00 . first commit
server:
address: 0.0.0.0:5000 #服务地址
mqtt:
broker: 127.0.0.1:1883 #mqtt服务端地址
username: root
password: root
topic_to_publish: gateway/attributes #发送主题
topic_to_subscribe: plugin/protocol_name/#
status_topic: device/status
qos: 0 #qos
http_server:
address: 0.0.0.0:5001 #http服务地址
thingspanel:
address: http://127.0.0.1:9999 #thingspanel服务地址
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/itwennet/protocol-plugin-template.git
git@gitee.com:itwennet/protocol-plugin-template.git
itwennet
protocol-plugin-template
protocol-plugin-template
master

搜索帮助