This mod allows you to use your Android device to remotely control a vessel in KSP.
Download
(including both the mod and the android app)
- Github
- SpaceDock
Install
- Drag the RemoteJoystick folder into your GameData Folder
- Install the .apk file on your android device
Use
- Make sure your PC and android device are connected with the same local area network.
- When you fly a vessel, the mod icon will appear. Right click it to start the server. The icon will then turn yellow.
- Run the android app, enter the local ip of your PC, click the Connect button. The ingame icon will turn green if the connection is successful.
- Enjoy.
Note that you should always use the corresponding android app version with the mod. If you are going to update the mod, you should also update the android app.
Screenshot
Source
- Mod
- Android app All contents are under the MIT License.
Network Usage
This mod contacts with the Android app using socket.
The data from Android device to PC only includs joystick positions, steering, throttle and action groups, encoded to a 8Byte data, sent 20times/sec.
The data from PC to Android device only includs vessel's velocity, rotation, longitude and latitude, encoded to a 28Byte data, sent 20 times/sec.
Todo
√ UI scale for different resolutions
√ Add longitude and latitude and altitude display
√ Add velocity indicator on navball
- Add target indicator on navball
- Switch SAS mode
- Switch to docking mode
√ Timewarp
√ Map view toggle
suggestions are welcomed