[AMBClient] - added time sync message
[profile/ivi/automotive-message-broker.git] / examples / websocketsource2.in.json
1 {
2         "sources" : [
3                 {
4                         "name" : "WebsocketSource",
5                         "path" : "@PLUGIN_INSTALL_PATH@/websocketsource.so",
6                         "port" : "23000",
7                         "ssl" : "false",
8                         "ip" : "127.0.0.1",
9                         "binaryProtocol" : "false",
10                         "useExtensions" : "true"
11                 }
12         ],
13         "sinks": [
14                 {
15                         "name" : "DBusSink",
16                         "path" : "@PLUGIN_INSTALL_PATH@/dbussinkplugin.so"
17                 },
18                 {
19                         "name" : "ExampleSink",
20                         "path" : "@PLUGIN_INSTALL_PATH@/examplesinkplugin.so"
21                 }
22         ]
23 }
24