All Projects → adafruit → single_chan_pkt_fwd

adafruit / single_chan_pkt_fwd

Licence: other
Single Channel LoRaWAN Gateway

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].