This is the alpha test release of gr-pocsag, a embedded python block for generating and sending pocsag message.
The gnu-radio companion example uses a hackRF to send a pocsag-message
The block generates the bitpattern for a POCSAG-message, broadcasts it once and then going into a loop to shut down the transmitter module of the HackRF.
The python code itself is located inside the pocsag_generator.py.
-
Install GNU Radio like : https://wiki.gnuradio.org/index.php/InstallingGR
-
Install dependencies
pip install numpy
pip install bitstring
- By import the pocsagsend.grc in GNU Radio.
- By call ./pocsag_sender.py --RIC %RIC --SUBRIC %SUBRIC% --TEST %TEXT% (Please edit frequency in script)
- Version: 0.0.1 (20180826)
- Version: 0.0.2 (20180828)
- Version: 0.0.3 (20181006) -->
- Version: 0.0.4 (20181022) --> Add some Improvments + Changed Parameters and Varaibles + Remove WXGUI
(C) Tauebenuss (C) Kristoff Bonne - ON1ARF This code is released under the GPL v3 license.