User Tools

Site Tools


quadricone-installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
quadricone-installation [2015/04/28 15:49]
zoza [software]
quadricone-installation [2015/04/29 15:27] (current)
zoza [QUADRICONE installation at Les Urbaines, Lausanne]
Line 4: Line 4:
 {{::​arlaud-visitor.jpg?​nolink&​200|}} {{::​arlaud-sunday-allpoints.jpg?​nolink&​475|}} {{::​arlaud-visitor.jpg?​nolink&​200|}} {{::​arlaud-sunday-allpoints.jpg?​nolink&​475|}}
  
-[[stretchable-fabric|stretchable fabric]] + 4 servo motors + arduino + laptop running airodump-ng under Ubuntu Oneiric 
  
 ===== interaction scheme ===== ===== interaction scheme =====
Line 42: Line 41:
 ===== HOWTO ===== ===== HOWTO =====
  
- * [[quadricone-python-urbaines|quadricone python script]] reads the aircrack-ng dump and controls 4 modified servo (stand still when given command 90, turn clockwise when given 89 or less, turn counterclockwise when given 91 or more)+  ​use this [[start-up-zurich|startup.sh]] script ​
  
- * [[quadricone-python-urbaines-noservo|quadricone ​test script]] ​reads the aircrack-ng dump and simulates the movement of motors+or  
 + 
 +  ​* ​start [[http://​aircrack-ng.org|aircrack]] 
 + 
 +<code bash> 
 +airmon-ng start wlan0 
 +</​code>​ 
 +(this will create an instance of the interface in the monitor mode, mon0) 
 +<code bash> 
 +airodump-ng -o csv -w [a file] mon0 
 +</​code>​ 
 + 
 + * in a separate terminal, run the [[quadricone-python-urbaines|python script]]: 
 +<​code>​ 
 +python quadricone.py 
 +</​code>​ 
 + 
 + * alternatively,​ to check the functioning of the system without motors, run [[quadricone-python-urbaines-noservo|python ​test script]] ​ 
 + 
 +<​code>​ 
 +python quadricone-test.py 
 +</​code>​ 
 + 
 +  * when finished, stop airmon-ng 
 +<code bash>​airmon-ng stop wlan0 
 +airmon-ng stop mon0 
 +</​code>​
quadricone-installation.1430236186.txt.gz · Last modified: 2015/04/28 15:49 by zoza