mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-03-31 07:36:03 +00:00
Multi-select filters, time window selector, pause button, hex paths toggle, legacy DB migration, pure client-side filtering, distance analytics, observation drill-down, and 20+ bug fixes. Full changelog: CHANGELOG.md
20 lines
557 B
JSON
20 lines
557 B
JSON
{
|
|
"name": "meshcore-analyzer",
|
|
"version": "2.4.0",
|
|
"description": "Community-run alternative to the closed-source `analyzer.letsmesh.net`. MQTT packet collection + open-source web analyzer for the Bay Area MeshCore mesh.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@michaelhart/meshcore-decoder": "^0.2.7",
|
|
"better-sqlite3": "^12.8.0",
|
|
"express": "^5.2.1",
|
|
"mqtt": "^5.15.0",
|
|
"ws": "^8.19.0"
|
|
}
|
|
}
|