summaryrefslogtreecommitdiff
path: root/examples/obdsourceconfig
blob: f7403bd1d1d27c4ac0a33583b2a42a2bf7a61bc2 (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/ttyUSB0",
			"baud" : "115200",
			"bluetoothAdapter" : ""
		}
	],
	"sinks": [
		{
			 "name" : "ExampleSink",
			 "path" : "/usr/lib/automotive-message-broker/examplesinkplugin.so"
		} 
	]
}