源码部署tb-gateway

源码部署tb-gateway

0、官方文档地址

https://thingsboard.io/docs/iot-gateway/install/source-installation/

1、新建gitee仓库选择从已有仓库导入

#tb-gateway的github源码地址
https://github.com/thingsboard/thingsboard-gateway.git

源码部署tb-gateway_第1张图片

2、下载压缩包到本地解压

3、(可选)安装python3.5以上的环境

https://blog.csdn.net/qq_46617150/article/details/126729007

4、(可选)安装Microsoft visual c++ 14.0 (百度云离线安装下载解压)

链接:https://pan.baidu.com/s/1jZKkq9QYWmbrRBRfqKQAsA 
提取码:krvn

5、(可选)安装pip install protobuf~=3.19.0(控制台执行,下载失败可能需要科学上网)

pip install protobuf~=3.19.0

6、使用 setup.py 脚本安装 python 模块:

python setup.py install

7、运行网关查看结果

python ./thingsboard_gateway/tb_gateway.py

#看到什么mqttconnector报错就代表成功了

8、参考连接器配置

https://thingsboard.io/docs/iot-gateway/getting-started/
https://blog.csdn.net/m0_37893932/article/details/114415891

你可能感兴趣的:(thingsboard,tb-gateway,物联网)