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

相关推荐
Wang's Blog6 小时前
PostgreSQL笔记4: 市场地位、生态全景与行业应用实践
数据库·笔记·postgresql
RisunJan7 小时前
Linux命令-talk(终端实时对话)
linux·运维·服务器
三言老师8 小时前
Rocky Linux 8.6 整机系统备份与迁移方案文档文档用途
linux·运维·服务器·网络
隔窗听雨眠8 小时前
Oracle误Truncate操作恢复:从原理到实战的完整指南
数据库·oracle
daad7778 小时前
用 HackRF + GNU Radio 制作 FM 发射机:从 WAV 到 103 MHz 空中信号
服务器·gnu·fm
Lethehong8 小时前
MySQL迁移如何做到零改造?四层兼容方案详解
数据库·mysql·adb
Json____8 小时前
五金制品行业-企业官网源码
java·大数据·数据库·企业站·wwwoop.com
我星期八休息9 小时前
网络编程—NAT、代理服务与内网穿透
linux·服务器·网络·网络协议
深念Y10 小时前
Opencode Event 表写入优化方案
数据库·人工智能·ai·node.js·bug·优化·opencode
袅沫10 小时前
Nginx中部署多个前端项目——区分路径
服务器·前端