You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
quectel 55794fdde8 QCM6490:Alyssa:upload QCM6490 android12 base code.
Change-Id: If3e3c4e01b19443714d880ae669aaa8b39edfff7
4 years ago
..
CMakeLists.txt QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
README.md QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
main.cpp QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago

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 <hostname port|tcp://[host]:port|unix://path> <command>

You can get all available commands with the help command.