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
+18
View File
@@ -0,0 +1,18 @@
{
"name": "meshstream-web",
"version": "0.1.0",
"description": "Web application for visualizing Meshtastic network data",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "echo \"Error: no start script specified\" && exit 1"
},
"keywords": [
"meshtastic",
"mesh",
"network",
"visualization"
],
"author": "",
"license": "MIT"
}