Difference between revisions of "Rpcd"

From RobotinoWiki
Line 1: Line 1:
 +
 
==Introduction==
 
==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.
 
'''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.
Line 13: Line 14:
  
 
/home/robotino/.config/rpcd.conf.
 
/home/robotino/.config/rpcd.conf.
 +
==Sources==
 +
[http://svn.openrobotino.org/daemons/trunk/apps/rpcd]

Revision as of 14:27, 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

[1]