Skip to content
#

sdr

Here are 608 public repositories matching this topic...

urh
jacobagilbert
jacobagilbert commented Sep 18, 2020

A common protocol structure is to have a header containing a length field, followed by data of length bytes, followed by additional protocol fields such as a CRC. If the length field is variable, the position of subsequent URH-specified protocol fields defined by fixed position will not be in the correct location.

I do not know the best way to address this, but quick and easy way to support

gnuradio
mormj
mormj commented Oct 14, 2021

Feature Description

Would be nice to be able to do modtool operations from the build/ dir

Here is the sequence I always run into:
'''
gr_modtool add myblock
[go and make the block do something]
cd build
make
[get cmake error that bindings are not present]
gr_modtool bind myblock
[get nasty python error that this is not a module]


### Feature Urgency

medium (would be nice to h

Improve this page

Add a description, image, and links to the sdr topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sdr topic, visit your repo's landing page and select "manage topics."

Learn more