Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 15 additions & 9 deletions MANIFEST.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
title: LoRa OOT Module

brief: An open source implementation of the LoRa CSS PHY
tags: # Tags are arbitrary, but look at CGRAN what other authors are using

tags:
- LoRa
- LPWAN
- chirp
- css
- sdr
- IoT
- Internet of Things

author:
- Matt Knight <matt@bastille.net>

copyright_owner:
- Bastille Networks, Inc.
license:
#repo: http://github.com/BastilleResearch/gr-lora
#website: <module_website> # If you have a separate project website, put it here
#icon: <icon_url> # Put a URL to a square image here that will be used as an icon on CGRAN

license: GPLv3

repo: https://github.com/BastilleResearch/gr-lora

website: https://www.bastille.net

---
A longer, multi-line description of gr-lora.
You may use some *basic* Markdown here.
If left empty, it will try to find a README file instead.
2 changes: 1 addition & 1 deletion grc/lora_decode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<block>
<name>LoRa Decoder</name>
<key>lora_decode</key>
<category>lora</category>
<category>[LoRa]</category>
<import>import lora</import>
<make>lora.decode($spreading_factor, $code_rate, $low_data_rate, $header)</make>

Expand Down
2 changes: 1 addition & 1 deletion grc/lora_demod.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<block>
<name>LoRa Demodulator</name>
<key>lora_demod</key>
<category>lora</category>
<category>[LoRa]</category>
<import>import lora</import>
<make>lora.demod($spreading_factor, $low_data_rate, $beta, $fft_factor)</make>

Expand Down
2 changes: 1 addition & 1 deletion grc/lora_encode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<block>
<name>LoRa Encoder</name>
<key>lora_encode</key>
<category>lora</category>
<category>[LoRa]</category>
<import>import lora</import>
<make>lora.encode($spreading_factor, $code_rate, $low_data_rate, $header)</make>

Expand Down
2 changes: 1 addition & 1 deletion grc/lora_mod.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<block>
<name>LoRa Modulator</name>
<key>lora_mod</key>
<category>lora</category>
<category>[LoRa]</category>
<import>import lora</import>
<make>lora.mod($spreading_factor, $sync_word)</make>

Expand Down