The Wayback Machine - https://web.archive.org/web/20200930041443/https://github.com/topics/wireless
Skip to content
#

wireless

Here are 506 public repositories matching this topic...

urh
mrjacobagilbert
mrjacobagilbert 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 20, 2020

unicode_literals was necessary pre-Python 2.6; absolute_import pre-2.5.

It's especially not necessary on Py3.

Hence in the sence of cleaning up the source tree, deletion of all from __future__ import something from the python files is desirable. This should ideally not happen manually, but with a script, or command line: we need to do that on master, but it might also be desirable to

hispanico
hispanico commented May 5, 2020

Fix statement condition on "Install custom OpenWISP 2 Python packages" task in pip.yml:

TASK [openwisp.openwisp2 : Install custom OpenWISP 2 Python packages] **********
[DEPRECATION WARNING]: evaluating 'openwisp2_python_packages' as a bare 
variable, this behaviour will go away and you might need to add |bool to the 
expression in the future. Also see CONDITIONAL_BARE_VARS configur

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

You can’t perform that action at this time.