Skip to content

Tags: afk11/airtrack

Tags

v0.0.4

Toggle v0.0.4's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
afk11 Thomas Kerin
v0.0.4

Minor release with some fixups and improvements

[0.0.4] - 2020-12-15
Added

    Adds location_update_interval option to project configuration. Enables frequency of location updates to be managed to one per interval
    Add location_update_interval option to global sightings configuration. Allows control of the default location_update_interval if a project has none configured.
    Adds a Signal proto message, which contains RSSI signal information about a message.
    Message proto message has new field Signal of type Signal. Since its an object type, filters can test whether the field is set with has()
    State proto message has new field LastSignal of type Signal. It contains the Signal value of the most recent message
    AircraftMap now includes RSSI in the aircraft.json
    State and Message are updated with new fields: IndicatedAirSpeed, TrueAirSpeed, Mach, Roll, NavHeading, NavRoll, ADSBVersion, NACP, NACV, NICBaro, SIL, SILType

Changed

    Fixes BEAST message processing - call TrackUpdateFromMessage ASAP so our message is updated with the processed information.
    Fixes deadlock in tracker/map.go:updateJSON. Release projMu ASAP since ProjectHistory also needs it. Debugged using go-deadlock.
    BEAST Server configuration: default to 30005 if nothing provided

v0.0.3

Toggle v0.0.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
afk11 Thomas Kerin
Airtrack v0.0.3

Adds version command printing version / commit information
Adds log entry when airtrack is using openaip.net data

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
afk11 Thomas Kerin
version dist tar.gz

v0.0.1

Toggle v0.0.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
afk11 Thomas Kerin
v0.0.1 - first release with a changelog