Iridium satcom receiving
       ~~~~~~~~~~~~~~~~~~~~~~~~
       
       
       Here's is a collection of scripts I use for receiving and decoding
       Iridium satellite data and what not.
       
       Mostly it's convenience wrappers around the scripts provided by
       iridium-toolkit.
       
       Obviously you're going to need a functional iridium-toolkit to run thi
       I probably also hardcoded paths and stuff in these - for my own use,
       but it's here in case any one is curious. 
       
       The iridium-toolkit config for my rtl-sdr dongle
 (TXT)  rtl-sdr.conf
       
       Starts listening for traffic, outputs to output.bits
 (TXT)  listen.sh
       
       Parses output.bits into output.parsed
 (TXT)  parse.sh
       
       Parse and show beamplot data (can be slow)
 (TXT)  beamplot.sh
       
       Generates a .pcap file for exploring GSM packets in wireshark
 (TXT)  extract_gsm.sh
       
       Extracts pager messages.
 (TXT)  extract_pages.sh
       
       Voice click and play gui thingy using the open source codec.
 (TXT)  extract_voice.sh
       
       Plays all captured data in a single .wav using the closed source codec
 (TXT)  extract_voice2.sh
       
       Plot satelites flying overhead and reception heatmap in kml files you 
 (TXT)  kml.sh
       
       Produces a gnuplot of the listen.sh output with reception success perc
 (TXT)  signal_stats.sh