ADSB data from an DVB-T recevier to the cloud using AWS IoT and presented on a dynamic map in your browser.
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)
The microservice is consumed by a javascript webpage and presented on a map (check here)
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

