Go to file
2021-06-27 14:23:13 +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
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 14:23:13 +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.

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.

App

Msg

Run

  • Run the App in your favourite IDE
  • 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 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)