Skip to content

Instantly share code, notes, and snippets.

View skgsergio's full-sized avatar
😸
Meow

Sergio Conde Gómez skgsergio

😸
Meow
View GitHub Profile
@rberg2
rberg2 / LimeSDR and dump1090 flightaware
Last active February 12, 2022 16:26
LimeSDR and Flightaware / dump1090
# Create a named pipe. Otherwise this file will grow very large.
$ mkfifo /tmp/1090.dump
# Use rx_sdr to tune to 1090Mhz setting a sample rate, gain, and hopefully nchan1 is LNAH
# rx_sdr will pause waiting for the other end of the fifo to connect.
# Note change or remove this 'serial=' paramater
$ rx_sdr -f 1090000000 -s 2400000 -g 75 -d driver=lime,soapy=0,serial=00000,nchan1 /tmp/1090.dump
# for the dump1090 CLI
$ dump1090-fa --interactive --fix --dcfilter --stats --ifile /tmp/1090.dump
# or use the web UI
# edit /etc/default/dump1090-fa and use
#EXTINF:-1,Nickelodeon
http://B29273.cdn.telefonica.com/29273/NICK_SUB.m3u8
#EXTINF:-1,Disney Junior
http://B29285.cdn.telefonica.com/29285/DSNJR_SUB.m3u8
#EXTINF:-1,40TV
http://B31312.cdn.telefonica.com/31312/40TV_SUB.m3u8
#EXTINF:-1,Disney XD
http://B31309.cdn.telefonica.com/31309/DSNYXD_SUB.m3u8
#EXTINF:-1,Canal Cocina
http://B31305.cdn.telefonica.com/31305/COCINA_SUB.m3u8