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}"

相关推荐
yzx9910132 分钟前
服务器生成图片
运维·服务器
liulilittle2 小时前
C++ TAP(基于任务的异步编程模式)
服务器·开发语言·网络·c++·分布式·任务·tap
caolib5 小时前
无需云服务器的内网穿透方案 -- cloudflare tunnel
运维·服务器·内网穿透·tunnel·cloudflared
誰能久伴不乏5 小时前
Linux系统调用概述与实现:深入浅出的解析
linux·运维·服务器
程序员学习随笔5 小时前
Linux进程深度解析(2):fork/exec写时拷贝性能优化与exit资源回收机制(进程创建和销毁)
linux·运维·服务器
-SGlow-6 小时前
MySQL相关概念和易错知识点(2)(表结构的操作、数据类型、约束)
linux·运维·服务器·数据库·mysql
代码改变世界ctw6 小时前
Linux内核设计与实现 - 第14章 块I/O层
linux·运维·服务器
Dreams_l7 小时前
网络编程2(应用层协议,传输层协议)
运维·服务器·网络
明月5667 小时前
Oracle 误删数据恢复
数据库·oracle
♡喜欢做梦8 小时前
【MySQL】深入浅出事务:保证数据一致性的核心武器
数据库·mysql