Go to file
2021-06-27 18:46:36 +03:00
.idea Joystick view 2021-06-21 14:09:46 +03:00
app connection bug fixes 2021-06-25 16:36:42 +03:00
gradle/wrapper basic app view 2021-06-18 13:08:19 +03:00
.gitignore basic app view 2021-06-18 13:08:19 +03:00
build.gradle update 2021-06-24 10:15:35 +03:00
FlightGearController.apk Add files via upload 2021-06-27 14:48:46 +03:00
gradle.properties basic app view 2021-06-18 13:08:19 +03:00
gradlew basic app view 2021-06-18 13:08:19 +03:00
gradlew.bat basic app view 2021-06-18 13:08:19 +03:00
README.md Update README.md 2021-06-27 18:46:36 +03:00
settings.gradle basic app view 2021-06-18 13:08:19 +03:00

Android Joystick App ✈️

Demo

Submitters:

Omer Schloss - 313301764

Avraham Bar Ilan - 205937949

Summary

This project is a remote control joystick that connect "FlightGear" simulator and control the plane remotely.

The project implemented in MVVM architecture and written with kotlin.

You can download a .apk file of the app from here and look for this nice icon:

WhatsApp Image 2021-06-27 at 14 54 04

Or you can clone this repo and run it with Android Emulator on your computer.

Setup

App is compatible with Android 8.0 (SDK 26)

  • Install Flight Gear Simulator (Download from here).
  • Inside FlightGear go to Setting -> Additional Settings and write: --telnet=socket,in,10,127.0.0.1,6400,tcp.
  • Press Fly and press Autostart.

App

Msg

Run

  • Run the App.
  • Put your computer IP in the field and put 6400 in port field.
  • press Connect To FlightGear and hit the Throttle up.
  • Enjoy your flight.

UML

As you can see the code is divided into 3 main sections: View, ViewModel and Model. UML

Demo presentation

Here is a nice presentation of the project (flight starts at 2:45)