/iot-lora-gateway

One Line Bash Script to setup Packet Forwarder

Primary LanguagePython

iot-lora-gateway

Build Status

Github repo for some of our LoRa Gateway HAT Files for different tasks. See below for a detailed description.

You can either setup your gateway by using the one line installer script on Raspbian or instead, use our pre-made SD card image which has all of this already included.

Files Included

iot-lora-installer

This is our one line installer that will install the following software.

iot-lora-configure

Our configuration script for the software, this will configure the SPI & Clocks on the Raspberry Pi and allow the user to configure the gateway's name, description, region and servers using a simple interface. Also compatible with our gateway image.

Systemd template

Our template for systemd that will automatically start the packet forwarder installed by our installer. Also used in our pre-made SD card image.

Reset script

A basic bash script to reset the concentrator, required by our systemd template to automatically launch on boot.

###Reset RPi script A little script that should reset the Raspberry Pi back to default settings. Used primarily for our jenkins build server. ###Test RPi script Another little script for our jenkins build server