SERVICE_SERVER

Description

Test binary that use the internal messaging to communicate. It will create a server, recevie and send messages to a specific service.

Command

service_server
-h [ --help ] Display this message
-v [ --verbose ] service_name Enable verbosity
-s [ --service ] service_name Set the service name
-m [ --message ] arg Set the message

Results

Requests received from the service.

Example

$> service_server --service test_service -m test_response
Got request: "test_request"
Got request: "test_request"
Got request: "test_request"
...