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
|
||||
transmits POCSAG Messages with an RFM69 Module
|
||||
### Infrastructure:
|
||||
## Infrastructure:
|
||||

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