https://github.com/gotthardp/meta-lorawan
OpenEmbedded/Yocto Project layer with LoRaWAN tools
https://github.com/gotthardp/meta-lorawan
lora lorawan lorawan-server
Last synced: 3 months ago
JSON representation
OpenEmbedded/Yocto Project layer with LoRaWAN tools
- Host: GitHub
- URL: https://github.com/gotthardp/meta-lorawan
- Owner: gotthardp
- Created: 2017-09-21T22:12:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-11T16:08:08.000Z (about 7 years ago)
- Last Synced: 2025-09-11T13:02:34.815Z (9 months ago)
- Topics: lora, lorawan, lorawan-server
- Language: BitBake
- Homepage:
- Size: 16.6 KB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenEmbedded/Yocto Project layer with LoRaWAN tools
This layer depends on:
* [Erlang](https://github.com/joaohf/meta-erlang)
It can also be combined with other layers, such as:
* [LoRa gateway software layer](https://github.com/sigysmund/meta-lora-net)
## Usage Instructions
Images for
[Multitech mLinux](http://www.multitech.net/developer/software/mlinux/)
or [LORIX One](https://www.lorixone.io/)
are provided and I would be delighted to accept pull requests with images for
more OpenEmbedded systems.
To build the image:
- Follow instructions to download
[mLinux](http://www.multitech.net/developer/software/mlinux/mlinux-building-images/building-a-custom-linux-image/),
[LORIX One](https://github.com/Wifx/meta-wifx),
or plain OpenEmbedded/Yocto sources
- Add [meta-erlang](https://github.com/joaohf/meta-erlang)
and meta-lorawan to the `conf/bblayers.conf`
```bash
BBLAYERS ?= " \
...
path_to_source/sources/meta-erlang \
path_to_source/sources/meta-lorawan \
"
```
- Uncomment the corresponding line in `meta-lorawan/conf/layer.conf`, or create
your custom image recipe
## Getting Help
To ask server and LoRa related questions please join the
[lorawan-server mailing list](https://groups.google.com/forum/#!forum/lorawan-server).
For Bitbake related questions please read the
[documentation](http://www.openembedded.org/wiki/Documentation).