{
    "FLX-DANTE" : {
        "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" : "_00464c582d444e54"
                    },
                    "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-DANTE_en.pdf"} 
        ],
        "firmware" : {
            "#include" : [
                "$BASEURL/1.0/manifest.json",
                "$BASEURL/1.1/manifest.json",
                "$BASEURL/1.2/manifest.json",
                "$BASEURL/1.3/manifest.json",
                "$BASEURL/2.0/manifest.json",
                "$BASEURL/2.0a/manifest.json",
                "$BASEURL/2.1/manifest.json",
                "$BASEURL/2.2/manifest.json",
                "$BASEURL/2.3/manifest.json",
                "$BASEURL/2.4/manifest.json",
                "$BASEURL/2.5/manifest.json",
                "$BASEURL/2.6-Beta1/manifest.json",
                "$BASEURL/2.7/manifest.json",
                "$BASEURL/2.8/manifest.json",
                "$BASEURL/3.0/manifest.json"
            ]
        }
    }
}