monk-dot / killerbee

Automatically exported from code.google.com/p/killerbee
0 stars 1 forks source link

Installation #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Hi I am using TelosB (TPR2420CA) usb stick, and I want to install killerbee 
firmware on it. I have been trying many user guides, but none of them worked. I 
installed killerbee on my OS. Also,I installed tinyos on both the usb and the 
OS, but when I try to use killerbee tools such as zbid, zbdump. it gives me an 
error. For Example, for zbid:

acl@acl-laptop:~$ zbid
Traceback (most recent call last):
  File "/usr/local/bin/zbid", line 11, in <module>
    show_dev()
  File "/usr/local/bin/zbid", line 5, in show_dev
    kb = KillerBee()
NameError: global name 'KillerBee' is not defined

Tinyos can see the usb, but for some reason killerbee cannot. I am afraid that 
I installed it wrongly, so please if anybody can give me a full user guide 
about the installation.

What is the expected output? What do you see instead?

What version of the product are you using?
[ yes] KillerBee 1.0 (from TAR file)
[ ] KillerBee beta (from SVN checkout) Revision # ___
[ ] Other:

On what operating system?
linux 10.04
With what Python version? (python -V)

Is scapy-com installed?

Please provide any additional information below.

Original issue reported on code.google.com by bilalalb...@email.arizona.edu on 15 Apr 2013 at 5:27

GoogleCodeExporter commented 9 years ago
could you please try with the latest svn version?

Original comment by costamag...@gmail.com on 9 May 2013 at 7:35

GoogleCodeExporter commented 9 years ago
Thanks for your answer, but my problem that I do not know if I installed 
correctly, so could you please send me an installation guide for using 
killerbee with memsic usb.

Original comment by bilalalb...@email.arizona.edu on 9 May 2013 at 6:56

GoogleCodeExporter commented 9 years ago
Please install using the setup.py file, such as:
$ sudo python setup.py install

Original comment by rmspe...@gmail.com on 11 Jun 2013 at 12:31