47 lines
1.4 KiB
Markdown
47 lines
1.4 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
|
|
|
|
[](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
|
|
|