├── README.md ├── cert.pem ├── global_conf.json ├── global_conf_AS923_1.json ├── global_conf_AS923_2.json ├── global_conf_CN470.json ├── global_conf_CN779.json ├── global_conf_EU433.json ├── global_conf_EU868.json ├── global_conf_KR920.json ├── global_conf_US915.json ├── global_conf_US915_SB2.json ├── install.sh ├── local_conf.json ├── lrgateway.service ├── lrgateway.service.tmp ├── reset_pkt_fwd.sh └── route.jpg /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelTecAutomation/lorasdk/HEAD/README.md -------------------------------------------------------------------------------- /cert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelTecAutomation/lorasdk/HEAD/cert.pem -------------------------------------------------------------------------------- /global_conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelTecAutomation/lorasdk/HEAD/global_conf.json -------------------------------------------------------------------------------- /global_conf_AS923_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelTecAutomation/lorasdk/HEAD/global_conf_AS923_1.json -------------------------------------------------------------------------------- /global_conf_AS923_2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelTecAutomation/lorasdk/HEAD/global_conf_AS923_2.json -------------------------------------------------------------------------------- /global_conf_CN470.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelTecAutomation/lorasdk/HEAD/global_conf_CN470.json -------------------------------------------------------------------------------- /global_conf_CN779.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelTecAutomation/lorasdk/HEAD/global_conf_CN779.json -------------------------------------------------------------------------------- /global_conf_EU433.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelTecAutomation/lorasdk/HEAD/global_conf_EU433.json -------------------------------------------------------------------------------- /global_conf_EU868.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelTecAutomation/lorasdk/HEAD/global_conf_EU868.json -------------------------------------------------------------------------------- /global_conf_KR920.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelTecAutomation/lorasdk/HEAD/global_conf_KR920.json -------------------------------------------------------------------------------- /global_conf_US915.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelTecAutomation/lorasdk/HEAD/global_conf_US915.json -------------------------------------------------------------------------------- /global_conf_US915_SB2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelTecAutomation/lorasdk/HEAD/global_conf_US915_SB2.json -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelTecAutomation/lorasdk/HEAD/install.sh -------------------------------------------------------------------------------- /local_conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelTecAutomation/lorasdk/HEAD/local_conf.json -------------------------------------------------------------------------------- /lrgateway.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelTecAutomation/lorasdk/HEAD/lrgateway.service -------------------------------------------------------------------------------- /lrgateway.service.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelTecAutomation/lorasdk/HEAD/lrgateway.service.tmp -------------------------------------------------------------------------------- /reset_pkt_fwd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelTecAutomation/lorasdk/HEAD/reset_pkt_fwd.sh -------------------------------------------------------------------------------- /route.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelTecAutomation/lorasdk/HEAD/route.jpg --------------------------------------------------------------------------------