gr-lora CMake error

2024-01-22 Thread tom sutherland
Has anyone downloaded and installed gr-lora from 
https://github.com/BastilleResearch/gr-lora/ ? I follow the instructions but 
get this error when I run cmake ../
 "CMake error at CMakeLists.txt:128 (message):   GNURadio Runtime required to 
compile lora"
I am using Ubuntu 22.04.3 LTS and GNURadio Companion 3.10.1.1 (Python 3.10.12)I 
can't find a solution searching the web.Thanks...Tom


GitHub - BastilleResearch/gr-lora: GNU Radio OOT module implementing the LoRa 
PHY, based on 
https://github.com/matt-knight/research/tree/master/2016_05_20_jailbreak

| 
| 
| 
|  |  |

 |

 |
| 
|  | 
GitHub - BastilleResearch/gr-lora: GNU Radio OOT module implementing the...

GNU Radio OOT module implementing the LoRa PHY, based on 
https://github.com/matt-knight/research/tree/master/201...
 |

 |

 |







Re: gr-lora CMake error

2024-01-22 Thread Ron Economos
That repository is much too old to build under modern GNU Radio. It 
hasn't been updated in 7 years.


There are some alternatives. It looks like the most maintained is this one.

https://github.com/tapparelj/gr-lora_sdr

Another one that should build.

https://github.com/rpp0/gr-lora

Ron

On 1/22/24 11:11, tom sutherland wrote:
Has anyone downloaded and installed gr-lora from 
https://github.com/BastilleResearch/gr-lora/ ? I follow the 
instructions but get this error when I run cmake ../

 "CMake error at CMakeLists.txt:128 (message):
  GNURadio Runtime required to compile lora"

I am using Ubuntu 22.04.3 LTS and GNURadio Companion 3.10.1.1 (Python 
3.10.12)

I can't find a solution searching the web.
Thanks...Tom


GitHub - BastilleResearch/gr-lora: GNU Radio OOT module implementing 
the LoRa PHY, based on 
https://github.com/matt-knight/research/tree/master/2016_05_20_jailbreak 









GitHub - BastilleResearch/gr-lora: GNU Radio OOT module
implementing the...

GNU Radio OOT module implementing the LoRa PHY, based on 
https://github.com/matt-knight/research/tree/master/201...








Re: gr-lora CMake error

2024-01-22 Thread Jeff Long
You might try one of these
  https://github.com/tapparelj/gr-lora_sdr
  https://github.com/martynvdijke/gr-lora_sdr
somewhat newer packages.

On Mon, Jan 22, 2024 at 2:12 PM tom sutherland 
wrote:

> Has anyone downloaded and installed gr-lora from
> https://github.com/BastilleResearch/gr-lora/ ? I follow the instructions
> but get this error when I run cmake ../
>  "CMake error at CMakeLists.txt:128 (message):
>   GNURadio Runtime required to compile lora"
>
> I am using Ubuntu 22.04.3 LTS and GNURadio Companion 3.10.1.1 (Python
> 3.10.12)
> I can't find a solution searching the web.
> Thanks...Tom
>
>
> GitHub - BastilleResearch/gr-lora: GNU Radio OOT module implementing the
> LoRa PHY, based on
> https://github.com/matt-knight/research/tree/master/2016_05_20_jailbreak
> 
>
> GitHub - BastilleResearch/gr-lora: GNU Radio OOT module implementing the...
>
> GNU Radio OOT module implementing the LoRa PHY, based on
> https://github.com/matt-knight/research/tree/master/201...
> 
>
>
>
>
>


Re: gr-lora CMake error

2024-01-22 Thread Jeff Long
Also, the GR dev packages need to be installed before you can build a OOT
module. That could be the source of the error.

On Mon, Jan 22, 2024 at 2:56 PM Jeff Long  wrote:

> You might try one of these
>   https://github.com/tapparelj/gr-lora_sdr
>   https://github.com/martynvdijke/gr-lora_sdr
> somewhat newer packages.
>
> On Mon, Jan 22, 2024 at 2:12 PM tom sutherland 
> wrote:
>
>> Has anyone downloaded and installed gr-lora from
>> https://github.com/BastilleResearch/gr-lora/ ? I follow the instructions
>> but get this error when I run cmake ../
>>  "CMake error at CMakeLists.txt:128 (message):
>>   GNURadio Runtime required to compile lora"
>>
>> I am using Ubuntu 22.04.3 LTS and GNURadio Companion 3.10.1.1 (Python
>> 3.10.12)
>> I can't find a solution searching the web.
>> Thanks...Tom
>>
>>
>> GitHub - BastilleResearch/gr-lora: GNU Radio OOT module implementing the
>> LoRa PHY, based on
>> https://github.com/matt-knight/research/tree/master/2016_05_20_jailbreak
>> 
>>
>> GitHub - BastilleResearch/gr-lora: GNU Radio OOT module implementing
>> the...
>>
>> GNU Radio OOT module implementing the LoRa PHY, based on
>> https://github.com/matt-knight/research/tree/master/201...
>> 
>>
>>
>>
>>
>>


Re: gr-lora CMake error

2024-01-22 Thread Md. Sharif Hossen
How this module can be installed in the latest version of gnuradio? Can you
provide any link to install this?

Thank you.

On Mon, Jan 22, 2024 at 2:59 PM Jeff Long  wrote:

> Also, the GR dev packages need to be installed before you can build a OOT
> module. That could be the source of the error.
>
> On Mon, Jan 22, 2024 at 2:56 PM Jeff Long  wrote:
>
>> You might try one of these
>>   https://github.com/tapparelj/gr-lora_sdr
>>   https://github.com/martynvdijke/gr-lora_sdr
>> somewhat newer packages.
>>
>> On Mon, Jan 22, 2024 at 2:12 PM tom sutherland 
>> wrote:
>>
>>> Has anyone downloaded and installed gr-lora from
>>> https://github.com/BastilleResearch/gr-lora/ ? I follow the
>>> instructions but get this error when I run cmake ../
>>>  "CMake error at CMakeLists.txt:128 (message):
>>>   GNURadio Runtime required to compile lora"
>>>
>>> I am using Ubuntu 22.04.3 LTS and GNURadio Companion 3.10.1.1 (Python
>>> 3.10.12)
>>> I can't find a solution searching the web.
>>> Thanks...Tom
>>>
>>>
>>> GitHub - BastilleResearch/gr-lora: GNU Radio OOT module implementing the
>>> LoRa PHY, based on
>>> https://github.com/matt-knight/research/tree/master/2016_05_20_jailbreak
>>> 
>>>
>>> GitHub - BastilleResearch/gr-lora: GNU Radio OOT module implementing
>>> the...
>>>
>>> GNU Radio OOT module implementing the LoRa PHY, based on
>>> https://github.com/matt-knight/research/tree/master/201...
>>> 
>>>
>>>
>>>
>>>
>>>


Regarding LoRa Discussion

2024-01-22 Thread Md. Sharif Hossen
Hi,

I am looking for a group discussion on the LoRa research. If anyone is
interested, plz let me know. Thank you.

Best,
Sharif
https://sites.google.com/view/mshossen