Difference between revisions of "Webd"

From RobotinoWiki
(Subscribed Topics)
(Introduction)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Introduction==
 
==Introduction==
'''webd''' is a web server providing a brwoser compatible interface to Robotino's actors and sensors.
+
'''webd''' is a web server providing a browser compatible interface to Robotino's actors and sensors.
  
 
==Subscribed Topics==
 
==Subscribed Topics==
 
''[http://svn.openrobotino.org/common/trunk/lib/rec/robotino/rpc/messages/odometry.h odometry]''
 
''[http://svn.openrobotino.org/common/trunk/lib/rec/robotino/rpc/messages/odometry.h odometry]''
 +
: Odometry readings are shown on the web page
 
''[http://svn.openrobotino.org/common/trunk/lib/rec/robotino/rpc/messages/distance_sensors.h distance_sensors]''
 
''[http://svn.openrobotino.org/common/trunk/lib/rec/robotino/rpc/messages/distance_sensors.h distance_sensors]''
 +
: Distance sensor readings are shown on the web page
 
''[http://svn.openrobotino.org/common/trunk/lib/rec/robotino/rpc/messages/bumper.h bumper]''
 
''[http://svn.openrobotino.org/common/trunk/lib/rec/robotino/rpc/messages/bumper.h bumper]''
 +
: Bumper state is shown on the web page
 
''[http://svn.openrobotino.org/common/trunk/lib/rec/robotino/rpc/messages/battery.h battery]''
 
''[http://svn.openrobotino.org/common/trunk/lib/rec/robotino/rpc/messages/battery.h battery]''
 +
: Battery state is shown on the web page
 
''[http://svn.openrobotino.org/common/trunk/lib/rec/robotino/rpc/messages/log.h set_log_level]''
 
''[http://svn.openrobotino.org/common/trunk/lib/rec/robotino/rpc/messages/log.h set_log_level]''
 
: Provides an interface to set the logging level of webd
 
: Provides an interface to set the logging level of webd
  
 
==Published Topics==
 
==Published Topics==
 +
''[http://svn.openrobotino.org/common/trunk/lib/rec/robotino/rpc/messages/omnidrive.h set_omnidrive]''
 +
: Controls Robotino's drivesystem
 +
''[http://svn.openrobotino.org/common/trunk/lib/rec/robotino/rpc/messages/camera_settings.h set_camera0_settings]''
 +
: Controls Robotino's first camera
 
''[http://svn.openrobotino.org/common/trunk/lib/rec/robotino/rpc/messages/log.h log]''
 
''[http://svn.openrobotino.org/common/trunk/lib/rec/robotino/rpc/messages/log.h log]''
 
: Log messages of webd
 
: Log messages of webd
 +
 
==Services==
 
==Services==
 
==Configuration==
 
==Configuration==

Latest revision as of 16:53, 12 December 2011

Introduction

webd is a web server providing a browser compatible interface to Robotino's actors and sensors.

Subscribed Topics

odometry

Odometry readings are shown on the web page

distance_sensors

Distance sensor readings are shown on the web page

bumper

Bumper state is shown on the web page

battery

Battery state is shown on the web page

set_log_level

Provides an interface to set the logging level of webd

Published Topics

set_omnidrive

Controls Robotino's drivesystem

set_camera0_settings

Controls Robotino's first camera

log

Log messages of webd

Services

Configuration

/etc/robotino/webd.conf

/home/robotino/.config/webd.conf.

Sources

webd source code