| 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 | |
| rtl-sdr.conf | |
| Starts listening for traffic, outputs to output.bits | |
| listen.sh | |
| Parses output.bits into output.parsed | |
| parse.sh | |
| Parse and show beamplot data (can be slow) | |
| beamplot.sh | |
| Generates a .pcap file for exploring GSM packets in wireshark | |
| extract_gsm.sh | |
| Extracts pager messages. | |
| extract_pages.sh | |
| Voice click and play gui thingy using the open source codec. | |
| extract_voice.sh | |
| Plays all captured data in a single .wav using the closed source codec | |
| extract_voice2.sh | |
| Plot satelites flying overhead and reception heatmap in kml files you | |
| kml.sh | |
| Produces a gnuplot of the listen.sh output with reception success perc | |
| signal_stats.sh | |