949178d60e986ffc890070b4ca5e3d6f217b39b9
Android Joystick App
Summary
This project is a remote control joystick that connect "FlightGear" simulator and fly the plane remotely.
The project implemented using MVVM architecture and written with kotlin.
Setup
Before running the app you should do the following steps:
- Clone this repositories.
- Install Android Studio.
- Install Flight Gear Simulator (it is an open source project).
- Inside FlightGear go to Setting -> Additional Settings and write:
--telnet=socket,in,10,127.0.0.1,6400,tcp. - Press Fly and hit the Autostart button.
Run
- Run the App in your favourite IDE
- Put your computer IP in the field and put
6400in port field. - press Connect To FlightGear and hit the Throttle up ✈️.
- Enjoy your flight.
UML
Demo presentation
Here is a nice presentation of the project (flight starts at 2:45)
Description
Languages
Kotlin
100%


