Skip to content
#

wireless

Here are 595 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
marcusmueller
marcusmueller commented Jun 12, 2021

largest occurrence of cout is in hier_block2_detail, for no good reason!

would be relatively easy to replace with GR_LOG_INFO(d_logger,…), but it's mechanic. When done, remove all remainders of debug #ifs and #include <iostream> from the files

Partially addresses #4763

Files to be fixed:

  • hier_block2_detail
  • qa_blocks_tags.cc
  • polar_decoder_common.cc (at least
pandafy
pandafy commented Apr 4, 2021

#238 introduced a workaround to enable excluding files from minification and versioning because of #232

Since, that functionality has been ported in openwisp-utils in openwisp/openwisp-utils#172 (to simplify maintenance), we can remove the workaround from the ansible role and update the settings accordingly.

Blockers

  • Requires openwisp-utils 0.8.0
node-zwave-js

Improve this page

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

Learn more