summaryrefslogtreecommitdiff
path: root/examples/configwebsocketsource
blob: 25a80886408bbf1e55374706703c72d2ecec5292 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"sources" : [ 
		{
			"name" : "WebsocketSource",
			"path" : "/usr/lib/automotive-message-broker/websocketsourceplugin.so",
			"port" : "23000",
			"ssl" : "false",
			"ip" : "127.0.0.1",
			"binaryProtocol" : "true"
		}
	],
	"sinks": [
		{
			 "name" : "ExampleSink",
			 "path" : "/usr/lib/automotive-message-broker/examplesinkplugin.so"
		} 
	]
}