Reference setup for The Things Network gateways based on the iC880a SPI concentrator with a Raspberry Pi host.
This installer targets the SPI version of the board, if you have the USB version, check this branch.
Check a step-by-step HOWTO in our wiki for a detailed explanation of the hardware that needs to be purchased and the software setup you will have to configure.
-
Clone the installer and start the installation
$ git clone https://github.com/ttn-zh/ic880a-gateway.git ~/ic880a-gateway $ cd ~/ic880a-gateway $ sudo ./install.sh spi
If you have a running gateway and want to update, simply run the installer again:
$ cd ~/ic880a-gateway
$ sudo ./install.sh spi
These scripts are largely based on the awesome work by Ruud Vlaming on the Lorank8 installer.