├── README.md ├── _config.yml ├── iot-lora-configure ├── iot-lora-installer ├── reset-rpi.sh └── template_configs ├── AS1-global_conf.json ├── AS2-global_conf.json ├── AU-global_conf.json ├── CN-global_conf.json ├── EU-global_conf.json ├── IN-global_conf.json ├── KR-global_conf.json ├── US-global_conf.json ├── iot-lora-gateway-reset.sh ├── iot-lora-gateway.service ├── local_conf.json.template ├── start-odroidc2.sh ├── start-rpi.sh └── start-tinker.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/iot-lora-gateway/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/iot-lora-gateway/HEAD/_config.yml -------------------------------------------------------------------------------- /iot-lora-configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/iot-lora-gateway/HEAD/iot-lora-configure -------------------------------------------------------------------------------- /iot-lora-installer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/iot-lora-gateway/HEAD/iot-lora-installer -------------------------------------------------------------------------------- /reset-rpi.sh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /template_configs/AS1-global_conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/iot-lora-gateway/HEAD/template_configs/AS1-global_conf.json -------------------------------------------------------------------------------- /template_configs/AS2-global_conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/iot-lora-gateway/HEAD/template_configs/AS2-global_conf.json -------------------------------------------------------------------------------- /template_configs/AU-global_conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/iot-lora-gateway/HEAD/template_configs/AU-global_conf.json -------------------------------------------------------------------------------- /template_configs/CN-global_conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/iot-lora-gateway/HEAD/template_configs/CN-global_conf.json -------------------------------------------------------------------------------- /template_configs/EU-global_conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/iot-lora-gateway/HEAD/template_configs/EU-global_conf.json -------------------------------------------------------------------------------- /template_configs/IN-global_conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/iot-lora-gateway/HEAD/template_configs/IN-global_conf.json -------------------------------------------------------------------------------- /template_configs/KR-global_conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/iot-lora-gateway/HEAD/template_configs/KR-global_conf.json -------------------------------------------------------------------------------- /template_configs/US-global_conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/iot-lora-gateway/HEAD/template_configs/US-global_conf.json -------------------------------------------------------------------------------- /template_configs/iot-lora-gateway-reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/iot-lora-gateway/HEAD/template_configs/iot-lora-gateway-reset.sh -------------------------------------------------------------------------------- /template_configs/iot-lora-gateway.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/iot-lora-gateway/HEAD/template_configs/iot-lora-gateway.service -------------------------------------------------------------------------------- /template_configs/local_conf.json.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/iot-lora-gateway/HEAD/template_configs/local_conf.json.template -------------------------------------------------------------------------------- /template_configs/start-odroidc2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/iot-lora-gateway/HEAD/template_configs/start-odroidc2.sh -------------------------------------------------------------------------------- /template_configs/start-rpi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/iot-lora-gateway/HEAD/template_configs/start-rpi.sh -------------------------------------------------------------------------------- /template_configs/start-tinker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/iot-lora-gateway/HEAD/template_configs/start-tinker.sh --------------------------------------------------------------------------------