Sourcell Xu
Sourcell Xu
Did you mean we only receive packets which PDU is empty, like TX/IDEL packets and RX/ACK packets, when recovering hop interval (and channel map, hop increment)? And this is implemented...
If so, why we configure `MAXLEN` field of `NRF_RADIO->PCNF1` as `37UL` in `radio_follow_aa()`? ```C /* Packet configuration */ NRF_RADIO->PCNF1 = ( (((37UL)
Thank you for your reply! To be honest I'm confused about the loop commented with `/* Shfit right by one bit once and twice */`: * If we fail to...
Maybe your `system.img` has already been unsparsed, If the result of the `file system.img` is ```txt system.img: Linux rev 1.0 ext2 filesystem data, ... ``` or ```txt system.img: Linux rev...
I don't think ZigDiggity supports Raspbee Ⅱ yet. And [Update beacon.py](https://github.com/BishopFox/zigdiggity/commit/a3c9120ca1b4284a22c8ff2ca0bc0a5782505596) is the latest commit till now. The [Raspbee Ⅱ (ATSAMR21B18 ARM® Cortex®-M0+)](https://phoscon.de/en/raspbee2/techspec) uses a different chip from the [old...
The truth is you can download the precompiled binary on the release page, like [usbip-win-0.3.5.zip](https://github.com/cezanne/usbip-win/releases/download/v0.3.5/usbip-win-0.3.5.zip), and it contains `usbip.exe`, `usbipd.exe`, etc. The `README.md` actually states in a [not-so-obvious location](https://github.com/cezanne/usbip-win#windows-usbip-server) that...
How did you install python 3.10 in the latest kali Linux, which now uses python 3.11 by default?
The next version of bluing is planned to support python 3.11. And if you compiled and installed python 3.10 from the source, you may have to deal with some so...
The latest Kali Linux does now use python 3.11 by default. However, I've had some troubles (external issues) trying to get the release version of bluing to support python 3.11....
I've placed an order for the new Bluetooth 5 adapter today, and when it arrives I'll test it to see how it goes.