FlyFoods-drone is an open-source autonomous drone delivery system built by the Abuad Developers Community.
For more info about the community.
Our drone connects to the server using the local cellular network, which drives it to pick-up and deliver orders. Orders can be submitted via the server API, the web app. Payments are processed on the paystack api running on a node server.
The project consists of 3 main components:
-
Server controlling communication between drone and server, handling external API requests, Paystack payments etc
-
Web app for placing orders and making payments
-
AR_DRONE module
- Omoruyi Ohuoba (@Omoruyiohuoba)- Web App Development, Server API, PayStack payments, Database
- Amaino Oti (@Amainooti) - Drone/Server communication
- Akoh Jesse (@Akohjesse) - Open Source Maintainer, Front-end Web
-
Fork the repo
-
Create a feature branch
git checkout -b xyz
-
Push to the branch
git push origin xyz
-
Create a new Pull Request
-
It'll be merged upon review
Distributed under the MIT license. See LICENSE for more information