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

Updating README

This commit is contained in:
zbeacon
2020-03-30 10:41:39 +03:00
parent 8c3196f2ca
commit 615ae87a27

View File

@@ -11,12 +11,12 @@ Thingsboard is an open-source IoT platform for data collection, processing, visu
Thingsboard IoT Gateway provides following features:
- **OPC-UA** connector to collect data from devices that are connected to OPC-UA servers.
- (**MQTT** connector)[https://thingsboard.io/docs/iot-gateway/config/mqtt/] to collect data that is published to external MQTT brokers.
- (**Modbus** connector)[https://thingsboard.io/docs/iot-gateway/config/modbus/] to collect data from Modbus servers and slaves.
- (**BLE** connector)[https://thingsboard.io/docs/iot-gateway/config/ble/] to collect data from BLE devices.
- (**Request** connector)[https://thingsboard.io/docs/iot-gateway/config/request/] to collect data from HTTP API.
- (**CAN** connector)[https://thingsboard.io/docs/iot-gateway/config/can/] to collect data using CAN protocol.
- [**OPC-UA** connector](https://thingsboard.io/docs/iot-gateway/config/opc-ua/) to collect data from devices that are connected to OPC-UA servers.
- [**MQTT** connector](https://thingsboard.io/docs/iot-gateway/config/mqtt/) to collect data that is published to external MQTT brokers.
- [**Modbus** connector](https://thingsboard.io/docs/iot-gateway/config/modbus/) to collect data from Modbus servers and slaves.
- [**BLE** connector](https://thingsboard.io/docs/iot-gateway/config/ble/) to collect data from BLE devices.
- [**Request** connector](https://thingsboard.io/docs/iot-gateway/config/request/) to collect data from HTTP API.
- [**CAN** connector](https://thingsboard.io/docs/iot-gateway/config/can/) to collect data using CAN protocol.
- **Custom** connector to collect data from custom protocols.
- **Persistence** of collected data to guarantee data delivery in case of network and hardware failures.
- **Automatic reconnect** to Thingsboard cluster.