Update README.md
This commit is contained in:
parent
28a2703d16
commit
be00706c00
1 changed files with 7 additions and 0 deletions
|
@ -1,2 +1,9 @@
|
|||
# python-pocsag
|
||||
POCSAG Encoder for Python
|
||||
|
||||
```python
|
||||
from pocsag import encodeTXBatch
|
||||
msgs = []
|
||||
msgs.append([False, "133702", 'PROBE Alarm - AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz.:;#!" 0123456789'])
|
||||
data = encodeTXBatch(msgs)
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue