mirror of https://github.com/aredn/aredn.git
More antennas (#1209)
This commit is contained in:
parent
5069f0e480
commit
f7f31c8237
|
@ -46,6 +46,12 @@
|
|||
"model": "unknown",
|
||||
"description": "Unknown"
|
||||
},
|
||||
{
|
||||
"model": "RD-2G24",
|
||||
"description": "airMAX 2.4 GHz, 24 dBi 6.6° RocketDish",
|
||||
"gain": 24,
|
||||
"beamwidth": 6.6
|
||||
},
|
||||
{
|
||||
"model": "AMO-2G10",
|
||||
"description": "airMAX 2.4 GHz, 10 dBi Omni",
|
||||
|
@ -182,6 +188,24 @@
|
|||
"gain": 21,
|
||||
"beamwidth": 9
|
||||
},
|
||||
{
|
||||
"model": "RD-3G26",
|
||||
"description": "airMAX 3 GHz, 26 dBi 7° RocketDish",
|
||||
"gain": 26,
|
||||
"beamwidth": 7
|
||||
},
|
||||
{
|
||||
"model": "AM-3G18-120",
|
||||
"description": "airMAX 3 GHz, 18 dBi, 120° Sector",
|
||||
"gain": 18,
|
||||
"beamwidth": 120
|
||||
},
|
||||
{
|
||||
"model": "AMO-3G12",
|
||||
"description": "airMAX 3 GHz, 12 dBi Omni",
|
||||
"gain": 12,
|
||||
"beamwidth": 360
|
||||
},
|
||||
{
|
||||
"model": "Generic-Omni",
|
||||
"description": "Generic Omni",
|
||||
|
@ -314,10 +338,16 @@
|
|||
},
|
||||
{
|
||||
"model": "RD-5G30",
|
||||
"description": "airMAX AC 5 GHz, 30 dBi 5° RocketDish",
|
||||
"description": "airMAX 5 GHz, 30 dBi 5° RocketDish",
|
||||
"gain": 30,
|
||||
"beamwidth": 5
|
||||
},
|
||||
{
|
||||
"model": "RD-5G30-LW",
|
||||
"description": "airMAX 5 GHz, 30 dBi 5.8° RocketDish Light Weight",
|
||||
"gain": 30,
|
||||
"beamwidth": 5.8
|
||||
},
|
||||
{
|
||||
"model": "RD-5G31-AC",
|
||||
"description": "airMAX AC 5 GHz, 31 dBi 4° RocketDish",
|
||||
|
@ -326,7 +356,7 @@
|
|||
},
|
||||
{
|
||||
"model": "RD-5G34",
|
||||
"description": "airMAX AC 5 GHz, 34 dBi 3° RocketDish",
|
||||
"description": "airMAX 5 GHz, 34 dBi 3° RocketDish",
|
||||
"gain": 34,
|
||||
"beamwidth": 3
|
||||
},
|
||||
|
@ -391,11 +421,29 @@
|
|||
"beamwidth": 6
|
||||
},
|
||||
{
|
||||
"model": "MTAD-5G-30D3-PA",
|
||||
"model": "MTAS-5G-15D120",
|
||||
"description": "Mikrotik 15 dBi 120° Sector",
|
||||
"gain": 15,
|
||||
"beamwidth": 120
|
||||
},
|
||||
{
|
||||
"model": "MTAS-5G-19D120",
|
||||
"description": "Mikrotik 19 dBi 120° Sector",
|
||||
"gain": 19,
|
||||
"beamwidth": 120
|
||||
},
|
||||
{
|
||||
"model": "MTAD-5G-30D3",
|
||||
"description": "Mikrotik 30 dBi 5° Dish",
|
||||
"gain": 30,
|
||||
"beamwidth": 5
|
||||
},
|
||||
{
|
||||
"model": "MTAD-5G-30D3-PA",
|
||||
"description": "Mikrotik 30 dBi 5° Dish (PA)",
|
||||
"gain": 30,
|
||||
"beamwidth": 5
|
||||
},
|
||||
{
|
||||
"model": "Generic-Omni",
|
||||
"description": "Generic Omni",
|
||||
|
|
Loading…
Reference in New Issue