disabled irc in bluemonkey
[profile/ivi/automotive-message-broker.git] / examples / websocketsink2
1 {
2   "sources" : [
3     {
4       "name" : "ExampleSouce",
5       "path" : "/usr/lib/x86_64-linux-gnu/automotive-message-broker/examplesourceplugin.so",
6       "delay" : "6"
7     }
8   ],
9   "sinks": [
10     {
11       "name" : "WebSocketSink",
12       "path" : "/usr/lib/x86_64-linux-gnu/automotive-message-broker/websocketsink.so",
13       "interface" : "eth1",
14       "ssl" : "false",
15       "port" : "23000",
16       "binaryProtocol" : "false",
17       "useExtensions" : "true"
18     }
19   ]
20 }
21