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 02:59] skrupelloscomputer:sdr [2020-11-18 18:11] (current) – external edit 127.0.0.1
Line 25: Line 25:
 ===== Usage ===== ===== Usage =====
 ==== Scan ==== ==== Scan ====
-Scanning the Channels does not work :-(:+Scanning the Channels does not work like this :-(:
 <code bash> <code bash>
 sudo sysctl kernel.shmmni=32000 sudo sysctl kernel.shmmni=32000
Line 34: Line 34:
 </code> </code>
  
 +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 43: Line 44:
  
 ==== Sniff TN0 ==== ==== Sniff TN0 ====
-<code>+<code bash>
 wireshark -k -Y '!icmp && gsmtap' -i lo wireshark -k -Y '!icmp && gsmtap' -i lo
 PYTHONPATH=/usr/local/lib64/python2.7/site-packages gnuradio-companion ../apps/airprobe_rtlsdr.grc PYTHONPATH=/usr/local/lib64/python2.7/site-packages gnuradio-companion ../apps/airprobe_rtlsdr.grc
Line 49: 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.1448589568.txt.gz · Last modified: 2020-11-18 18:10 (external edit)