[AMBClient] - added time sync message
[profile/ivi/automotive-message-broker.git] / examples / configwebsocketsink
1 {
2         "sources" : [ 
3                 {
4                         "name" : "ExampleSouce",
5                         "path" : "/usr/lib/automotive-message-broker/examplesourceplugin.so",
6                         "delay" : "6"
7                 }
8         ],
9         "sinks": [
10                 {
11                         "name" : "WebSocketSink",
12                         "path" : "/usr/lib/automotive-message-broker/websocketsinkplugin.so",
13                         "interface" : "lo",
14                         "ssl" : "false",
15                         "port" : "23000"
16                 } 
17         ]
18 }
19