🏷️ Tag: API Creation

All posts tagged with 'API Creation'

Creating Cloud API

The next thing I did in my process was actually set up the API to store all the data from my dataset. I used the dataset that I had been collecting locally using an SDR antenna setup. This data included flight details like aircraft ID, position, altitude, and speed. At first, it was just a CSV-style log stored on my machine, but I wanted to make it usable through a web app, so that my final app with the map can use the data from the API and run it publicly for other people to use the data received from my antenna as well.

📁 Computer Science