DroneController/README.md
2019-05-07 03:26:13 -07:00

47 lines
1.3 KiB
Markdown

# Drone controller app android
Drone contoller via app android and XMPP server.
## Getting Started
You need have an XMPP Server to communicate the messages for the drone, a Raspberry Pi to construct your middleware (maybe in python) and eletronic skills.
### Prerequisites
* [Android Studio](https://developer.android.com/studio/);
* [XMPP Server](https://xmpp.org/software/servers.html);
* [Python](https://www.python.org);
### Installing
Install android studio and XMPP Server.
After that, compile your app and set the address for your server:
### Final Result
[![Watch the video](https://i.imgur.com/vKb2F1B.png)](https://vimeo.com/116756682)
## Built With
* [Android Studio](https://developer.android.com/studio/);
* [XMPP Server](https://xmpp.org/software/servers.html);
* [Python](https://www.python.org);
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on my code of conduct, and the process for submitting pull requests to me.
## Versioning
I use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://gitlab.andrealmeida.net/public_projects/DroneController/tags).
## Authors
* **André Almeida** - [andrealmeida.net](https://andrealmeida.net)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details