Files
meshstream/web/fixtures/decode_error.json
2025-04-23 09:59:30 -07:00

30 lines
690 B
JSON

{
"info": {
"fullTopic": "msh/US/bayarea/2/e/LongFast/!ghij7890",
"regionPath": "US/bayarea",
"version": "2",
"format": "e",
"channel": "LongFast",
"userId": "!ghij7890"
},
"data": {
"channelId": "LongFast",
"gatewayId": "!ghij7890",
"id": 7890123456,
"from": 4102453487,
"to": 4294967295,
"hopLimit": 3,
"hopStart": 3,
"wantAck": false,
"priority": "DEFAULT",
"viaMqtt": true,
"nextHop": 0,
"relayNode": 0,
"portNum": "UNKNOWN",
"decodeError": "Failed to decrypt payload: invalid packet format",
"binaryData": "SGVsbG8gV29ybGQh",
"requestId": 0,
"replyId": 0,
"wantResponse": false
}
}