lora feed
1.0.0
Semtech和Loraserver套件的OpenWrt。

除了OpenWrt所需的软件包外,如果要安装Loraserver,还应安装额外的软件包:
sudo apt install go-bindata
sudo apt install nodejs
sudo apt install npm
编辑您的feeds.conf或feed.conf.default,然后添加以下内容:
# Semtech
src-git lora https://github.com/xueliu/lora-feed
更新您的构建环境并安装软件包:
$ ./scripts/feeds update lora
$ ./scripts/feeds install -a -p lora
$ make menuconfig
大多数程序都位于Network -> LoRaWAN中
退出,保存和建造
$ make -j4
找到一个错误?请在github上创建一个问题:https://github.com/xueliu/lora-feed/issues
欢迎和赞赏进一步的测试和公关。
为了充分测试功能,赞赏使用GPS和PICO网关的Lora Gateway板的捐款
GPLV2