Home

Awesome

Demo Application for the Compact LoRaWAN Server

This repository contains a simple extension of the compact server for private LoRaWAN networks. It demonstrates how to build a LoRaWAN application implemented in Erlang.

Compared to the extenal applications (Backends) the internal applications have several benefits:

To develop internal applications you have to Learn You Some Erlang first.

Build Instructions

Build the application by:

rebar3 release

The lorawan-server and its dependencies will be downloaded automatically. There is no need to do anything else.

Then start:

_build/default/rel/lorawan-server-demoapp/bin/lorawan-server-demoapp

And access the extended web-admin via http://localhost:8080/demo

Getting Help

To ask server and LoRa related questions please join the lorawan-server mailing list.

To ask Erlang related questions please join the Erlang community.