1 3 Interfacing with ChaseMapper
Mark Jessop edytuje tę stronę 2020-07-18 19:13:00 +09:30

ChaseMapper is a mapping system designed specifically for tracking and recovering high-altitude balloon flights. ChaseMapper can take telemetry inputs from many sources, including the HorusBinary decoder. Refer to the ChaseMapper guide for setup instructions.

By default, the horusdemodlib uploader will output 'horus_udp'-format messages on UDP port 55672, though this is configurable in the user.cfg script.

To configure ChaseMapper to receive telemetry from Horus Binary, you will need to modify one of the telemetry profiles to have the following settings:

[profile_1]
# Profile name - will be shown in the web client.
profile_name = HorusBinary
telemetry_source_type = horus_udp
telemetry_source_port = 55672

Note that you will also need to configure GPS input setting as well. Refer to the ChaseMapper documentation for more information.