Skip to content

Commit 742c7ed

Browse files
authored
Update README.md
1 parent 260f973 commit 742c7ed

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# gr-pocsag: a gnuradio embedded python block for sending pocsag messages
2-
___
2+
33
## Description:
44
This is the alpha test release of gr-pocsag, a embedded python block for generating and
55
sending pocsag message.
@@ -11,8 +11,6 @@ to shut down the transmitter module of the HackRF.
1111

1212
The python code itself is located inside the pocsag_generator.py.
1313

14-
15-
___
1614
## Install:
1715

1816
1. Install GNU Radio like : https://wiki.gnuradio.org/index.php/InstallingGR
@@ -23,14 +21,11 @@ pip install numpy
2321
pip install bitstring
2422
```
2523

26-
___
2724
## Usage:
2825

2926
1. By import the pocsagsend.grc in GNU Radio.
3027
2. By call ./pocsag_sender.py --RIC %RIC --SUBRIC %SUBRIC% --TEST %TEXT% (Please edit frequency in script)
3128

32-
33-
___
3429
## Release-information:
3530

3631

0 commit comments

Comments
 (0)