mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-22 05:40:10 +00:00
Fix spelling, add return_port info (#7)
This commit is contained in:
commit
9dc693f46b
1 changed files with 2 additions and 2 deletions
|
@ -226,7 +226,7 @@ Note that `ULTRAFEEDER_CONFIG` and `ULTRAFEEDER_NET_CONNECTOR` can be used inter
|
||||||
|
|
||||||
`ULTRAFEEDER_CONFIG` syntax:
|
`ULTRAFEEDER_CONFIG` syntax:
|
||||||
|
|
||||||
The ULTRAFEEDER_CONFIG parameter can have multiple config strings, separated by a `;`. Please note that the config strings cannot containe `;` or `,` -- undefined things may happen if these characters are present.
|
The ULTRAFEEDER_CONFIG parameter can have multiple config strings, separated by a `;`. Please note that the config strings cannot contain `;` or `,` -- undefined things may happen if these characters are present.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- ULTRAFEEDER_CONFIG=adsb,host,port,protocol[,uuid=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX][,extra-arguments]
|
- ULTRAFEEDER_CONFIG=adsb,host,port,protocol[,uuid=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX][,extra-arguments]
|
||||||
|
@ -239,7 +239,7 @@ The ULTRAFEEDER_CONFIG parameter can have multiple config strings, separated by
|
||||||
In the above configuration strings:
|
In the above configuration strings:
|
||||||
|
|
||||||
* `host` is an IP address. Specify an IP/hostname/containername for incoming or outgoing connections.
|
* `host` is an IP address. Specify an IP/hostname/containername for incoming or outgoing connections.
|
||||||
* `port` is a TCP port number
|
* `port` and `return_port` are TCP port numbers
|
||||||
* `protocol` can be one of the following:
|
* `protocol` can be one of the following:
|
||||||
* `beast_reduce_out`: Beast-format output with lower data throughput (saves bandwidth and CPU)
|
* `beast_reduce_out`: Beast-format output with lower data throughput (saves bandwidth and CPU)
|
||||||
* `beast_reduce_plus_out`: Beast-format output with extra data (UUID). This is the preferred format when feeding the "new" aggregator services
|
* `beast_reduce_plus_out`: Beast-format output with extra data (UUID). This is the preferred format when feeding the "new" aggregator services
|
||||||
|
|
Loading…
Reference in a new issue