Files
meshstream/web/fixtures/position.json
Daniel Pupius c6de28aacb Create web directory with test fixtures
- 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>
2025-04-22 12:43:30 -07:00

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
}
}