You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Avraham Bar Ilan 491232d84b
Update README.md
3 years ago
.idea Joystick view 3 years ago
app connection bug fixes 3 years ago
gradle/wrapper basic app view 3 years ago
.gitignore basic app view 3 years ago
README.md Update README.md 3 years ago
build.gradle update 3 years ago
gradle.properties basic app view 3 years ago
gradlew basic app view 3 years ago
gradlew.bat basic app view 3 years ago
settings.gradle basic app view 3 years ago

README.md

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.

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

UML

Demo presentation

Here is a nice presentation of the project