mirror of
https://github.com/dpup/meshstream.git
synced 2026-05-02 03:22:29 +02:00
- Added new web/ directory for frontend development - Created fixtures/ subdirectory with JSON test data - Added samples for all major packet types (text, position, nodeinfo, etc.) - Added README files with documentation - Added placeholder package.json 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
42 lines
960 B
JSON
42 lines
960 B
JSON
{
|
|
"info": {
|
|
"fullTopic": "msh/US/bayarea/2/e/LongFast/!defg4567",
|
|
"regionPath": "US/bayarea",
|
|
"version": "2",
|
|
"format": "e",
|
|
"channel": "LongFast",
|
|
"userId": "!defg4567"
|
|
},
|
|
"data": {
|
|
"channelId": "LongFast",
|
|
"gatewayId": "!defg4567",
|
|
"id": 4567890123,
|
|
"from": 3149439480,
|
|
"to": 4294967295,
|
|
"hopLimit": 3,
|
|
"hopStart": 3,
|
|
"priority": "UNSET",
|
|
"portNum": "TELEMETRY_APP",
|
|
"telemetry": {
|
|
"time": 1745300043,
|
|
"deviceMetrics": {
|
|
"batteryLevel": 100,
|
|
"voltage": 4.19,
|
|
"channelUtilization": 13.37,
|
|
"airUtilTx": 2.58,
|
|
"uptimeSeconds": 771327
|
|
},
|
|
"environmentMetrics": {
|
|
"temperature": 22.5,
|
|
"relativeHumidity": 58.2,
|
|
"barometricPressure": 101325,
|
|
"gasResistance": 250000,
|
|
"voltage": 3.3,
|
|
"current": 0.01
|
|
}
|
|
},
|
|
"requestId": 0,
|
|
"replyId": 0,
|
|
"wantResponse": false
|
|
}
|
|
} |