Skip to content
#

airspy

Here are 34 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

HamPi
danieladams456
danieladams456 commented Jan 13, 2021

It looks like on Raspberry pi, libssl-dev files get put in a different location than cqrlog is expecting. https://www.cqrlog.com/comment/7703#comment-7703

The reason for this is because on Rapsbian Buster libssl and libcrypto are at a different location than on other Linux releases. ( /usr/lib/arm-linux-gnueabihf )
Just copy from /usr/lib/arm-linux-gnueabihf to /usr/lib following files:
li

Improve this page

Add a description, image, and links to the airspy 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 airspy topic, visit your repo's landing page and select "manage topics."

Learn more