Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xueliu/lora-feed
Semtech packages and ChirpStack Network Server stack for OpenWRT
https://github.com/xueliu/lora-feed
lede lora lora-feed lora-gateway loraserver luci openwrt semtech-packages
Last synced: 3 months ago
JSON representation
Semtech packages and ChirpStack Network Server stack for OpenWRT
- Host: GitHub
- URL: https://github.com/xueliu/lora-feed
- Owner: xueliu
- License: gpl-2.0
- Created: 2017-03-10T11:33:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T17:48:54.000Z (over 2 years ago)
- Last Synced: 2024-08-03T11:08:40.962Z (7 months ago)
- Topics: lede, lora, lora-feed, lora-gateway, loraserver, luci, openwrt, semtech-packages
- Language: Lua
- Homepage:
- Size: 277 KB
- Stars: 76
- Watchers: 16
- Forks: 55
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-lora - lora-feed - Semtech packages and ChirpStack Network Server stack for OpenWRT (Projects)
README
# lora-feed
Semtech and LoRaServer packages for OpenWRT.![luci](luci-lora-gateway.png)
## Table of Contents
- [ToDo](#todo)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Contribute](#contribute)
- [License](#license)
- [Donation](#donation)## ToDo
- [ ] chirpstack server test
- [ ] chirpstack toml configuration files
- [ ] chirpstack toml configuration generation
- [ ] chirpstack toml configuration with UCI
- [x] lorawan-stack build for front-end
- [ ] lorawan-stack LuCI interface## Prerequisites
In addition to packages required by [OpenWRT](https://openwrt.org/docs/guide-developer/build-system/install-buildsystem),
extra packages should be installed if you want to install the LoRaServer:sudo apt install go-bindata
sudo apt install nodejs
sudo apt install npm## Install
Edit your feeds.conf or feed.conf.default and add the following to it:
# Semtech
src-git lora https://github.com/xueliu/lora-feedUpdate your build environment and install the packages:
$ ./scripts/feeds update lora
$ ./scripts/feeds install -a -p lora
$ make menuconfigMost programs are located in `Network -> LoRaWAN`
Exit, save and build
$ make -j4
## Contribute
Found a bug? Please create an issue on GitHub:
https://github.com/xueliu/lora-feed/issuesFurther tests and PR's are welcome and appreciated.
## Donation
In order to fully test of functions, donations of LoRa gateway boards with GPS and Pico gateways are appreciated
## License
GPLv2