summaryrefslogtreecommitdiff
path: root/examples/dbusconfig
blob: 761cf9f941ef4086d06f9fc1f8f79f35b2ffae65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"sources" : [ 
		{
			"name" : "ExampleSouce",
			"path" : "/usr/lib/automotive-message-broker/examplesourceplugin.so",
			"delay" : "1000"
		}
	],
	"sinks": [
		{
			"name" : "DBusSink",
			"path" : "/usr/lib/automotive-message-broker/dbussinkplugin.so"
		}

	]
}