This repository contains a proof-of-concept implementation of a single channel LoRaWAN gateway.
It has been tested on the Raspberry Pi platform, using a Semtech SX1272 transceiver (HopeRF RFM92W), and SX1276 (HopeRF RFM95W).
The code is for testing and development purposes only, and is not meant for production usage.
Part of the source has been copied from the Semtech Packet Forwarder (with permission).
Maintainer: Thomas Telkamp
Was forked by @jlesech to add json configuration file then forked by @hallard
Install dependencies
cd /home/pi
git clone https://github.com/hallard/single_chan_pkt_fwd
make
sudo make install
The source files in this repository are made available under the Eclipse Public License v1.0, except:
- base64 implementation, that has been copied from the Semtech Packet Forwarder;
- RapidJSON, licensed under the MIT License.