Update README.md

This commit is contained in:
dd 2021-12-13 23:14:46 +08:00 committed by GitHub
parent 184666b11c
commit c42742107c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,16 @@
* 支持驱动二次开发(短期内会提供西门子三菱通讯)
* 数据通过mqtt推送支持thingsboard
* 目前只支持遥测数据上传,后续支持属性的双向通信
# 体验
1. 在线体验[iotgateway](http://wanghaidong.cloud:518/)后台http://wanghaidong.cloud:518/
2. 用户名 admin 密码 000000
3. 内置Modbustcp模拟设备 ip 172.17.0.1 port 16051 不要修改,否则连不上
4. 其中modbus地址0-1为固定值2-9为随机值10-19为0
5. 想要通过mqtt接收数据请连接mqttserver:wanghaidong.cloud,11883 admin 0000订阅topic: v1/gateway/telemetry
![image](https://user-images.githubusercontent.com/29589505/145837715-c0529db4-f2aa-47f7-aca6-db101642f820.png)
# 运行
## windows运行
1. [下载Releasev0.01](https://github.com/iioter/iotgateway/releases/download/v0.01/iotgateway-winx64-v0.01.zip)发布版本