adafruit / single_chan_pkt_fwd

Single Channel LoRaWAN Gateway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Single Channel LoRaWAN Gateway

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

Installation

Install dependencies

cd /home/pi
git clone https://github.com/hallard/single_chan_pkt_fwd
make
sudo make install

License

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.

About

Single Channel LoRaWAN Gateway

License:Other


Languages

Language:C++ 91.2%Language:C 7.2%Language:Python 1.5%Language:Makefile 0.1%