{
    "FLX-DANTESRC" : {
        "connections" : [
            {
                "id" : "uart-cli",
                "type" : "ftdi",
                "params": { 
                    "vid": "0x0403", 
                    "pid": "0x6010",
                    "interface": "1",
                    "timeout" : "1000"
                }
             },
             {
                "id" : "uart-fpgaflash",
                "type": "ftdi",
                "params": { 
                    "vid": "0x0403", 
                    "pid": "0x6010",
                    "interface": "2",
                    "timeout" : "1000"
                }
             },
             {  
                "id" : "net-discovery",
                "type": "mdns",
                "params": {
                    "SRV" : "_netaudio-cmc._udp.local",
                    "TXT" : {
                        "mf"    : "AppSys",
                        "model" : "_464c582d444e5453"
                    },
                    "timeout" : "3000"
                }
             },
             {
                "id"   : "telnet-danteflash",
                "type" : "danteflasher",
                "params": {
                    "hostname"  : "$IP",
                    "port"      : "23",
                    "username"  : "root",
                    "password"  :"k87utX0da9",
                    "tftp_port" : "56969",
                    "timeout"   : "5000"
                 }
             }          
        ],
        "docs" : [
            { "User Manual": "$BASEURL/../FLX-DANTESRC_en.pdf" }
        ],
        "firmware" : {
            "#include" : [
                "$BASEURL/2.7/manifest.json",
                "$BASEURL/2.8/manifest.json",
                "$BASEURL/2.9/manifest.json",
                "$BASEURL/3.0/manifest.json",
                "$BASEURL/3.1/manifest.json"
            ]
        }
    }
}