summaryrefslogtreecommitdiff
path: root/examples/democonfig
blob: 11fc7a5fc6d82db19ae1908642c8ccdaf2d5e59a (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
{
	"sources" : [ 
		{
			"name" : "WheelSource",
			"path" : "/usr/lib/automotive-message-broker/wheelsourceplugin.so",
			"device" : "/dev/input/js0"
		}
	],
	"sinks": [
		{
			"name" : "WebSocketSink",
			"path" : "/usr/lib/automotive-message-broker/websocketsinkplugin.so",
			"interface" : "lo"
		} ,
		{
                        "path" : "/usr/lib/automotive-message-broker/dbussinkplugin.so"
                },
		{
			"path" : "/usr/lib/automotive-message-broker/demosinkplugin.so",
			"script" : "./rundemo %1"
		}
	]
}