This commit is contained in:
fi 2025-10-21 02:37:36 +02:00
commit 8bc8036d59
8 changed files with 514 additions and 0 deletions

11
pyproject.toml Normal file
View file

@ -0,0 +1,11 @@
[project]
name = "meshcore-telemetry-scraper"
version = "0.1.0"
description = "Script for collecting telemetry from meshcore repeaters and sending it to a prometheus pushgateway"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"meshcore>=2.1.19",
"prometheus-client>=0.23.1",
"pyyaml>=6.0.3",
]