Binary Driver

The Raspbian package available for download on this site contains a binary device driver compatible with Raspberry Pi computers. The driver is a Linux device driver that communicates via TCP/IP sockets with your mobile device running the Remote Pi application for iPhone, iPad and iPod touch. The Raspbian package can be installed and uninstalled using the dpkg natively available in the Rasbian operating system. Instructions are provided in the main page of this site.

By downloading and installing this software you agree to our Terms of Use.

Install and run in a shell on your Raspberry Pi or Linux computer:

sudo wget  https://github.com/remotepi/examples/raw/master/drivers/remotepi_1.0.17_armhf.deb
sudo dpkg -i remotepi_1.0.17_armhf.deb
sudo /etc/init.d/remotepi start

For more information about the installed driver type in a shell:

man remotepi