1 Star 4 Fork 12

anson/thingsboard-gateway

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Apache-2.0

Thingsboard IoT Gateway

Join the chat at https://gitter.im/thingsboard/chat

The Thingsboard IoT Gateway is an open-source solution that allows you to integrate devices connected to legacy and third-party systems with Thingsboard.

Thingsboard is an open-source IoT platform for data collection, processing, visualization, and device management. See What is Thingsboard? if you are new platform user.

IoT Gateway architecture

Documentation

Thingsboard IoT Gateway documentation is hosted on thingsboard.io.

Gateway features

Thingsboard IoT Gateway provides following features:

  • OPC-UA extension to collect data from devices that are connected to OPC-UA servers.
  • MQTT extension to collect data that is published to external MQTT brokers.
  • Persistence of collected data to guarantee data delivery in case of network and hardware failures.
  • Automatic reconnect to Thingsboard cluster.
  • Simple yet powerful mapping of incoming data and messages to unified format.

Architecture

The IoT Gateway is built on top of Java, however is different from similar projects that leverage OSGi technology. The idea is distantly similar to microservices architecture. There are other programming languages (C, C++, Python, Javascript, Go..) that may be more suitable for application development that target IoT devices. Especially, when we are talking about language APIs and existing libraries to work with serial ports, GPIOs, I2C, and new modules and sensors that are released every day.

The Gateway provides simple integration APIs, and encapsulates common Thingsboard related tasks: device provisioning, local data persistence and delivery, message converters/adaptors and other. As an application developer, you are able to choose Python, Go, C/C++ and other languages and connect to Thingsboard Gateway through external MQTT broker or OPC-UA server. Devices that support other protocols may be connected to gateway by implementing custom extensions.

IoT use cases

Smart energy Smart energy monitoring demo

Smart farming Smart farming

Fleet tracking Fleet tracking

Getting Started

Connect to your OPC-UA server or MQTT broker in minutes by following this guide.

Project Roadmap

The initial Gateway release goal is to bring Thingsboard data collection feature to OPC-UA and MQTT enabled devices.
The Gateway project is currently in active development stage and you should expect following major features in next releases:

  • Ability to configure devices connected through the Gateway using Thingsboard Attributes feature.
  • Ability to control devices connected through the Gateway using Thingsboard RPC feature.
  • Ability to configure Gateway distantly from Thingsboard Dashboards.
  • Client-side load balancing based on information about Thingsboard cluster.
  • Ability to visualize collected device data on the Gateway Web UI.
  • Configurable edge analytics.

Support

Licenses

This project is released under Apache 2.0 License.

Copyright © ${project.inceptionYear} ${owner} Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

简介

中国thingsboard gateway 展开 收起
Java
Apache-2.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/ymcode/thingsboard-gateway.git
git@gitee.com:ymcode/thingsboard-gateway.git
ymcode
thingsboard-gateway
thingsboard-gateway
master

搜索帮助