summaryrefslogtreecommitdiff
path: root/examples/obdsourceconfig
blob: 651f77670f1bb21899dadc11d5190045006dcd34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"sources" : [ 
		{
			"name" : "OBD2Source",
			"path" : "/usr/lib/automotive-message-broker/obd2sourceplugin.so",
			"device" : "/dev/pts/10",
			"baud" : "115200",
			"bluetoothAdapter" : ""
		}
	],
	"sinks": [
		{
			 "name" : "ExampleSink",
			 "path" : "/usr/lib/automotive-message-broker/examplesinkplugin.so"
		} 
	]
}