lorawan-server-demoapp

所属分类:自然语言处理
开发工具:Erlang
文件大小:7KB
下载次数:0
上传日期:2020-05-07 19:35:11
上 传 者sh-1993
说明:  Compact LoRaWAN服务器的演示应用程序
(Demo Application for the Compact LoRaWAN Server)

文件列表:
.travis.yml (113, 2020-05-08)
LICENSE (1075, 2020-05-08)
lorawan_demoapp.config (762, 2020-05-08)
priv (0, 2020-05-08)
priv\demo (0, 2020-05-08)
priv\demo\admin.js (536, 2020-05-08)
priv\demo\index.html (1221, 2020-05-08)
rebar.config (318, 2020-05-08)
run (69, 2020-05-08)
src (0, 2020-05-08)
src\lorawan_application_microchip_mote.erl (3490, 2020-05-08)
src\lorawan_demoapp.app.src (354, 2020-05-08)

# Demo Application for the Compact LoRaWAN Server This repository contains a simple extension of the [compact server for private LoRaWAN networks](https://github.com/gotthardp/lorawan-server). It demonstrates how to build a LoRaWAN application implemented in Erlang. Compared to the extenal applications (Backends) the internal applications have several benefits: - Smaller infrastructure as there is only one server, which is easier to secure and maintain - Ability to send downlinks in the RX1 window, which reduces the device power consumption - Lower development effort as internal applications can reuse the internal web-server and database To develop internal applications you have to [Learn You Some Erlang](http://learnyousomeerlang.com/introduction) first. ## Build Instructions Build the application by: ```bash 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](https://groups.google.com/forum/#!forum/lorawan-server). To ask Erlang related questions please join the [Erlang community](https://www.erlang.org/community).

近期下载者

相关文件


收藏者