Skip to content

Instantly share code, notes, and snippets.

@gehariprasath
Created January 31, 2019 09:50
Show Gist options
  • Save gehariprasath/e08912448c708cb5d9dcd62b8b819ebf to your computer and use it in GitHub Desktop.
Save gehariprasath/e08912448c708cb5d9dcd62b8b819ebf to your computer and use it in GitHub Desktop.
PC side client log
130|mt2712:/system/bin # VSOMEIP_APPLICATION_NAME=service-sample ./HelloWorldService
2018-12-26 12:25:11.494682 [info] Parsed vsomeip configuration in 0ms
2018-12-26 12:25:11.494982 [info] Using configuration file: "/mnt/runtime/default/emulated/service.json".
2018-12-26 12:25:11.495043 [info] Default configuration module loaded.
2018-12-26 12:25:11.495078 [info] Initializing vsomeip application "service-sample".
2018-12-26 12:25:11.495323 [info] SOME/IP client identifier configured. Using 1277 (was: 1277)
2018-12-26 12:25:11.495364 [info] Instantiating routing manager [Host].
2018-12-26 12:25:11.495471 [info] init_routing_endpoint Routing endpoint at /mnt/vsomeip-0
2018-12-26 12:25:11.495634 [info] Client [1277] is connecting to [0] at /mnt/vsomeip-0
2018-12-26 12:25:11.495693 [info] Service Discovery enabled. Trying to load module.
2018-12-26 12:25:11.495711 [info] Service Discovery module loaded.
2018-12-26 12:25:11.495788 [info] Application(service-sample, 1277) is initialized (11, 100).
2018-12-26 12:25:11.496050 [info] OFFER(1277): [1234.5678:1.0]
Successfully Registered Service!
Waiting for calls... (Abort with CTRL+C)
2018-12-26 12:25:11.496619 [info] Starting vsomeip application "service-sample" using 2 threads
2018-12-26 12:25:11.496974 [info] shutdown thread id from application: 1277 (service-sample) is: 744fbff4f0 TID: 3711
2018-12-26 12:25:11.497098 [info] main dispatch thread id from application: 1277 (service-sample) is: 744ff014f0 TID: 3710
2018-12-26 12:25:11.497101 [info] Watchdog is disabled!
2018-12-26 12:25:11.497286 [info] io thread id from application: 1277 (service-sample) is: 744ffff4f0 TID: 3709
2018-12-26 12:25:11.497379 [info] io thread id from application: 1277 (service-sample) is: 744fa034f0 TID: 3713
2018-12-26 12:25:11.497439 [info] vSomeIP 2.10.21 | (default)
2018-12-26 12:25:11.497830 [info] Network interface "eth0" state changed: up
2018-12-26 12:25:11.498180 [info] Route "224.224.224.245/32 if: eth0 gw: n/a" state changed: up
2018-12-26 12:25:11.498471 [error] udp_server_endpoint_impl::join:set_option: No such device-address:224.224.224.245
2018-12-26 12:25:11.498657 [info] SOME/IP routing ready.
sayHello('Bob'): 'Hello Bob!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment