Open remydemy opened 2 years ago
Hi, that function hasn't been implemented yet for Bumblebee (see /killerbee/dev_bumblebee.py)
@ArcticNarwhal Yes, I saw that too after I posted this issue, but even when I'm trying to execute the zbdump an error occurs. Well not necessarily an error, but the pcap file is empty, even though the stick lights up when it seems to receive a packet.
I'm trying to capture OpenThread messages. Could that be the problem? I thought it should work because OpenThread also uses IEEE 802.15.4.
I tried to investigate the problem a bit and found that in the dev_bumblebee.py
, in the variable rx_buffer
bytes are being stored (I assume those are the packets), but in the method process_packet()
, where the packets are read there seems to be some kind of problem.
Do you know what that could be?
Ok nvm if I use version 2.0 of bumblebee and the current version of killerbee zbdump works just fine!
Hello,
I'm trying to use the zbjammer with the cc2531. I've flashed the cc2531 with the Bumblebee version 2.1 revision 1 and am using the develop branch of killerbee.
When I'm executing zbjammer I get the following error message:
Does anybody know what I can do to resolve this issue?
Thanks, Emily