[AMBClient] - added time sync message
[profile/ivi/automotive-message-broker.git] / examples / cangenconfig.in.json
1 {
2         "sources" : [
3                 {
4                         "name" : "CANSimPlugin",
5                         "path":"@PLUGIN_INSTALL_PATH@/cansimplugin.so",
6                         "interfaces" : ["vcan0", "vcan1"]
7                 },
8                 {
9                         "name" : "CANGenPlugin",
10                         "path":"@PLUGIN_INSTALL_PATH@/cangenplugin.so"
11                 }
12         ],
13         "sinks": [
14                 {
15                         "name" : "DBusSink",
16                         "path" : "@PLUGIN_INSTALL_PATH@/dbussinkplugin.so",
17                         "frequency" : "60"
18                 }
19
20         ]
21 }
22