Condor 2

Condor 2 Setup Instructions

Step 1: Locate the Settings Folder

Navigate to the Settings folder located in the directory where Condor 2 is installed: ...\Condor2\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 2

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

Last updated