wpantund
wpantund copied to clipboard
Wireless Network Interface Daemon for Low-Power Wireless SoCs
When I connect an nrf52 board running the NCP coprocessor example it doesn't work unless I first connect to the board using `spinel-cli.py`. I get the following debug messages: ```...
I would like to use cross compile to build and run on the board. If only command this line `./configure --sysconfdir=/etc --host=arm-buildroot-linux-gnueabi` It can make install to the board's file...
this is a documentation problem/bug not a SW bug. Debian in my case means: "jessie" Beagle Bone Black Image. 1) apt-get install dbus libreadline-dev NOT: libreadline (plain) does not work....
``` checking for DBUS... no configure: error: Package requirements (dbus-1 >= 1.4) were not met: Package 'dbus-1', required by 'virtual:world', not found Consider adjusting the PKG_CONFIG_PATH environment variable if you...
Hi, I am using Nordic's nrf52840 as NCP in UART communication. When I attach it to Rpi based border router, I can't get the NCP up. It is constantly in...
Context: Stack buffer overflow may be triggered while writing to a variable metric_len, which is defined as unsigned short (ref: https://github.com/openthread/wpantund/blob/master/src/ncp-spinel/SpinelNCPInstance.cpp#L2180) but is considered as unsigned int (ref: https://github.com/openthread/wpantund/blob/master/third_party/openthread/src/ncp/spinel.c#L597). Expected...
The latest tagged release is from Mar 31, 2017. Would it be possible to create a newer release?
Use alternative packages: ```sh $ sudo apt install bsdtar Reading package lists... Done Building dependency tree Reading state information... Done Package bsdtar is not available, but is referred to by...
Hi, Where I can find the definition out for error code below such as "Error 27 (0x1B)" root@OpenWrt:/# wpanctl wpanctl:wpan0> mfg start start diagnostics mode status 0x00 wpanctl:wpan0> mfg save...
To start, it would be great to have instructions on how to x-compile wpantund on MacOS/Linux targeting a less-beefy SBC like the Raspberry Pi 3. As a user I've used...