First I compiled rtl_sdr and made sure it was working, which had the side benefit of turning my Pi into an FM receiver

I then compiled multimonNG to work as a decoder, then glued them both together:
https://github.com/EliasOenal/multimonNG/
Code: Select all
rtl_fm -f 153.353e6 -g 100 -s 22050 -l 310 - |multimon -t raw -a POCSAG1200 -f alpha /dev/stdin
At least I found a use for my Pi that isn't media/MAME related
