File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 1
1
# gr-pocsag: a gnuradio embedded python block for sending pocsag messages
2
- ___
2
+
3
3
## Description:
4
4
This is the alpha test release of gr-pocsag, a embedded python block for generating and
5
5
sending pocsag message.
@@ -11,8 +11,6 @@ to shut down the transmitter module of the HackRF.
11
11
12
12
The python code itself is located inside the pocsag_generator.py.
13
13
14
-
15
- ___
16
14
## Install:
17
15
18
16
1 . Install GNU Radio like : https://wiki.gnuradio.org/index.php/InstallingGR
@@ -23,14 +21,11 @@ pip install numpy
23
21
pip install bitstring
24
22
```
25
23
26
- ___
27
24
## Usage:
28
25
29
26
1 . By import the pocsagsend.grc in GNU Radio.
30
27
2 . By call ./pocsag_sender.py --RIC %RIC --SUBRIC %SUBRIC% --TEST %TEXT% (Please edit frequency in script)
31
28
32
-
33
- ___
34
29
## Release-information:
35
30
36
31
You can’t perform that action at this time.
0 commit comments