ThingsBoard安装测试

系统要求Ubuntu 22以上,内存16GB

git clone https://github.com/thingsboard/thingsboard/

cd thingsboard/docker

./docker-install-tb.sh #貌似安装了PostgreSQL数据库

./docker-start-services.sh #安装并启动了很多个dockers,如下

docker_redis_1 is up-to-date

Creating docker_tb-web-ui2_1 ...

Creating docker_tb-web-ui2_1 ... done

Creating docker_tb-web-ui1_1 ... done

Creating docker_zookeeper_1 ... done

Creating docker_kafka_1 ... done

Creating docker_tb-js-executor_1 ... done

Creating docker_tb-js-executor_2 ... done

Creating docker_tb-js-executor_3 ... done

Creating docker_tb-js-executor_4 ... done

Creating docker_tb-js-executor_5 ... done

Creating docker_tb-js-executor_6 ... done

Creating docker_tb-js-executor_7 ... done

Creating docker_tb-js-executor_8 ... done

Creating docker_tb-js-executor_9 ... done

Creating docker_tb-js-executor_10 ... done

Creating docker_tb-rule-engine2_1 ... done

Creating docker_tb-rule-engine1_1 ... done

Creating docker_tb-core1_1 ... done

Creating docker_tb-core2_1 ... done

Creating docker_tb-http-transport2_1 ... done

Creating docker_tb-coap-transport_1 ... done

Creating docker_tb-lwm2m-transport_1 ... done

Creating docker_tb-vc-executor1_1 ... done

Creating docker_tb-http-transport1_1 ... done

Creating docker_tb-vc-executor2_1 ... done

Creating docker_tb-mqtt-transport2_1 ... done

Creating docker_tb-snmp-transport_1 ... done

Creating docker_tb-mqtt-transport1_1 ... done

Creating haproxy-certbot ... done

http://192.168.1.80

系统管理员: sysadmin@thingsboard.org / sysadmin

登录后

创建 租户 tenant@thingsboard.org

创建租户管理员 tenantadmin@thingsboard.org

tenantadmin@thingsboard.org 登录

添加设备

测试

curl -v -X POST http://192.168.1.80:/api/v1/z3wpkvkyyv0wbmumdyqc/telemetry --header Content-Type:application/json --data "{temperature:25}"

相关推荐
龙亘川1 小时前
【课程5.3】功能设计:城管核心指标与设施分布(处置效率、违建数量等指标定义)
数据库·oracle·智慧城市·一网统管ai平台
ybb_ymm1 小时前
@Async修饰不生效
java·前端·数据库
Psycho_MrZhang2 小时前
MySQL/PgSQL设计思想总结
数据库·mysql
风吹落叶花飘荡2 小时前
将mysql数据库的内容备份至阿里云 oss归档存储
数据库·mysql·阿里云
m0_726965982 小时前
玩转(坏)服务器【一】
运维·服务器
数据大魔方2 小时前
【期货量化入门】期权交易入门:从零开始学期权量化(TqSdk完整教程)
数据库·python·mysql·算法·区块链·程序员创富
虫小宝2 小时前
导购APP高可用数据库设计:主从分离与分库分表在返利系统中的应用
android·数据库
2401_890443022 小时前
Linux进程间通信
linux·服务器
Xの哲學2 小时前
Linux 实时调度机制深度解析
linux·服务器·网络·算法·边缘计算
fie88892 小时前
基于蚁群算法求解带时间窗的车辆路径问题
数据库·人工智能·算法