User Tools

Site Tools


howto:iridium

Differences

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

Link to this comparison view

Next revision
Previous revision
howto:iridium [2015/08/15 14:42] – 1 iggyhowto:iridium [2015/12/24 00:11] (current) 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 =====
  
-  * clone the ''iridium-toolkit'' repo.+  * Install the Requisites: 
 +    * Python (2.7) 
 +    * NumPy (scipy) 
 +    * Matplotlib 
 + 
 +  * Clone the ''iridium-toolkit'' repo.
  
 <code> <code>
-git clonegit@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.1439649763.txt.gz · Last modified: by iggy