Skip to content

anders-brolien/adsb-iot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

adsb-iot

ADSB data from an DVB-T recevier to the cloud using AWS IoT and presented on a dynamic map in your browser.

Presentation

It is possible to receive ADSB using a DVB-T recevier. This project started as a Raspberrypi experiment, where ADSB was receveived on the device. It then expanded to publish the received information using Amazon AWS IoT and storing the information in DynamoDB tables.

The result is produced as geojson by a microservice running in a docker container on Amazon AWS EC2. (running flight service)

alt text

The microservice is consumed by a javascript webpage and presented on a map (check here)

alt text

The Software consists of three functions, each in different github repositories:

CI is performed by snap-ci, status can be seen here:

  • the static webpages are pushed to a AWS S3 bucket.
  • the gateway is built and pushed to another AWS S3 bucket from which the Raspberry PI cyclicly fetches the latest release.
  • the flight service is built and a docker image is pushed to the repository.
  • left to do is auto updating of the AWS EC2 instance after update of docker image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published