From 3d88987730776f8cb3bca878002a3a6e17eed1d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Almeida?= Date: Tue, 7 May 2019 03:19:08 -0700 Subject: [PATCH] Add README.md --- README.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8f520a5 --- /dev/null +++ b/README.md @@ -0,0 +1,46 @@ +# 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](https://git.andrealmeida.net/public_projects/vagrant/blob/4b4c243cc46baeb8b12cf8f4483af43c3cbcac04/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://git.andrealmeida.net/public_projects/vagrant/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 +