wireless
Here are 478 public repositories matching this topic...
-
Updated
Apr 18, 2020 - Python
-
Updated
Jun 24, 2020 - Shell
As code on master is Python3 only depndency on six should be removed and affected code needs to be adapted to use Python3 constructs.
Is your feature request related to a problem? Please describe.
I couldn't find OpenThread's configurations description in https://openthread.io/reference. I think it helpful to have a centered place to introduce all OpenThread configuration and usage.
Describe the solution you'd like
Add a generated configurations page.
-
Updated
Mar 18, 2020 - Java
-
Updated
Nov 3, 2019 - Python
-
Updated
Apr 23, 2019 - Python
Hello,
I'm tryna use nginx to proxy pass http://my.domain.com to http://localhost:2501 where is running Kismet integrated WebUI (http://my.domain.com is a example). Basically, the client would call http port 80 and nginx will do the proxy job to port 2501.
But instead of getting the WebUI properly, I get the following page:
.
This happened in e748ab4df42b401ff20d67cda1519c2b72df92e8
API Documentation
It would be great if there's documentation on how TrebleShot sending works. I am interested in developing a desktop app for TrebleShot ? It would be great if there's docs on how sending, discovering and receiving works.
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 configurReserved for Google Code-In 2020.
Depends on openwisp/openwisp-utils#98.
Use the decorators mentioned in the issue linked above to silence the output of noisy tests.
Reserved for Google Code-In 2020.
Depends on openwisp/openwisp-utils#98.
Use the decorators mentioned in the issue linked above to silence the output of noisy tests.
From issue #432:
I'd also suggest updating the JavaDoc to better indicate the API behavior: From what I've observed, it only cares about the Date part of the DateSent parameter. (Trying to get the last 30s of messages returns the full day's worth of messages.) I think making a note of that in the JavaDoc would help out new users.
Acceptance Criteria:
- Reproduce the above behavior
- Up
-
Updated
Nov 3, 2019 - Python
IpAddresses are not assigned to interfaces unless the module of the type Ipv4 is named "ipv4".
Reproduce
Create a node where the ipv4 submodule is not called ipv4. All interfaces are then not assigned an ip address.
Modified Example from https://inet.omnetpp.org/docs/users-guide/ch-network-nodes.html#custom-network-nodes
//NetworkNodeExample.ned
module NetworkNodeExample
{
-
Updated
Nov 22, 2019 - Shell
-
Updated
Jun 23, 2020 - Python
The following NetJSON:
{
"interfaces": [
{
"type": "virtual",
"name": "tap0",
"mac": "{{ mac_address }}"
}
]
}Won't validate. This sucks big time!
We should find a solution for this problem. Maybe we can evaluate the variables with javascript. I don't know.
-
Updated
Mar 15, 2019
-
Updated
Jan 15, 2019 - Python
-
Updated
Jun 6, 2020 - JavaScript
Improve this page
Add a description, image, and links to the wireless topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the wireless topic, visit your repo's landing page and select "manage topics."
Expected Behavior
Better control over GAIN for LimeSDR device (not mini).
Please use example of the SDR Console Gain Control.
Actual Behavior
Signal really weak on the low frequencies even if GAIN is maximized.
Steps To Reproduce