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  

相关文章
|
5月前
|
定位技术 C# 图形学
从零开始的unity3d入门教程(二)----基本功能讲解
这是一篇Unity3D入门教程,详细介绍了Unity界面操作、游戏物体创建修改、场景搭建、玩家控制、音效添加以及游戏测试和导出的全过程。
从零开始的unity3d入门教程(二)----基本功能讲解
|
8月前
|
消息中间件 存储 分布式计算
学习笔记:StructuredStreaming入门(十二)
学习笔记:StructuredStreaming入门(十二)
90 0
|
前端开发 算法 JavaScript
手把手教你制作简易计算器
手把手教你制作简易计算器
104 0
|
存储 安全 编译器
【C++系列(合集)】特性多又复杂?不存在!——这篇C++大全直接干碎(超级大全,精讲)(一)
【C++系列(合集)】特性多又复杂?不存在!——这篇C++大全直接干碎(超级大全,精讲)
|
存储 编译器 Linux
【C++系列(合集)】特性多又复杂?不存在!——这篇C++大全直接干碎(超级大全,精讲)(三)
【C++系列(合集)】特性多又复杂?不存在!——这篇C++大全直接干碎(超级大全,精讲)
|
安全 编译器 C++
【C++系列(合集)】特性多又复杂?不存在!——这篇C++大全直接干碎(超级大全,精讲)(二)
【C++系列(合集)】特性多又复杂?不存在!——这篇C++大全直接干碎(超级大全,精讲)
|
Java 关系型数据库 MySQL
入门案例(开发环境配置)|学习笔记
快速学习入门案例(开发环境配置)
105 0
入门案例(开发环境配置)|学习笔记
|
SQL JSON Java
入门案例(项目搭建)|学习笔记
快速学习入门案例(项目搭建)
入门案例(项目搭建)|学习笔记
|
存储 物联网 关系型数据库
LinkPlatform 简介与开发入门(一)|学习笔记
快速学习 LinkPlatform 简介与开发入门
LinkPlatform 简介与开发入门(一)|学习笔记
|
存储 边缘计算 网络协议
LinkPlatform 简介与开发入门(二)|学习笔记
快速学习 LinkPlatform 简介与开发入门
LinkPlatform 简介与开发入门(二)|学习笔记