SeeYou Navigator app integration - in development

  • Hi Jan, I already have the SeeYou Navigator app and the Naviter Condor Dongle which I use to connect Condor 3 with the app in my mobile phone.

    I want to do the integration for AFS4 too, it looks with good possibilities to be done.

    Can you help me with this AI questions please:

    Hi! I’m building an Aerofly FS4 → SeeYou Navigator link (via the official Naviter Condor USB dongle). I already get lat/lon, MSL altitude, IAS, ground speed, vertical speed, and headings from the SDK.
    To match Condor-style NMEA (GPRMC/GPGGA/LXWP0), do you expose any of these additional variables?

    • Sim UTC/Zulu time + date (or seconds since midnight UTC)
    • Course/track over ground (COG), or ground velocity vector (north/east) to compute it
    • Wind direction + wind speed (or wind north/east components)
    • Pressure/barometric data: pressure altitude (QNE 1013.25), or static pressure, QNH, or baro altitude
      (Optional) OAT and TAS, and if available netto/TE vario

    Reference of Naviter products:

    SeeYou Navigator – Naviter.com

    Oudie N Accessories – Naviter.com

    Thank you!

    Best regards, Juan

  • I think most of these, if not all, are already sent to peripherals via network.

    If I'm not mistaken the messages are something like this, from the top of my head:

    Simulation.Time for UTC

    Aircraft.Track, Aircraft.MagneticHeading and Aircraft.Attitude (quaternion, vec4)

    Aircraft.Velocity (sent twice one relative to Body coordination system, one relative to global kartesian system)

    Aircraft.WindDirection and Aircraft.WindSpeed, CCW in radians from east and m/s

    Aircraft.PressureSetting0 or Controls.PressureSetting0 (as set in the tmd)

    Regards,

    Jan