Wiki

A universe of ideas

User Tools

Site Tools


computer:sdr

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
computer:sdr [2015-11-27 03:05] – [Scan] skrupelloscomputer:sdr [2015-11-27 18:18] – [BTSs] skrupellos
Line 34: Line 34:
 </code> </code>
  
-Ugly hack (change ARFCN in ''seq''):+Ugly hack (change ARFCN in ''seq'', here it's given for Europe):
 <code bash> <code bash>
-for a in `seq 100` ; do+for a in `seq 0 124` `seq 955 1023` `seq 512 885` ; do
     if [ `PYTHONPATH=/usr/local/lib64/python2.7/site-packages airprobe_rtlsdr_capture.py -a $a -c /dev/null -v -T 1 2>/dev/null | wc -l` -gt 1 ] ; then     if [ `PYTHONPATH=/usr/local/lib64/python2.7/site-packages airprobe_rtlsdr_capture.py -a $a -c /dev/null -v -T 1 2>/dev/null | wc -l` -gt 1 ] ; then
         echo $a         echo $a
Line 51: Line 51:
 ===== BTSs ===== ===== BTSs =====
   * [[http://niviuk.free.fr/gsm_arfcn.php|ARFCN Liste]]   * [[http://niviuk.free.fr/gsm_arfcn.php|ARFCN Liste]]
- +  * [[:int:sdr|List of BTSs]]
-^  ARFCN ^  Frequency ^ Provider ^ +
-|     76 |  950200000 |  | +
-|     99 |  954800000 | T-Mobile |+
  
computer/sdr.txt · Last modified: 2020-11-18 18:11 by 127.0.0.1