Skip to content

yukunlin/ios_remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

##iPhone Remote for Iver2 AUV

Requirements

Setup

Iver Primary CPU

Run the TCP proxy server to forward the iPhone's connection from the primary CPU to the secondary CPU.

For example, if the wireless IP of the primary CPU is 192.168.1.117 and the local IP of the secondary CPU is 192.168.2.101, then

tcpproxy_server.exe 192.168.1.117 9000 192.168.2.101 9000

will forward all connections to port 9000 of the primary CPU to port 9000 on the secondary CPU.

Iver Secondary CPU

On the secondary CPU of the Iver, run IverRemoteServer.exe. A SETTINGS.txt file is optional. For example, if you want the server to use network port 9000 and the serial port is COM1, then SETTINGS.txt will look like

9000
COM1

iPhone

Make sure to be on the same wireless network as the Iver. Connect using the wireless IP of the primary CPU. Make sure the port matches that of the TCP proxy server.

About

iPhone remote control for Iver2 AUV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published