-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
10b7617
commit 15196ec
Showing
12 changed files
with
1,210 additions
and
1,389 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
230 changes: 109 additions & 121 deletions
230
src/AzureIoTHub.Portal.Infrastructure/RouterConfigFiles/AS_923_925_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,128 +1,116 @@ | ||
{ | ||
"routerConfig": { | ||
"NetID": [ | ||
1 | ||
"NetID": [ | ||
1 | ||
], | ||
"JoinEui": [], | ||
"region": "AS923", | ||
"hwspec": "sx1301/1", | ||
"freq_range": [ | ||
915000000, | ||
928000000 | ||
], | ||
"DRs": [ | ||
[ | ||
12, | ||
125, | ||
0 | ||
], | ||
"JoinEui": [], | ||
"region": "AS923", | ||
"hwspec": "sx1301/1", | ||
"freq_range": [ | ||
915000000, | ||
928000000 | ||
[ | ||
11, | ||
125, | ||
0 | ||
], | ||
"DRs": [ | ||
[ | ||
12, | ||
125, | ||
0 | ||
], | ||
[ | ||
11, | ||
125, | ||
0 | ||
], | ||
[ | ||
10, | ||
125, | ||
0 | ||
], | ||
[ | ||
9, | ||
125, | ||
0 | ||
], | ||
[ | ||
8, | ||
125, | ||
0 | ||
], | ||
[ | ||
7, | ||
125, | ||
0 | ||
], | ||
[ | ||
7, | ||
250, | ||
0 | ||
] | ||
[ | ||
10, | ||
125, | ||
0 | ||
], | ||
"sx1301_conf": [ | ||
{ | ||
"radio_0": { | ||
"enable": true, | ||
"freq": 923500000 | ||
}, | ||
"radio_1": { | ||
"enable": true, | ||
"freq": 924300000 | ||
}, | ||
"chan_FSK": { | ||
"enable": true, | ||
"radio": 1, | ||
"if": 500000 | ||
}, | ||
"chan_Lora_std": { | ||
"enable": true, | ||
"radio": 1, | ||
"if": 200000, | ||
"bandwidth": 250000, | ||
"spread_factor": 7 | ||
}, | ||
"chan_multiSF_0": { | ||
"enable": true, | ||
"radio": 1, | ||
"if": -300000 | ||
}, | ||
"chan_multiSF_1": { | ||
"enable": true, | ||
"radio": 1, | ||
"if": -100000 | ||
}, | ||
"chan_multiSF_2": { | ||
"enable": true, | ||
"radio": 1, | ||
"if": 100000 | ||
}, | ||
"chan_multiSF_3": { | ||
"enable": true, | ||
"radio": 1, | ||
"if": 300000 | ||
}, | ||
"chan_multiSF_4": { | ||
"enable": true, | ||
"radio": 0, | ||
"if": -300000 | ||
}, | ||
"chan_multiSF_5": { | ||
"enable": true, | ||
"radio": 0, | ||
"if": -100000 | ||
}, | ||
"chan_multiSF_6": { | ||
"enable": true, | ||
"radio": 0, | ||
"if": 100000 | ||
}, | ||
"chan_multiSF_7": { | ||
"enable": true, | ||
"radio": 0, | ||
"if": 300000 | ||
} | ||
} | ||
[ | ||
9, | ||
125, | ||
0 | ||
], | ||
[ | ||
8, | ||
125, | ||
0 | ||
], | ||
"nocca": true, | ||
"nodc": true, | ||
"nodwell": true, | ||
"desiredTxParams": { | ||
"downlinkDwellLimit": true, | ||
"uplinkDwellLimit": true, | ||
"eirp": 5 | ||
[ | ||
7, | ||
125, | ||
0 | ||
], | ||
[ | ||
7, | ||
250, | ||
0 | ||
] | ||
], | ||
"sx1301_conf": [ | ||
{ | ||
"radio_0": { | ||
"enable": true, | ||
"freq": 923500000 | ||
}, | ||
"radio_1": { | ||
"enable": true, | ||
"freq": 924300000 | ||
}, | ||
"chan_FSK": { | ||
"enable": true, | ||
"radio": 1, | ||
"if": 500000 | ||
}, | ||
"chan_Lora_std": { | ||
"enable": true, | ||
"radio": 1, | ||
"if": 200000, | ||
"bandwidth": 250000, | ||
"spread_factor": 7 | ||
}, | ||
"chan_multiSF_0": { | ||
"enable": true, | ||
"radio": 1, | ||
"if": -300000 | ||
}, | ||
"chan_multiSF_1": { | ||
"enable": true, | ||
"radio": 1, | ||
"if": -100000 | ||
}, | ||
"chan_multiSF_2": { | ||
"enable": true, | ||
"radio": 1, | ||
"if": 100000 | ||
}, | ||
"chan_multiSF_3": { | ||
"enable": true, | ||
"radio": 1, | ||
"if": 300000 | ||
}, | ||
"chan_multiSF_4": { | ||
"enable": true, | ||
"radio": 0, | ||
"if": -300000 | ||
}, | ||
"chan_multiSF_5": { | ||
"enable": true, | ||
"radio": 0, | ||
"if": -100000 | ||
}, | ||
"chan_multiSF_6": { | ||
"enable": true, | ||
"radio": 0, | ||
"if": 100000 | ||
}, | ||
"chan_multiSF_7": { | ||
"enable": true, | ||
"radio": 0, | ||
"if": 300000 | ||
} | ||
} | ||
}, | ||
"desiredTxParams": { | ||
"downlinkDwellLimit": true, | ||
"uplinkDwellLimit": true, | ||
"eirp": 5 | ||
} | ||
], | ||
"nocca": true, | ||
"nodc": true, | ||
"nodwell": true | ||
} |
Oops, something went wrong.