summaryrefslogtreecommitdiff
path: root/CommonAPI-Examples/E05Manager/vsomeip-client.json
blob: 628509d020755803f8bcf10f347b19c248bf5c99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
	"unicast" : "10.10.46.59",
	"netmask" : "255.255.255.0",
	"logging" : 
	{
		"level" : "debug",
		"console" : "true",
		"file" : { "enable" : "true", "path" : "/var/log/vsomeip.log" },
		"dlt" : "true"
	},
	"applications" :
	[
		{
			"name" : "client-sample",
			"id" : "0x1343"
		}
	],
	"routing" : "client-sample",
	"service-discovery" :
	{
		"enable" : "true",
		"multicast" : "224.244.224.245",
		"port" : "30490",
		"protocol" : "udp"
	}
}