From d41cbf9375b2833cb064b8251f29625b3712509f Mon Sep 17 00:00:00 2001 From: Matt Knight Date: Fri, 14 Jul 2017 13:49:15 -0700 Subject: [PATCH 1/3] Adding []s around category in GRC templates to set up hierarchy for GNU Radio versions 3.7.10 and higher. --- grc/lora_decode.xml | 2 +- grc/lora_demod.xml | 2 +- grc/lora_encode.xml | 2 +- grc/lora_mod.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/grc/lora_decode.xml b/grc/lora_decode.xml index b18218f..ee9c068 100644 --- a/grc/lora_decode.xml +++ b/grc/lora_decode.xml @@ -2,7 +2,7 @@ LoRa Decoder lora_decode - lora + [LoRa] import lora lora.decode($spreading_factor, $code_rate, $low_data_rate, $header) diff --git a/grc/lora_demod.xml b/grc/lora_demod.xml index 7c38213..c65592a 100644 --- a/grc/lora_demod.xml +++ b/grc/lora_demod.xml @@ -2,7 +2,7 @@ LoRa Demodulator lora_demod - lora + [LoRa] import lora lora.demod($spreading_factor, $low_data_rate, $beta, $fft_factor) diff --git a/grc/lora_encode.xml b/grc/lora_encode.xml index a4c5855..4692d12 100644 --- a/grc/lora_encode.xml +++ b/grc/lora_encode.xml @@ -2,7 +2,7 @@ LoRa Encoder lora_encode - lora + [LoRa] import lora lora.encode($spreading_factor, $code_rate, $low_data_rate, $header) diff --git a/grc/lora_mod.xml b/grc/lora_mod.xml index 7704576..7c82e05 100644 --- a/grc/lora_mod.xml +++ b/grc/lora_mod.xml @@ -2,7 +2,7 @@ LoRa Modulator lora_mod - lora + [LoRa] import lora lora.mod($spreading_factor, $sync_word) From cae64fd847fd9b8eadc4a90767a3ed48e020662f Mon Sep 17 00:00:00 2001 From: Matt Knight Date: Thu, 20 Jul 2017 16:41:59 -0700 Subject: [PATCH 2/3] Manifest formatting cleanup --- MANIFEST.md | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/MANIFEST.md b/MANIFEST.md index 30b018b..387504b 100644 --- a/MANIFEST.md +++ b/MANIFEST.md @@ -1,19 +1,26 @@ 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 + copyright_owner: - Bastille Networks, Inc. -license: -#repo: http://github.com/BastilleResearch/gr-lora -#website: # If you have a separate project website, put it here + +license: GPLv3 + +repo: http://github.com/BastilleResearch/gr-lora + +website: bastille.net + #icon: # Put a URL to a square image here that will be used as an icon on CGRAN --- -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. From cb2fedd7bb095b057a04c2eb9874fd3dbe07d5b6 Mon Sep 17 00:00:00 2001 From: Matt Knight Date: Thu, 20 Jul 2017 16:44:32 -0700 Subject: [PATCH 3/3] Manifest formatting take 2 --- MANIFEST.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/MANIFEST.md b/MANIFEST.md index 387504b..29a2fb6 100644 --- a/MANIFEST.md +++ b/MANIFEST.md @@ -18,9 +18,8 @@ copyright_owner: license: GPLv3 -repo: http://github.com/BastilleResearch/gr-lora +repo: https://github.com/BastilleResearch/gr-lora -website: bastille.net +website: https://www.bastille.net -#icon: # Put a URL to a square image here that will be used as an icon on CGRAN ---