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>
This commit is contained in:
Daniel Pupius
2025-04-22 10:41:28 -07:00
parent 2d61d369b0
commit c6de28aacb
9 changed files with 360 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"info": {
"fullTopic": "msh/US/bayarea/2/e/LongFast/!abcd1234",
"regionPath": "US/bayarea",
"version": "2",
"format": "e",
"channel": "LongFast",
"userId": "!abcd1234"
},
"data": {
"channelId": "LongFast",
"gatewayId": "!abcd1234",
"id": 1234567890,
"from": 3663120160,
"to": 4294967295,
"hopLimit": 3,
"hopStart": 3,
"priority": "DEFAULT",
"portNum": "TEXT_MESSAGE_APP",
"textMessage": "Hello from the Meshtastic network! This is a test message.",
"requestId": 0,
"replyId": 0,
"wantResponse": false
}
}