mirror of
https://github.com/jorijn/meshcore-stats.git
synced 2026-03-28 17:42:55 +01:00
A Python-based monitoring system for MeshCore LoRa mesh networks. Collects metrics from companion and repeater nodes, stores them in a SQLite database, and generates a static website with interactive SVG charts and statistics. Features: - Data collection from local companion and remote repeater nodes - SQLite database with EAV schema for flexible metric storage - Interactive SVG chart generation with matplotlib - Static HTML site with day/week/month/year views - Monthly and yearly statistics reports (HTML, TXT, JSON) - Light and dark theme support - Circuit breaker for unreliable LoRa connections - Battery percentage calculation from 18650 discharge curves - Automated releases via release-please Live demo: https://meshcore.jorijn.com
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"release-type": "python",
|
|
"packages": {
|
|
".": {
|
|
"package-name": "meshcore-stats",
|
|
"extra-files": [
|
|
{
|
|
"type": "generic",
|
|
"path": "src/meshmon/__init__.py",
|
|
"glob": false
|
|
}
|
|
],
|
|
"changelog-sections": [
|
|
{ "type": "feat", "section": "Features" },
|
|
{ "type": "fix", "section": "Bug Fixes" },
|
|
{ "type": "perf", "section": "Performance Improvements" },
|
|
{ "type": "revert", "section": "Reverts" },
|
|
{ "type": "docs", "section": "Documentation", "hidden": false },
|
|
{ "type": "style", "section": "Styles", "hidden": false },
|
|
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": false },
|
|
{ "type": "refactor", "section": "Code Refactoring", "hidden": false },
|
|
{ "type": "test", "section": "Tests", "hidden": false },
|
|
{ "type": "build", "section": "Build System", "hidden": false },
|
|
{ "type": "ci", "section": "Continuous Integration", "hidden": false }
|
|
],
|
|
"bump-minor-pre-major": true,
|
|
"bump-patch-for-minor-pre-major": true
|
|
}
|
|
},
|
|
"include-component-in-tag": false,
|
|
"include-v-in-tag": true
|
|
}
|