Update README.md

添加在线体验地址,以及外网modbus设备、外网mqtt服务端
This commit is contained in:
dd 2021-12-13 23:24:11 +08:00 committed by GitHub
parent 32bb66608d
commit 8648886afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,6 @@
# iotgateway
# github地址:[iotgateway](https://github.com/iioter/iotgateway/) https://github.com/iioter/iotgateway
# gitee地址:[iotgateway](https://gitee.com/wang_haidong/iotgateway/) https://gitee.com/wang_haidong/iotgateway
基于.net5的跨平台物联网网关。通过可视化配置轻松的连接到你的任何设备和系统(如PLC、扫码枪、CNC、数据库、串口设备、上位机、OPC Server、OPC UA Server、Mqtt Server等),从而与 Thingsboard、IoTSharp或您自己的物联网平台进行双向数据通讯。提供简单的驱动开发接口当然也可以进行边缘计算。
* 物联网网关mqtt输出支持thingsboard
* 抛砖引玉,共同进步
@ -14,7 +16,7 @@
3. 内置Modbustcp模拟设备 ip 172.17.0.1 port 16051 不要修改,否则连不上
4. 其中modbus地址0-1为固定值2-9为随机值10-19为0
5. 想要外网访问modbus设备请连接:wanghaidong.cloud:16051进行标准modbus协议读写
6. 想要通过mqtt接收数据请连接mqttserver:wanghaidong.cloud,11883 admin 0000订阅topic: v1/gateway/telemetry
6. 想要通过mqtt接收数据请连接mqttserver:wanghaidong.cloud,11883 admin 000000订阅topic: v1/gateway/telemetry
![image](https://user-images.githubusercontent.com/29589505/145837715-c0529db4-f2aa-47f7-aca6-db101642f820.png)