赞
踩
thingsboard使用教程
CentOS版本安装配置:
http://www.ithingsboard.com/docs/user-guide/install/rhel/
启动服务
启动ThingsBoard:
sudo service thingsboard start
启动后,您将可以使用以下链接打开
如果在安装脚本的执行过程中指定了-loadDemo则可以使用以下替代替代:
(1)创建资产
(2)创建设备
# Please replace $HOST_NAME and $ACCESS_TOKEN with corresponding values.
curl -v -X POST -d "{\"temperature\": 25}" $HOST_NAME/api/v1/$ACCESS_TOKEN/telemetry --header "Content-Type:application/json"
curl -v -X POST -d "{\"temperature\": 25}" node02:8080/api/v1/JKvXp7ID17EDchECRRw3/telemetry --header "Content-Type:application/json"
curl -v -X POST -d "{\"temperature\": 55}" node02:8080/api/v1/753xZr5YGPFyENFk9I9R/telemetry --header "Content-Type:application/json"
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。