Tell me more ×
Raspberry Pi Stack Exchange is a question and answer site for users and developers of hardware and software for Raspberry Pi. It's 100% free, no registration required.

I actually encountered some problem of detection on Scapy and Python. Okay, I started with creating mon0 by airmon-ng after which my I ran my script:

if p.haslayer(Dot11AssoReq):  
    print p.sprintf("%Dot11.addr1% | %Dot11Elt.info%")

It can work in Ubuntu 12.04 and BackTrack 5r2, but when I run it on Raspberry Pi, it cannot be detected smoothly. How do I fix this problem?

Does the speed matter? Because I been doing some online research and found out that actually Raspberry Pi read Python much slower. I also tried it out and found out that it is much slower compared to Ubuntu which run on my VMware installation.

share|improve this question
1  
What is it that doesn't work exactly? – Jivings Jul 20 '12 at 8:49
What is Dot11?? – Alex Chamberlain Jul 21 '12 at 7:54
The Raspberry Pi is an educational device, not a high performance computer. Yes, it will run Python slower than a virtual machine on your desktop, so if you need more processing power you'll have to purchase a faster device instead. – Malvineous Jul 22 '12 at 1:22

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.