-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.ini
More file actions
59 lines (56 loc) · 2.52 KB
/
Copy pathconfig.ini
File metadata and controls
59 lines (56 loc) · 2.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[meshtastic]
plugin_enable = True
# use tcp or serial
interface = tcp
# Your lora meshtastic IP
host = 192.168.178.193
# Your lora meshtastic comport
serial_port = COM7
# After how many minutes mark a node as old
map_delete_time = 60
# After how many minutes delete nodes (10080 = 7 days)
map_oldnode_time = 10080
# Map Trail Age in hours (The red trail when moving)
map_trail_age = 12
# Metrics age in days (Battery, voltage etc)
metrics_age = 5
# Number of lines to show in the two left windows (higher number = more memory usage) with 1000 and not to crazy zooming around stays around 300mb
max_lines = 1000
# Add a dark mmode like filter to the map tiles if set to True (might not work with all tile servers maps)
color_filter = True
# Local cache for map tiles (This can be a lot of data, dont go zoom the whole world at max zoom) also might fail to save at times if to many requests are made
map_cache = True
# Map Tile Server used
map_tileserver = https://c.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png
# Example for tiles be
# CARTO.com Dark > https://basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png
# CARTO.com Light > https://basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png
# CARTO.com voyager > https://basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}.png
# CARTO.com https://basemaps.cartocdn.com/spotify_dark/{z}/{x}/{y}.png
# OpenStreetMap > https://tile.openstreetmap.org/{z}/{x}/{y}.png
# OpenStreetMao Soft> https://tile-a.openstreetmap.fr/hot/{z}/{x}/{y}.png
# google normal > https://mt0.google.com/vt/lyrs=m&hl=en&x={x}&y={y}&z={z}&s=Ga
# google satellite > https://mt0.google.com/vt/lyrs=s&hl=en&x={x}&y={y}&z={z}&s=Ga
# Font used in the terminal window and info panels, default is Fixedsys; but for 2k and 4k screens you might want to use InputMono
# but this font is not by default installed see https://input.djr.com/download/ for the free version
font = InputMono
# Send weather stats to mesh using data from json file example content :
# {"tempc": 20.5, "humidity": 50, "baromabshpa": 1013.25}
# Only use this if your lora module does not send environment metrics
weatherbeacon = True
weatherjson = http://192.168.178.228/data/report/raw.json
[APRS]
# Enable APRS Plugin
aprs_plugin = True
# Station callsign
callsign = PI4KST
# APRS-is pass code
passcode = 17588
# APRS server
server = euro.aprs2.net
# APRS server port
port = 14580
# APRS server Beacon
beacon = Meshtastic Lora APRS iGATE MUSi 868Mhz Long Fast
# APRS filter range from Lora Lat/Lon in KM (usualy 2x range of your lora module)
filter_range = 26