Metadata-Version: 2.4
Name: fg-mobileJoystick
Version: 1.2
Summary: Control FlightGear with mobile devices
Project-URL: Homepage, https://git.gzhang.xyz/GZhang/FG-mobile-joystick
Project-URL: Issues, https://sourceforge.net/p/mobilejoystick/tickets/
Author-email: Gordon Zhang <GordonZhang11@outlook.com>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# FlightGear mobileJoystick

[PyPI](https://pypi.org/project/fg-mobileJoystick/)

## Introduction
A simple web app,
enabling users to control FlightGear with mobile devices,
providing a low-cost alternative to joysticks.



## Install
requirements: python, python-pip
```bash
$ pip install fg-mobileJoystick
```
Start FlightGear with `--native-ctrls=socket,out,30,localhost,5503,udp --native-ctrls=socket,in,30,localhost,5504,udp`

```bash
$ python app.py
```

## Contact
- Email: GordonZhang11 _at_ outlook _dot_ com
- FlightGear Forum: GZhang
