mirror of
https://github.com/dpup/meshstream.git
synced 2026-03-28 17:42:37 +01: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>
40 lines
896 B
JSON
40 lines
896 B
JSON
{
|
|
"info": {
|
|
"fullTopic": "msh/US/bayarea/2/e/LongFast/!bcde2345",
|
|
"regionPath": "US/bayarea",
|
|
"version": "2",
|
|
"format": "e",
|
|
"channel": "LongFast",
|
|
"userId": "!bcde2345"
|
|
},
|
|
"data": {
|
|
"channelId": "LongFast",
|
|
"gatewayId": "!bcde2345",
|
|
"id": 2345678901,
|
|
"from": 2727688952,
|
|
"to": 4294967295,
|
|
"hopLimit": 3,
|
|
"hopStart": 3,
|
|
"priority": "BACKGROUND",
|
|
"portNum": "POSITION_APP",
|
|
"position": {
|
|
"latitudeI": 373066340,
|
|
"longitudeI": -1220381680,
|
|
"altitude": 25,
|
|
"time": 1745300044,
|
|
"locationSource": "LOC_MANUAL",
|
|
"timestamp": 1745300044,
|
|
"satsInView": 7,
|
|
"fixQuality": 2,
|
|
"precisionBits": 16,
|
|
"hdop": 128,
|
|
"pdop": 172,
|
|
"groundSpeed": 0,
|
|
"groundTrack": 0,
|
|
"seqNumber": 1289
|
|
},
|
|
"requestId": 0,
|
|
"replyId": 0,
|
|
"wantResponse": false
|
|
}
|
|
} |