DronePass is Air Traffic Control for Drones. It's an airspace authorization and restriction service for homeowners, and a real time drone traffic control system. This repo contains the Homeowner API piece, which allows homeowners to register their land parcels with our Drone Air Traffic Control Aministrator and set special permission times for when drones may fly over their homes.
The inspiration for this project came from an MIT Technology review article describing the need for a drone air traffic controller by 2018, by which time "7,500 unmanned craft weighing 55 pounds (25 kilograms) or less will be operating in the U.S." We chose to add the Homeowner API in order to ensure that property owners could establish rights over their airspace.
The Planner, Tower, and Drone Simulator make up the remainder of this project's repo. DronePass is deployed at http://dronepass.org and can be viewed on mobile devices as well.
As of right now, only parcels in Alameda county can be registered as homes due to the inconsistent availability of open source land parcel data. Addresses outside of Alameda county can be searched, but will not be registered within our registry database.
- Fork this repo to your github account
- Clone to your local computer
- From the root directory, run node server.js
- Head over to http://localhost:3000 to view a local version in your browser
- Log in and start registering your home!
- Node 0.10.x
- MySQL 2.5.x
From within the root directory:
sudo npm install -g bower
npm install
bower install
Ensure you have mysql installed by doing which mysql
. If you don't have it, install mysql using brew install mysql
.
View the project roadmap here
- Product Owner: Dave Raleigh
- Scrum Master: Liz Portnoy
- Development Team Members: Dennis Lin, Arthur Chan
See CONTRIBUTING.md for contribution guidelines.