Giter Site home page Giter Site logo

l60008028 / iotgateway Goto Github PK

View Code? Open in Web Editor NEW

This project forked from iioter/iotgateway

0.0 0.0 0.0 5.09 MB

A cross-platform IoT gateway based on .net5. Through visual configuration, you can easily connect to any of your devices and systems (such as PLC, barcode scanner, CNC, database, serial device, host computer, OPC Server, OPC UA Server, Mqtt Server, etc.), so as to interact with Thingsboard, IoTSharp or Your own IoT platform for two-way data communication. Provide a simple driver development interface; of course, edge computing can also be performed.

License: MIT License

C# 71.48% HTML 5.67% Dockerfile 0.10% JavaScript 21.61% CSS 1.13%

iotgateway's Introduction

iotgateway

基于.net5的跨平台物联网网关。通过可视化配置,轻松的连接到你的任何设备和系统(如PLC、扫码枪、CNC、数据库、串口设备、上位机、OPC Server、OPC UA Server、Mqtt Server等),从而与 Thingsboard、IoTSharp或您自己的物联网平台进行双向数据通讯。提供简单的驱动开发接口;当然也可以进行边缘计算。

  • 物联网网关mqtt输出,支持thingsboard
  • 抛砖引玉,共同进步
  • 可视化的配置方式实现数据采集(使用wtm开发)
  • 基于.net5的开源物联网网关
  • 内置ModbusTcp驱动(使用nmodbus4)
  • 支持驱动二次开发(短期内会提供西门子三菱通讯)
  • 数据通过mqtt推送,支持thingsboard
  • 目前只支持遥测数据上传,后续支持属性的双向通信

体验

  1. 在线体验iotgateway后台: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. 想要外网访问modbus设备,请连接:wanghaidong.cloud:16051,进行标准modbus协议读写
  6. 想要通过mqtt接收数据,请连接mqttserver:wanghaidong.cloud,11883 admin 000000;订阅topic: v1/gateway/telemetry image

运行

windows运行:

  1. 下载Releasev0.01发布版本
  2. 下载.net5 sdk或runtime
  3. 安装.net5
  4. 解压release包,运行IoTGateway.exe
  5. 访问iotgateway后台:http://localhost:518

linux docker运行

  1. docker pull 15261671110/iotgateway
  2. docker run -d -p 518:518 --name iotgateway --restart always 15261671110/iotgateway

登入系统

  1. 用户名 admin,密码 000000
  2. 打开发布文件路径下的ReadMe文件夹中的手摸手,按照顺序添加设备进行采集

采集配置

1 登录 2 首页 3 网关配置 4 设备维护 5 设备参数配置 6 设备变量配置 7 设备变量配置-新建

thingsboard接入教程

0 准备一个modsim 或者modbus tcp设备 1 thingsboard  新建网关 2 gateway 修改网关传输配置 3 gateway 创建组 4 gateway 创建设备 5 gateway 配置设备参数 6 gateway 新建变量 6 gateway 修改设备为自启动 7 thingsboard 查看到设备和数据 8 gateway 查看到数据

iotgateway's People

Contributors

iioter avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.