A management server for secure drone operations. With Aerobridge you can add a security and data storage layer to your drone fleet / operations.
December 2023: This repository is in an archive mode, use the Aerobridge Pro for a professional implementation of these stacks.
Aerobridge is management server to help you with your drone flights and operations. With Aerobridge your GCS, Drones and Pilots interface with your company’s digital infrastructure in a standardized fashion and be in compliance with the regulatory requirements around operating drones.
If you are a drone manufacturer, operator or just a researcher, you can benefit by adopting Aerobridge in your operational stack:
We work with drone manufacturers and operators to enable them to become compliant by regular onboarding run through our canary program. You can find out more about this on our regular webinar.
Aerobridge is fully open source and you can get involved by participating in our weekly calls and our Slack channel: Request access here. Whether you are a drone enthusiast or an expert, join our community to shape the future of drone flights. There are many benefits of participation:
This is an open source implementation of the “Manufacturer’s Management Server” to help with key signing and managing interactions with external APIs. This server can be deployed to any public and private cloud and be used to manage communication.
Aerobridge is a Django server and is python based. To setup a local instance with a SQLLite database follow the following steps:
pip install -r requirements.txt
.env.sample
file and create a .env
file, you need to put in a strong password for the Django secretNow you can use the Docker or non-Docker methods to run the installation, if you just want to test it we recommend you use Docker, use non-Docker setup for debugging / contributing.
./build_aerobridge_docker.sh
docker-compose up
aerobridge_entrypoint.sh
to populate with initial data.python manage.py migrate
, this will create a SQLlite database called aerobridge.sqlite3
python manage.py loaddata fixtures/initial_data.json
python manage.py runserver
sudo apt install sqlite3 # SQLite3 Database
sudo apt install python3-pygraphviz # Graphviz for automatically generating database ER diagram
DJANGO_SECRET=<YOUR_DJANGO_SECRET_KEY> python manage.py runserver
DJANGO_SECRET=<YOUR_DJANGO_SECRET_KEY> python manage.py graph_models -a -g -o test.png
DJANGO_SECRET=<YOUR_DJANGO_SECRET_KEY> python manage.py test
Aerobridge provides the following toolset:
Aerobridge is licensed under a BUSL license popularized by other products such as CockroachDB and Sentry. Basically, it means the following:
In other words, if you want to host / run Aerobridge inside your company for your own operations, you are free to do so without any concerns or restrictions. If you want to offer services to third parties using a release of Aerobridge the opensource project that is less than two years old, you will need an agreement from Openskies.