[AMBClient] - added time sync message
[profile/ivi/automotive-message-broker.git] / examples / databasewebsocketsink.in.json
1 {
2         "sources" : [
3                 {
4                         "path" : "@PLUGIN_INSTALL_PATH@/examplesourceplugin.so"
5                 },
6                 {
7                         "name" : "Database",
8                         "path" : "@PLUGIN_INSTALL_PATH@/databasesinkplugin.so",
9                         "databaseFile" : "../tests/generated.db",
10                         "bufferLength" : "1",
11                         "properties" : "['VehicleSpeed','EngineSpeed']",
12                         "startOnLoad" : "true",
13                         "playbackOnLoad" : "false",
14                         "playbackMultiplier" : "1",
15                         "frequency" : "1"
16                 }
17         ],
18         "sinks": [
19                 {
20                         "name" : "WebSocketSink",
21                         "path" : "@PLUGIN_INSTALL_PATH@/websocketsink.so",
22                         "interface" : "lo",
23                         "ssl" : "false",
24                         "port" : "23000",
25                         "binaryProtocol" : "false",
26                         "useExtensions" : "true"
27                 }
28         ]
29 }