Robotino Web Interface

From RobotinoWiki
Revision as of 13:57, 25 February 2014 by Tianlan (talk | contribs)

Introduction

Robotino Web Interface provides a convenient way to remote control Robotino, execute Roboview programs, and even do mapping and navigation tasks. It can be used with any modern browser, and therefore also on smartphones and tablets.

Robotino Web Interface

Install Lighttpd

Robotino Web Interfaces uses Lighttpd as web server.
Debian/Ubuntu users can install Lighttpd with apt:

sudo apt-get install lighttpd

Users of other linux distributions please consult the webpage of Lighttpd.

To make sure all required modules can be loaded, please run:

sudo rm /etc/lighttpd/conf-enabled/*

Install RobotinoWeb

Build RobotinoWeb from Source