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
Last revision Both sides next revision
quadricone-installation [2015/04/28 15:49]
zoza [software]
quadricone-installation [2015/04/29 09:06]
zoza [HOWTO]
Line 42: Line 42:
 ===== 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.txt · Last modified: 2015/04/29 15:27 by zoza