Difference between revisions of "Rpcd"

From RobotinoWiki
(Introduction)
(Sources)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
 
==Introduction==
 
==Introduction==
'''rpcd''' is the central service handling the message passing between all other services. rpcd listens at port 12080 or at the port specified in /etc/robotino/rpcd.conf or /home/robotino/.config/rpcd.conf.
+
'''rpcd''' is the central service handling the message passing between all other services. rpcd listens at port 12080. The listening port can be set in the configuration files.
  
 
==Subscribed Topics==
 
==Subscribed Topics==
Line 9: Line 10:
 
: Log messages of rpcd
 
: Log messages of rpcd
 
==Services==
 
==Services==
 +
==Configuration==
 +
/etc/robotino/rpcd.conf
 +
 +
/home/robotino/.config/rpcd.conf.
 +
==Sources==
 +
[http://svn.openrobotino.org/daemons/trunk/apps/rpcd rpcd source code]

Latest revision as of 14:28, 12 December 2011

Introduction

rpcd is the central service handling the message passing between all other services. rpcd listens at port 12080. The listening port can be set in the configuration files.

Subscribed Topics

set_log_level

Provides an interface to set the logging level of rpcd

Published Topics

log

Log messages of rpcd

Services

Configuration

/etc/robotino/rpcd.conf

/home/robotino/.config/rpcd.conf.

Sources

rpcd source code