User Tools

Site Tools


howto:iridium

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
howto:iridium [2015/08/15 19:45]
151.217.203.223 [Tasks] Fixed github checkout command
howto:iridium [2015/12/24 01:01]
ikarus
Line 6: Line 6:
  
   * A rad1o   * A rad1o
 +  * [[https://​github.com/​mossmann/​hackrf|hackrf]]
   * [[https://​github.com/​muccc/​iridium-toolkit|iridium-toolkit]]   * [[https://​github.com/​muccc/​iridium-toolkit|iridium-toolkit]]
  
 ===== Tasks ===== ===== Tasks =====
 +
 +  * Install the Requisites:
 +    * Python (2.7)
 +    * NumPy (scipy)
 +
  
   * clone the ''​iridium-toolkit''​ repo.   * clone the ''​iridium-toolkit''​ repo.
  
 <​code>​ <​code>​
-git clone git@github.com:muccc/​iridium-toolkit.git+git clone https://github.com/muccc/​iridium-toolkit.git
 cd iridium-toolkit cd iridium-toolkit
 </​code> ​ </​code> ​
Line 22: Line 28:
  
 <​code>​ <​code>​
-hackrf_transfer ​ -r /dev/stdout -f 1627000000 -a 1 -l 40 -g 20 -s 2000000 | python2 ​multiprocessing-sec.py -c 1627000000 -r 2000000 -f hackrf --jobs 2 | grep "​A:​OK"​ | tee outfile+hackrf_transfer ​ -r /dev/stdout -f 1627000000 -a 1 -l 40 -g 20 -s 2000000 | python2 ​extractor.py -c 1627000000 -r 2000000 -f hackrf --jobs 2 | grep "​A:​OK"​ | tee outfile
 </​code>​ </​code>​
  
howto/iridium.txt ยท Last modified: 2015/12/24 01:11 by ikarus