Gr-scan - Scanner de frecuencias

Iniciado por ANTRAX, Octubre 28, 2019, 01:36:00 PM

Tema anterior - Siguiente tema

0 Miembros y 1 Visitante están viendo este tema.


Gr-Scan es un programa escrito en C++ y compilado sobre GNU radio, rtl-sdr, y el codigo de bloque OsmoSDR.Está previsto para escanear rangos de frecuencias e imprimir una lista de señales descubiertas.

Debería funcionar con cualquier dispositivo que funcione con el bloque, incluyendo dispositivos Realtek RTL2832U.

Este programa fue desarrollado utilizando un Compro U620F, que utilizan un sintonizador E4000. El producto parece no estar disponible en los sitios de US, aunque el nuevo receptor DVB-T (dispositivos Rtl2832U/E4000) tienen buenas revisiones.

Ejemplo de uso:

Iniciar a escanear en los 100Mhz (-x 100) y finalizar en los 105Mhz (-y 105), pausar por 5 segundos en cada canal (-p 5):

Código: bash
root@kali:~# gr-scan -x 100 -y 105 -p 5


Código: bash
gr-osmosdr v0.0.x-xxx-xunknown (0.0.3git) gnuradio 3.6.5.1
built-in source types: file fcd rtl rtl_tcp uhd hackrf
Using device #0 Realtek RTL2838UHIDIR SN: 00000001
Found Rafael Micro R820T tuner
Using Volk machine: avx_64_mmx_orc
Exact sample rate is: 2000000.052982 Hz
gr_buffer::allocate_buffer: warning: tried to allocate
4 items of size 16000. Due to alignment requirements
32 were allocated.  If this isn't OK, consider padding
your structure to a power-of-two bytes.
On this platform, our allocation granularity is 4096 bytes.
gr_buffer::allocate_buffer: warning: tried to allocate
16 items of size 8000. Due to alignment requirements
64 were allocated.  If this isn't OK, consider padding
your structure to a power-of-two bytes.
On this platform, our allocation granularity is 4096 bytes.
gr_buffer::allocate_buffer: warning: tried to allocate
8 items of size 8000. Due to alignment requirements
64 were allocated.  If this isn't OK, consider padding
your structure to a power-of-two bytes.
On this platform, our allocation granularity is 4096 bytes.
gr_buffer::allocate_buffer: warning: tried to allocate
8 items of size 8000. Due to alignment requirements
64 were allocated.  If this isn't OK, consider padding
your structure to a power-of-two bytes.
On this platform, our allocation granularity is 4096 bytes.
00:00:01: Finished scanning 99.000000 MHz - 101.000000 MHz
[+] 00:00:01: Found signal: at 100.298500 MHz of width 63.000000 kHz, peak power -62.707417 dB (difference 8.297215 dB)
00:00:02: Finished scanning 99.000000 MHz - 101.000000 MHz
[+] 00:00:02: Found signal: at 99.299500 MHz of width 115.000000 kHz, peak power -74.849541 dB (difference 3.358849 dB)
00:00:03: Finished scanning 99.000000 MHz - 101.000000 MHz


Download: No tienes permitido ver los links. Registrarse o Entrar a mi cuenta