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 39: Line 39:
   * python script [[quadricone-python-urbaines|quadricone.py]],​ reads the .csv file, finds four most active networks and calculates the position of motors based on the difference in the number of packets from the previous calculation   * python script [[quadricone-python-urbaines|quadricone.py]],​ reads the .csv file, finds four most active networks and calculates the position of motors based on the difference in the number of packets from the previous calculation
  
 +  * quadricone: [[making-of-quadricone2|making of]] // pictures ​ //
 +===== HOWTO =====
  
 +  * use this [[start-up-zurich|startup.sh]] script ​
  
-{{::​arlaud-visitor.jpg?​nolink&​200|}} {{::​arlaud-sunday-allpoints.jpg?​nolink&​475|}}+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>​
  
-  ​quadricone: ​[[making-of-quadricone2|making of]] // pictures ​ // + in a separate terminal, run the [[quadricone-python-urbaines|python script]]
-===== HOWTO =====+<​code>​ 
 +python quadricone.py 
 +</code> 
 + 
 + * alternatively,​ to check the functioning of the system without motors, run [[quadricone-python-urbaines-noservo|python test script]] ​
  
- * [[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)+<​code>​ 
 +python quadricone-test.py 
 +</​code>​
  
- [[quadricone-python-urbaines-noservo|quadricone test script]] reads the aircrack-ng dump and simulates the movement of motors+  ​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