-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bba9607
commit 84197e2
Showing
1 changed file
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
# MQTT-Joystick-Controller | ||
This repo is an open source project for an MQTT Joystick written in Java | ||
# MQTT Joystick Controller | ||
|
||
This is an Android Studio project that provides three Classes in order to deal with : Joystick and MQTT. Feel free to clone it and modify or just take some pieces of the code from it. | ||
|
||
## Installation | ||
Clone the repo: | ||
|
||
```bash | ||
git clone https://github.com/Vincenzo-Petrolo/MQTT-Joystick-Controller.git | ||
``` | ||
|
||
## Usage | ||
Open your Android Studio installation and simply File>Open> and search the project where you cloned it. | ||
|
||
## Contributing | ||
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. | ||
|
||
## License | ||
[GPL v3.0](https://choosealicense.com/licenses/gpl-3.0/) |