summaryrefslogtreecommitdiff
path: root/examples/configwebsocketsink
blob: 9f55d203ce06531aff2018e460e1792f95b7faf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"sources" : [ 
		{
			"name" : "ExampleSouce",
			"path" : "/usr/lib/automotive-message-broker/examplesourceplugin.so",
			"delay" : "6"
		}
	],
	"sinks": [
		{
			"name" : "WebSocketSink",
			"path" : "/usr/lib/automotive-message-broker/websocketsinkplugin.so",
			"interface" : "lo",
			"ssl" : "false",
			"port" : "23000"
		} 
	]
}