Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Egi testing #5

Merged
merged 15 commits into from
Feb 3, 2021
Merged

Egi testing #5

merged 15 commits into from
Feb 3, 2021

Commits on Jan 22, 2021

  1. Update egi.py

    luke-iqt committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    b4dd70c View commit details
    Browse the repository at this point in the history
  2. Update flighttracker.py

    luke-iqt committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    ac20e2c View commit details
    Browse the repository at this point in the history
  3. better logging for EGI

    luke-iqt committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    b54010f View commit details
    Browse the repository at this point in the history
  4. upgraded MQTT integration

    luke-iqt committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    5bc2b8d View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Update adsb-mqtt.py

    luke-iqt committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    80a2eba View commit details
    Browse the repository at this point in the history
  2. correcting error

    luke-iqt committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    ec646a1 View commit details
    Browse the repository at this point in the history
  3. adds depends on to EGI

    luke-iqt committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    8400f31 View commit details
    Browse the repository at this point in the history
  4. Update flighttracker.py

    luke-iqt committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    fd50f27 View commit details
    Browse the repository at this point in the history
  5. Update egi.py

    luke-iqt committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    b3364f4 View commit details
    Browse the repository at this point in the history
  6. Update egi.py

    luke-iqt committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    5167de6 View commit details
    Browse the repository at this point in the history
  7. added registration

    luke-iqt committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    05ad5b5 View commit details
    Browse the repository at this point in the history
  8. silly spelling

    luke-iqt committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    79ff5a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Update to include USB GPS

    EGI container updated to include:
      - USB-GPS functionality using GPSD
      - Reports Lat, Long, Alt, Time every ~10 seconds
      - Update to Docker-Compose file to support
      - Update to Dockerfile to support
    
    Known issues:
      - If USB GPS is unplugged, container must be restarted - it will not currently fail
      - Environment variables must be set for Lat, Long, Alt, Roll, Pitch, and Yaw.  Failure to do so will result in EGI container failure.
    mchadwick-iqt committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    357e402 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Update to Docker-Compose.yml

    gps_mqtt.py >> egi_mqtt.py
    mchadwick-iqt committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    81c695e View commit details
    Browse the repository at this point in the history
  2. Update EGI Code

    GPS is now non-blocking in a thread
    Current GPS state is now reported (fix vs no fix) in json ('fix')
    Exception logging for bad environment variables and MQTT bus
    30 second heartbeat of state array
    mchadwick-iqt committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    d286a80 View commit details
    Browse the repository at this point in the history