# demo-protocol **Repository Path**: marslink/demo-protocol ## Basic Information - **Project Name**: demo-protocol - **Description**: Jetlinks 自定义消息协议解析: 演示协议 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2021-06-22 - **Last Updated**: 2022-09-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 演示自定义消息编解码协议 用于将自定义的MQTT消息格式编解码为平台的消息格式 # 使用 使用命名`mvn package` 打包后, 通过jetlinks管理界面`设备管理-协议管理`中上传jar包. 类名填写: `org.jetlinks.demo.protocol.DemoProtocolSupportProvider`