Condor 3

Condor 3 Setup Instructions

Step 1: Locate the Settings Folder

Navigate to the Settings folder located in the directory where Condor 3 is installed: ...\Condor3\Settings\

Step 2: Edit the UDP.ini File

  1. Find the file named UDP.ini in the Settings folder.

  2. Open the file with a text editor (such as Notepad).

  3. Modify the file to match the following configuration:

    [General]
    Enabled=1
    
    [Connection]
    Host=127.0.0.1
    Port=55278
    
    [Misc]
    SendIntervalMs=1
    ExtendedData=1
    ExtendedData1=1
    LogToFile=0
  4. Save the file and close the editor.

Step 3: Launch Condor 3

After editing the UDP.ini file, start Condor 3. It will now output telemetry data via UDP to the specified host and port.

Last updated