1
0
mirror of https://github.com/thingsboard/thingsboard-gateway synced 2025-10-26 22:31:42 +08:00

Commit for pre release, to check installation with pip3 and Added README.md

This commit is contained in:
zbeacon
2019-11-27 11:47:23 +02:00
parent 587333f39e
commit 8e827de8bb
4 changed files with 39 additions and 14 deletions

37
README.md Normal file
View File

@@ -0,0 +1,37 @@
# ThingsBoard IoT Gateway
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?**](https://thingsboard.io/docs/getting-started-guides/what-is-thingsboard/) if you are new platform user.
![ThingsBoard IoT Gateway architecture](https://raw.githubusercontent.com/thingsboard/thingsboard-gateway/develop/2.4-python/wiki/img/Python_gateway.jpg)
### 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 **Python**, however is different from similar projects that leverage OSGi technology.
The idea is distantly similar to microservices architecture.
The gateway supports custom connectors to connect to new devices or servers and custom converters for processing data from 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 and other.
For processing data from devices you also can write custom converter, it will receive information from device and send it to converter to convert to unified format before sending it to the ThingsBoard cluster.
## Support
- [Community chat](https://gitter.im/thingsboard/chat)
- [Q&A forum](https://groups.google.com/forum/#!forum/thingsboard)
- [Stackoverflow](http://stackoverflow.com/questions/tagged/thingsboard)
## Licenses
This project is released under [Apache 2.0 License](./LICENSE).