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

Update README.md

This commit is contained in:
Andrew Shvayka
2017-02-07 14:21:49 +02:00
committed by GitHub
parent 27f074324d
commit 712a174a75

View File

@@ -1,12 +1,13 @@
# Thingsboard IoT Gateway
[![Join the chat at https://gitter.im/thingsboard/chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/thingsboard/chat?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://travis-ci.org/thingsboard/thingsboard-gateway.svg?branch=master)](https://travis-ci.org/thingsboard/thingsboard-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.
## Documentation
![IoT Gateway architecture](./img/tb-gateway.png?raw=true "IoT Gateway architecture")
### Documentation
Thingsboard IoT Gateway documentation is hosted on [thingsboard.io](https://thingsboard.io/docs/iot-gateway/).
@@ -22,8 +23,6 @@ Thingsboard IoT Gateway provides following features:
### Architecture
![IoT Gateway architecture](./img/tb-gateway.png?raw=true "IoT Gateway 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.