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
computer:sdr [2015-11-27 03:05] – [Scan] skrupelloscomputer:sdr [2020-11-18 18:11] (current) – external edit 127.0.0.1
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 50: Line 50:
  
 ===== BTSs ===== ===== BTSs =====
-  * [[http://niviuk.free.fr/gsm_arfcn.php|ARFCN Liste]] +[[:int:sdr|List of BTSs]] (Internal)
- +
-^  ARFCN ^  Frequency ^ Provider ^ +
-|     76 |  950200000 |  | +
-|     99 |  954800000 | T-Mobile |+
  
computer/sdr.1448589952.txt.gz · Last modified: 2020-11-18 18:10 (external edit)