config.toml.example 837 B
# where to load images from
# each path should be a different camera,
# so that we get an even blend of images
# want one path to be used more often?
# just add it twice to the config!
paths = [
"img1",
"img2",
]
# must be 6 characters or less
callsign = "NOCALL"
# Max image dimension. Comment this out to send full-sized images
max_img_dimension = 1024
# Comment this section out if you're not using
# APRS for control
[control]
kiss = "localhost:8001"
# used for authenticating incoming
# APRS packets. Note that this is a
# signature, *not* encryption
# - people can't spoof our commands
# but they can read them! (This makes it
# legal for use on ham freqs)
secret = "changeme"
# command to burst the balloon
burst_command = ">&2 echo 'boom!'"
# command to cut down the payload
cutdown_command = ">&2 echo 'snip'"