lorawan-phy
v0.1.1
Published
Copy of the LoRaWAN PHY spec in machine-readable form
Readme
LoRaWAN-PHY
Copy of the LoRaWAN PHY spec in machine-readable form
This repository contains JSON files that are copies of the PHY definitions of the LoRaWAN spec.
File structure
The files are structured like this:
<version>/<region>/<definition>/<lang>.json
and
<version>/<region>/<definition>.json, if it does not contain text that needs to be translated
where
versionis the version of the definition, i.e.1.1regionis the region ID of the definitiondefinitionis a technical name of the definitionlangis an ISO 639-1 language code (everytextfield will be translated to that language)
there are additional files in the root directory:
regions.jsoncontains a list of regions with their technical names along with humanized names. Since these names are not in a specific language, this file is not available in other languages
Supported regions
- [x] EU 863-870
- [ ] US 902-928
- [x] China 779-787 (*)
- [ ] EU 443
- [x] Australia 915-928 (*)
- [x] China 470-510 (*)
- [x] Asia 923 (*)
- [ ] South Korea 920-923
- [ ] India 865-867
- [x] Russia 864 (*)
*: Frequency Range and Datarate values only
Supported Languages
- [x] English
- [x] German
- [ ] Your language here
