rak831 gateway
1.0.0
Reference setup for The Things Network gateways based on
Download Raspbian Stretch Lite
Follow the installation instruction to create the SD card
Enable SSH on a headless Raspberry Pi
Use raspi-config utility to
$ sudo raspi-config
5 Interfacing Options -> P4 SPI)5 Interfacing Options -> P2 SSH)2 Network Options -> N1 Hostname)4 Localisation Options -> I1 Change Locale)4 Localisation Options -> I2 Change Timezone)Make sure you have an updated installation and install git:
$ sudo apt update
$ sudo apt dist-upgrade
$ sudo apt install git
Clone the installer and start the installation
$ git clone https://github.com/kuanyili/rak831-gateway.git ~/rak831-gateway
$ cd ~/rak831-gateway
$ sudo ./install.sh
Register gateway via Semtech UDP packet forwarder
/opt/ttn-gateway/conf/local_conf.jsonIf you have a running gateway and want to update, simply run the installer again:
$ cd ~/rak831-gateway
$ git pull
$ sudo ./install.sh