POCSAG multichannel receiver with multimon-ng¶
In this example, we use two components in order to decode POCSAG communications:- first of all,
rx_pocsag_multichannel.grc
should be launched in order to demodulate several POCSAG channels instantaneously and store data in a file ; - in the meantime,
pocsag_decoder
should be executed in order to decode periodically the data file mentioned above.
Notice that pocsag_decoder
relies on multimon-ng
, a program that can be found at https://github.com/EliasOenal/multimon-ng.