WIP
This commit is contained in:
commit
8bc8036d59
8 changed files with 514 additions and 0 deletions
11
pyproject.toml
Normal file
11
pyproject.toml
Normal 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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue