2024-04-03 19:01:57 +08:00
|
|
|
|
# ThingsGateway
|
2024-09-03 14:37:57 +00:00
|
|
|
|
|
2024-04-24 15:00:07 +08:00
|
|
|
|
|
2024-09-03 14:37:57 +00:00
|
|
|
|
|
2024-04-24 15:00:07 +08:00
|
|
|
|
## Introduction
|
2024-09-03 14:37:57 +00:00
|
|
|
|
|
2024-04-24 15:00:07 +08:00
|
|
|
|
|
|
|
|
|
A cross-platform, high-performance edge data collection gateway based on net8, capable of handling millions of data points per.
|
|
|
|
|
|
2024-09-03 14:37:57 +00:00
|
|
|
|
|
2024-04-24 15:00:07 +08:00
|
|
|
|
## Documentation
|
2024-09-03 14:37:57 +00:00
|
|
|
|
|
2024-04-24 15:00:07 +08:00
|
|
|
|
|
2024-09-14 18:17:25 +08:00
|
|
|
|
[Documentation](https://thingsgateway.cn/).
|
2024-04-24 15:00:07 +08:00
|
|
|
|
|
2024-04-28 14:40:56 +08:00
|
|
|
|
[NuGet](https://www.nuget.org/packages?q=Tags%3A%22ThingsGateway%22)
|
2024-04-24 15:00:07 +08:00
|
|
|
|
|
2024-09-03 14:37:57 +00:00
|
|
|
|
|
2024-04-24 15:00:07 +08:00
|
|
|
|
### Plugin List
|
2024-09-03 14:37:57 +00:00
|
|
|
|
|
2024-04-24 15:00:07 +08:00
|
|
|
|
|
2024-09-03 14:37:57 +00:00
|
|
|
|
|
2024-04-24 15:00:07 +08:00
|
|
|
|
#### Data Collection Plugins
|
|
|
|
|
|
2024-09-03 14:37:57 +00:00
|
|
|
|
|
|
|
|
|
| Plugin Name | Remarks |
|
|
|
|
|
| ----------- | ------------------------------------------------------------- |
|
|
|
|
|
| Modbus | Supports Rtu/Tcp message formats, with Serial/Tcp/Udp links |
|
|
|
|
|
| SiemensS7 | Siemens PLC S7 series |
|
|
|
|
|
| Dlt6452007 | Supports Serial/Tcp/Udp links |
|
|
|
|
|
| OpcDaMaster | Compiled for 64-bit |
|
2024-04-24 15:00:07 +08:00
|
|
|
|
| OpcUaMaster | Supports certificate login, object extension, Json read/write |
|
2024-04-03 19:01:57 +08:00
|
|
|
|
|
2024-04-24 15:00:07 +08:00
|
|
|
|
#### Business Plugins
|
2024-04-03 19:01:57 +08:00
|
|
|
|
|
2024-09-03 14:37:57 +00:00
|
|
|
|
|
|
|
|
|
| Plugin Name | Remarks |
|
|
|
|
|
| ---------------- | ------------------------------------------------------------------------------------------------- |
|
|
|
|
|
| ModbusSlave | Supports Rtu/Tcp message formats, with Serial/Tcp/Udp links, supports Rpc reverse writing |
|
|
|
|
|
| OpcUaServer | OpcUa server, supports Rpc reverse writing |
|
|
|
|
|
| MqttClient | Mqtt client, supports Rpc reverse writing, script-customizable upload content |
|
|
|
|
|
| MqttServer | Mqtt server, supports WebSocket, supports Rpc reverse writing, script-customizable upload content |
|
|
|
|
|
| KafkaProducer | Script-customizable upload content |
|
|
|
|
|
| RabbitMQProducer | Script-customizable upload content |
|
|
|
|
|
| SqlDB | Relational database storage, supports historical storage and real-time data updates |
|
|
|
|
|
| SqlHisAlarm | Alarm historical data relational database storage |
|
|
|
|
|
| TDengineDB | Time-series database storage |
|
|
|
|
|
| QuestDB | Time-series database storage |
|
2024-04-24 15:00:07 +08:00
|
|
|
|
|
|
|
|
|
|
2024-09-03 14:37:57 +00:00
|
|
|
|
|
2024-04-24 15:00:07 +08:00
|
|
|
|
## License
|
2024-09-03 14:37:57 +00:00
|
|
|
|
|
2024-04-24 15:00:07 +08:00
|
|
|
|
|
2024-04-16 14:45:15 +08:00
|
|
|
|
[Apache-2.0](https://gitee.com/diego2098/ThingsGateway/blob/master/LICENSE)
|
2024-04-24 15:00:07 +08:00
|
|
|
|
|
2024-09-03 14:37:57 +00:00
|
|
|
|
|
2024-04-24 15:00:07 +08:00
|
|
|
|
## Demo
|
2024-09-03 14:37:57 +00:00
|
|
|
|
|
2024-04-24 15:00:07 +08:00
|
|
|
|
|
2024-08-06 14:21:45 +08:00
|
|
|
|
[Demo](http://47.119.161.158:5000/)
|
2024-04-24 15:00:07 +08:00
|
|
|
|
|
|
|
|
|
Account: **SuperAdmin**
|
|
|
|
|
|
|
|
|
|
Password: **111111**
|
|
|
|
|
|
|
|
|
|
**In the upper-right corner, switch to the IoT Gateway module in the personal popup box**
|
2024-05-31 16:51:30 +08:00
|
|
|
|
|
2024-09-03 14:37:57 +00:00
|
|
|
|
## Docker
|
|
|
|
|
|
2024-05-31 16:51:30 +08:00
|
|
|
|
```shell
|
|
|
|
|
|
2024-06-11 12:53:08 +08:00
|
|
|
|
docker pull registry.cn-shenzhen.aliyuncs.com/thingsgateway/thingsgateway
|
2024-05-31 16:51:30 +08:00
|
|
|
|
|
2024-09-03 14:37:57 +00:00
|
|
|
|
docker pull registry.cn-shenzhen.aliyuncs.com/thingsgateway/thingsgateway_arm64
|
2024-05-31 16:51:30 +08:00
|
|
|
|
```
|
2024-09-03 14:37:57 +00:00
|
|
|
|
|
2024-04-24 15:00:07 +08:00
|
|
|
|
|
2024-09-03 14:37:57 +00:00
|
|
|
|
|
2024-04-24 15:00:07 +08:00
|
|
|
|
## Sponsorship
|
2024-09-03 14:37:57 +00:00
|
|
|
|
|
2024-04-24 15:00:07 +08:00
|
|
|
|
|
2024-09-14 18:17:25 +08:00
|
|
|
|
[Sponsorship Approach](https://thingsgateway.cn/docs/1000)
|
2024-04-24 15:00:07 +08:00
|
|
|
|
|
2024-09-03 14:37:57 +00:00
|
|
|
|
|
2024-04-24 15:00:07 +08:00
|
|
|
|
## Community
|
2024-09-03 14:37:57 +00:00
|
|
|
|
|
2024-04-24 15:00:07 +08:00
|
|
|
|
|
|
|
|
|
QQ Group: 605534569 [Jump](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=NnBjPO-8kcNFzo_RzSbdICflb97u2O1i&authKey=V1MI3iJtpDMHc08myszP262kDykbx2Yev6ebE4Me0elTe0P0IFAmtU5l7Sy5w0jx&noverify=0&group_code=605534569)
|
|
|
|
|
|
2024-09-03 14:37:57 +00:00
|
|
|
|
|
2024-04-24 15:00:07 +08:00
|
|
|
|
## Pro Plugins
|
2024-09-03 14:37:57 +00:00
|
|
|
|
|
2024-04-24 15:00:07 +08:00
|
|
|
|
|
2024-09-14 18:17:25 +08:00
|
|
|
|
[Plugin List](https://thingsgateway.cn/docs/1001)
|