Update README.md
This commit is contained in:
parent
38644a2eea
commit
cfca4caf00
1 changed files with 7 additions and 6 deletions
13
README.md
13
README.md
|
@ -1,13 +1,14 @@
|
||||||
# rfm69-pocsag-python
|
# rfm69-pocsag-python
|
||||||
transmits POCSAG Messages with an RFM69 Module
|
transmits POCSAG Messages with an RFM69 Module
|
||||||
### Infrastructure:
|
## Infrastructure:
|
||||||

|

|
||||||
Producer(s) => rabbitMQ => Gateway(s)
|
|
||||||
|
Producer(s) => rabbitMQ => Gateway(s)
|
||||||
rabbitMQ Format (address, message):
|
|
||||||
`["3D", "Text"]`
|
rabbitMQ Format (address, message):
|
||||||
|
`["3D", "Text"]`
|
||||||
|
|
||||||
### config.ini:
|
## config.ini:
|
||||||
```ini
|
```ini
|
||||||
[main]
|
[main]
|
||||||
amqpuri = amqp://user:pas@host:port
|
amqpuri = amqp://user:pas@host:port
|
||||||
|
|
Loading…
Add table
Reference in a new issue