Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atorber/node-red-baidu-dmp
https://github.com/atorber/node-red-baidu-dmp
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/atorber/node-red-baidu-dmp
- Owner: atorber
- Created: 2022-04-15T09:24:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T04:37:06.000Z (about 1 year ago)
- Last Synced: 2024-10-19T22:29:32.127Z (3 months ago)
- Language: HTML
- Size: 2.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-red-baidu-dmp
百度物联网平台设备接入节点
## 支持特性
- 设备鉴权中心接入
- 属性上报
- 事件上报
- 服务消息订阅
- 模拟数据## TODO
- 子设备上报
- 自动生成消息uuid
- 根据物模型生成模拟数据
- ...## 安装并运行
需要先成功安装node-red,支持2.0以上,推荐安装node-red3.0
在node-red安装目录下执行
```
npm i @atorber/node-red-baidu-dmp
```安装成功后重启node-red即可看到设备节点
![image](https://github.com/atorber/node-red-baidu-dmp/assets/19552906/00298689-f2ba-4ae0-a469-ce687ddc3db7)