Skip to content

Instantly share code, notes, and snippets.

@gehariprasath
Created January 31, 2019 09:52
Show Gist options
  • Save gehariprasath/fede22ee1903c84d618193c831df8fd1 to your computer and use it in GitHub Desktop.
Save gehariprasath/fede22ee1903c84d618193c831df8fd1 to your computer and use it in GitHub Desktop.
hari@INDGT5N662-L:~/projects/jlr-rse/workspace/capicxx-someip-test/build$ VSOMEIP_APPLICATION_NAME=client-sample ./HelloWorldClient
2019-01-31 14:38:25.037724 [info] Parsed vsomeip configuration in 0ms
2019-01-31 14:38:25.037827 [info] Using configuration file: "/etc/client.json".
2019-01-31 14:38:25.037873 [info] Default configuration module loaded.
2019-01-31 14:38:25.037901 [info] Initializing vsomeip application "client-sample".
2019-01-31 14:38:25.038000 [warning] Routing Manager seems to be inactive. Taking over...
2019-01-31 14:38:25.038070 [info] SOME/IP client identifier configured. Using 0006 (was: 1343)
2019-01-31 14:38:25.038097 [info] Instantiating routing manager [Host].
2019-01-31 14:38:25.038216 [info] init_routing_endpoint Routing endpoint at /tmp/vsomeip-0
2019-01-31 14:38:25.038332 [info] Client [6] is connecting to [0] at /tmp/vsomeip-0
2019-01-31 14:38:25.038370 [info] Service Discovery enabled. Trying to load module.
2019-01-31 14:38:25.038722 [info] Service Discovery module loaded.
2019-01-31 14:38:25.038814 [info] Application(client-sample, 6) is initialized (11, 100).
2019-01-31 14:38:25.039109 [info] REQUEST(0006): [1234.5678:1.4294967295]
2019-01-31 14:38:25.039240 [info] Starting vsomeip application "client-sample" using 2 threads
Checking availability!
2019-01-31 14:38:25.039490 [info] main dispatch thread id from application: 0006 (client-sample) is: 7f7da903c700 TID: 32453
2019-01-31 14:38:25.039512 [info] shutdown thread id from application: 0006 (client-sample) is: 7f7da883b700 TID: 32454
2019-01-31 14:38:25.039616 [info] Watchdog is disabled!
2019-01-31 14:38:25.039707 [info] io thread id from application: 0006 (client-sample) is: 7f7da983d700 TID: 32452
2019-01-31 14:38:25.039745 [info] io thread id from application: 0006 (client-sample) is: 7f7d9b7fe700 TID: 32456
2019-01-31 14:38:25.039817 [info] vSomeIP 2.10.21 | (default)
2019-01-31 14:38:25.039909 [info] Network interface "eno1" state changed: up
2019-01-31 14:38:25.040022 [info] Route "224.224.224.245/32 if: eno1 gw: n/a" state changed: up
2019-01-31 14:38:25.040132 [info] SOME/IP routing ready.
Available...
Got message: 'Hello Bob!'
2019-01-31 14:38:25.062466 [info] RELEASE(0006): [1234.5678]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment