/iot-lora-gateway

One Line Bash Script to setup Packet Forwarder

Primary LanguagePython

iot-lora-gateway

Note! This repository isn't updated as much now. We highly recommend using a Raspberry Pi and our pre built SD Card image for best results and reliability. Only basic support will be given.

Installation

  1. Login via SSH or console
  2. Run the following command and the software will be all downloaded and compiled
curl -sSL https://raw.githubusercontent.com/PiSupply/iot-lora-gateway/master/iot-lora-installer | sudo python3

#Other SBC Requests You are free to modify the code to adjust to use other boards however apart from Tinkerboard we are not providing any support for other boards. A Raspberry Pi with our newer SD Card Image is highly recommended.

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.