Difference between revisions of "Webd"

From RobotinoWiki
(Subscribed Topics)
(Subscribed Topics)
Line 4: Line 4:
 
==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

Revision as of 16:47, 12 December 2011

Introduction

webd is a web server providing a brwoser 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

log

Log messages of webd

Services

Configuration

/etc/robotino/webd.conf

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

Sources

webd source code