mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-21 21:30:11 +00:00
undo some of the worst pre-commit markdown atrocities
This commit is contained in:
parent
709fb2eff4
commit
77e000952b
1 changed files with 17 additions and 16 deletions
11
README.md
11
README.md
|
@ -162,8 +162,8 @@ You need to make sure that the USB device can be accessed by the container. The
|
|||
|
||||
```yaml
|
||||
device_cgroup_rules:
|
||||
- "c 189:* rwm"
|
||||
---
|
||||
- 'c 189:* rwm'
|
||||
...
|
||||
volumes:
|
||||
- /dev:/dev:ro
|
||||
```
|
||||
|
@ -261,7 +261,7 @@ Although not recommended, you can change the measurement intervals and low/high
|
|||
If you need to reset AutoGain and start over determining the gain, you can do so with this command:
|
||||
|
||||
```bash
|
||||
docker exec -it ultrafeeder /usr/local/bin/autogain1../sdr-e-base-repo-setup/.pre-commit-config.yaml090 reset
|
||||
docker exec -it ultrafeeder /usr/local/bin/autogain1090 reset
|
||||
```
|
||||
|
||||
#### Connecting to external ADSB data sources
|
||||
|
@ -653,9 +653,10 @@ The feature assumes that you have mapped `/var/lib/collectd` to a volume (to ens
|
|||
```yaml
|
||||
volumes:
|
||||
- /opt/adsb/ultrafeeder/globe_history:/var/globe_history
|
||||
---
|
||||
...
|
||||
tmpfs:
|
||||
- /run:exec,size=256M
|
||||
...
|
||||
```
|
||||
|
||||
| Environment Variable | Purpose | Default |
|
||||
|
@ -740,7 +741,7 @@ In order for Telegraf to output metrics to an [InfluxDBv2](https://docs.influxda
|
|||
|
||||
You can look at individual messages and what information they contain, either for all or for an individual aircraft by hex:
|
||||
|
||||
```shell
|
||||
```bash
|
||||
# only for hex 3D3ED0
|
||||
docker exec -it ultrafeeder /usr/local/bin/viewadsb --show-only 3D3ED0
|
||||
|
||||
|
|
Loading…
Reference in a new issue