LinkPlatform 简介与开发入门(三)|学习笔记

简介: 快速学习 LinkPlatform 简介与开发入门

开发者学堂课程【分布式系统开发调度技术LinkPlatform 简介与开发入门笔记与课程紧密联系,让用户快速学习知识。

课程地址:https://developer.aliyun.com/learning/course/558/detail/7669


LinkPlatform 简介与开发入门(三)

三、入门开发实战  

1.云端开发步骤

image.png

2.设备应用程序开发

1.

//设备身份三元组

const options ={ productKey: "RY8ExdyS6lU" , dev iceName: "bedRoomThe deviceSecret: " zJWfACDj regionId: " cn-shanghai]

2.

建立连接 //设备与云建立连接

const client = mqtt. getAliyunIotMqttClient (options);

3.上报数据

const topic . /sys/$(opt ions . productKey)/ $(opt ions . deviceName)/ thing/ event/property/post ; const pay loadJson = [ id: Date.now( ), params: l

temperature: Math . floor (Math. random() * 20) + 10), humidity: Math. floor( (Math. random() * 40) + 60),, method: " thing. event, property, post" client . publish(topic, JSON stringify(pay loadJson));

//iJAtopic

4.接收指令

client. subscribe(topic ) client . on( " message', function (topic, message)

console. log ("InReceived: topic="+ topic+" , message=" + mes sage .toString()) console. log()  

阿里云loT开发资源 loT物联网平台

https∶//www.aliyun.com/product/iot 产品技术文档 https∶//help.aliyun.com/product/30520.html loT 技术案例 https∶//yuque.com/wongxming/iot-tech  阿里云产品∶ loT 平台https∶//www.aliyun.com/product/iot 函数计算https∶/www.aliyun.com/product/fc 表格存储https∶//www.aliyun.com/product/ots OSS 存储https∶//www.aliyun.com/product/oss 人脸识别

https∶//data.aliyun.com/product/face  

相关文章
|
Web App开发 编解码 Android开发
2023年音视频开发知识技术合集(基础入门到高级进阶)
2023年音视频开发知识技术合集(基础入门到高级进阶)
|
安全 C++
【C ++】C++入门知识(二)
C++入门(二) 作者:小卢 专栏:《C++》 喜欢的话:世间因为少年的挺身而出,而更加瑰丽。 ——《人民日报》
57 0
|
5月前
|
算法 Java 开发工具
合集:编程相关的网站及书籍
合集:编程相关的网站及书籍
|
5月前
|
存储 JSON NoSQL
技术笔记:Stargate入门
技术笔记:Stargate入门
54 0
|
5月前
|
算法 Python
Python基础教程(第3版)中文版 第一章 快速上手:基础知识(笔记)
Python基础教程(第3版)中文版 第一章 快速上手:基础知识(笔记)
|
6月前
|
编译器 C语言 C++
C++入门基础-2
C++入门基础
41 3
|
5月前
|
编译器 Linux C语言
1.C++入门(中)
1.C++入门(中)
|
5月前
|
编译器 C语言 C++
1.C++入门(上)
1.C++入门(上)
|
6月前
|
数据可视化 API Python
Python零基础“圣经”!300W小白从入门到精通首选!
今天分享的这本书在让你尽快学会 Python基础知识的同时,能够编写并正确的运行程序(游戏、数据可视化、Web应用程序) 最大的特色在于,在为初学者构建完整的 Python 语言知识体系的同时,面向实际应用情境编写代码样例,而且许多样例还是 后续实践项目部分的伏笔。实践项目部分的选题经过精心设计,生动详尽 又面面俱到。相信这本书能够得到更多 Python 初学者的喜爱。
|
6月前
|
编译器 Linux C语言
【C++】C++入门(上)
【C++】C++入门(上)