Skip to main content
Version: Next

Replicate our Pipeline

This final segment of the tutorial guides you through building out the entire pipeline, component-by-component, within a distributed AWS cloud environment.

📄️ Client

Now that we have the backbone of the pipeline set up it is ready to start accepting data. Set up the Client program component in the pipeline, which is responsible for reading raw spectrum data packets from a radio device, and unpacking/processing them into a more human-readable format. The client program is highly customizable to your own application. In the case of our airplane tracker application, it specifically processes ADS-B packets using the dump1090 software which decodes the data into a more human-readable format, in this case a JSON file.