forked from dgiot/dgiot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: apps/dgiot_gb26875:Urban fire remote monitoring system gb26875 …
…protocol analysis channel
- Loading branch information
AvantLiu
committed
Sep 18, 2021
1 parent
d285393
commit c38b9b9
Showing
8 changed files
with
94 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,10 @@ | ||
[ | ||
|
||
16#40, 16#40, | ||
<<16#00, 16#00, | ||
16#01, 16#01, | ||
16#18, 16#0d, 16#11, 16#16, 16#0a, 16#14, | ||
16#00, 16#00, 16#00, 16#00, 16#00, 16#00, | ||
16#06, 16#05, 16#04, 16#03, 16#02, 16#01, | ||
16#30, 16#00, | ||
16#02, | ||
16#02, 16#01, 16#01, 16#03, 16#00, 16#d9, 16#00, 16#06, 16#00, 16#02, | ||
16#00, 16#a3, 16#c1, 16#c7, 16#f8, 16#a3, 16#b1, 16#b2, 16#e3, 16#df, | ||
16#c8, 16#b2, 16#b8, 16#d7, 16#df, 16#c0, 16#c8, 16#00, 16#00, 16#00, | ||
16#00, 16#00, 16#00, 16#00, 16#00, 16#00, 16#00, 16#00, 16#00, 16#00, | ||
16#00, 16#00, 16#30, 16#12, 16#13, 16#01, 16#08, 16#14>> | ||
16#68, 16#23, 16#23 | ||
[404000000101180d11160a140000000000000605040302013000020201010300d90006000200a3c1c7f8a3b1b2e3dfc8b2b8d7dfc0c8000000000000000000000000000000301213010814682323 | ||
|
||
|
||
] | ||
|
||
<<64,64,0,0,1,1,24,13,17,22,10,20,0,0,0,0,0,0,6,5,4,3,2,1,48,0,2,2,1,1,3,0,217,0,6,0,2,0,163,193,199,248,163,177,178,227,223,200,178,184,215,223,192,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,18,19,1,8,20,212,36,35,35>> | ||
|
||
<<64,64,0,0,1,1,24,13,17,22,10,20,0,0,0,0,0,0,6,5,4,3,2,1,48,0,2,2,1,1,3,0,217,0,6,0,2,0,163,193,199,248,163,177,178,227,223,200,178,184,215,223,192,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,18,19,1,8,20,104,35,35>> | ||
C = <<646400112413172210200000006543214802211302170602016319319924816317717822722320017818421522319220000000000000000048181918201043535>> | ||
|
||
|
||
<<"404000000101180d11160a140000000000000605040302013000020201010300d90006000200a3c1c7f8a3b1b2e3dfc8b2b8d7dfc0c8000000000000000000000000000000301213010814682323">> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,72 @@ | ||
{ | ||
"definitions": {}, | ||
"paths": { | ||
"/decoder": { | ||
"get": { | ||
"security": [], | ||
"summary": "解码", | ||
"description": "解码", | ||
"parameters": [ | ||
{ | ||
"name": "buff", | ||
"in": "query", | ||
"required": true, | ||
"description": "状态报文", | ||
"type": "string", | ||
"default": "404000000101180d11160a140000000000000605040302013000020201010300d90006000200a3c1c7f8a3b1b2e3dfc8b2b8d7dfc0c8000000000000000000000000000000301213010814682323" | ||
} | ||
], | ||
"responses": { | ||
"200": { | ||
"description": "" | ||
}, | ||
"404": { | ||
"description": "" | ||
} | ||
}, | ||
"summary": "解码", | ||
"tags": [ | ||
"gb26875" | ||
] | ||
} | ||
}, | ||
"/encoder": { | ||
"post": { | ||
"basePath": "/", | ||
"security": [], | ||
"summary": "编码", | ||
"description": "编码", | ||
"parameters": [ | ||
{ | ||
"in": "body", | ||
"name": "data", | ||
"required": true, | ||
"schema": { | ||
"type": "object", | ||
"properties": {} | ||
} | ||
} | ||
], | ||
"responses": { | ||
"200": { | ||
"description": "" | ||
}, | ||
"404": { | ||
"description": "" | ||
} | ||
}, | ||
"summary": "解码", | ||
"tags": [ | ||
"gb26875" | ||
] | ||
} | ||
} | ||
|
||
}, | ||
"tags": [ | ||
{ | ||
"description": "dgiot_gb26875", | ||
"name": "dgiot_gb26875" | ||
"description": "gb26875", | ||
"name": "gb26875" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters