tree: e59511389bc298b07e8c762636ce3d2d0ccf9fda [path history] [tgz]
  1. CMakeLists.txt
  2. main.cpp
  3. README.md
upstream/remote-process/README.md

remote-process

remote-process is an executable used to communicate with an instance of the parameter-framework through a TCP socket. It is only possible if the parameter-framework's configuration allows it (TuningAllowed="true" in the ParameterFrameworkConfiguration.xml) and if the port is also defined in the configuration (by the ServerPort attribute):

For instance, if your parameter-framework configuration starts with:

<ParameterFrameworkConfiguration SystemClassName="..." ServerPort="5000" TuningAllowed="true">

then, it listens on port 5000.

remote-process may also be used to communicate with test-platform (see test/test-platform/README.md) thanks to test-platform being a minimal parameter-framework client.

Syntax

remote-process <host> <port> <command>

You can get all available commands with the help command.