4 Star 24 Fork 13

达摩代码/easy-iot-spring-boot-starter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Apache-2.0

使用方法:

  • 导入依赖
<dependency>
   <groupId>org.damocode</groupId>
   <artifactId>easy-iot-spring-boot-starter</artifactId>
   <version>1.0-SNAPSHOT</version>
</dependency>
  • 注入相关类
    // TCP网络组件提供者
    @Resource
    private TcpServerProvider tcpServerProvider;
    
    //设备会话管理器
    @Resource
    private DefaultDeviceSessionManager deviceSessionManager;
    
    //设备操作管理器
    @Resource
    private DeviceOperatorManager deviceOperatorManager;
  • 实现数据解码及编码接口 DeviceMessageCodec

  • 实现数据操作保存接口 DecodedClientMessageHandler

空文件

简介

基于easy-iot物联网SDK实现的spring boot快速集成组件,用于在spring boot项目中快速集成easy-iot 展开 收起
取消

发行版

暂无发行版

贡献者

全部

语言

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/damocode/easy-iot-spring-boot-starter.git
git@gitee.com:damocode/easy-iot-spring-boot-starter.git
damocode
easy-iot-spring-boot-starter
easy-iot-spring-boot-starter
master

搜索帮助