No description
Find a file
Limor "Ladyada" Fried aab8d308ea
Merge pull request #2 from brentru/fix-json-parsing
Update parsing for new expected TTN console messages
2020-12-11 11:31:26 -05:00
include/rapidjson Add configuration file 2016-04-07 20:52:04 +02:00
.gitignore Ignore binary file 2016-04-07 20:55:55 +02:00
base64.c Initial commit 2015-12-08 10:06:44 +01:00
base64.h Initial commit 2015-12-08 10:06:44 +01:00
font5x8.bin adding font for framebuf 2019-01-16 12:18:56 -05:00
global_conf.json fix pinout of radio bonnet 2019-01-17 10:58:22 -05:00
LICENSE Initial commit 2015-12-08 10:06:44 +01:00
lorawan_gateway.py remove gateway update text to parse properly 2020-12-11 11:26:59 -05:00
main.cpp fix merge errors 2019-01-05 22:52:37 -05:00
Makefile remove .service from forwarder and makefile 2019-01-14 15:24:40 -05:00
README.md remove .service from forwarder and makefile 2019-01-14 15:24:40 -05:00
single_chan_pkt_fwd.cpp only send json data to stdout when pkt is rx 2019-01-16 12:32:04 -05:00

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.