NoiseFloorLogger/config.py
2020-12-29 11:46:40 +01:00

9 lines
164 B
Python

#!/usr/bin/env python3
# adapt the following variables to your needs
host = "192.168.1.100"
port = 4532
timeout = 100
db_file = "~/nfl/nfl.rrd"
web_path = "~/nfl"