1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-10-16 05:50:44 +00:00

Update README.md - GPSD Variable Documentation (#136)

Updated documentation and added example regarding variable handling by
mlat-client when utilizing gpsd functions. Closes issue #111
This commit is contained in:
Fred Clausen 2024-09-07 09:28:55 -06:00 committed by GitHub
commit f468afcc64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -836,7 +836,7 @@ If you have any issues, readsb will use verbose output if you add the `GPSD_DEBU
### Optional parameters regulating the restart of `mlat-client` when the location changes
The following parameters are all optional and are subject to change. You don't need to set them unless you want to change the default behavior:
The following parameters are all optional and are subject to change. These variables should be added to the environment section of your docker-compose.yml. They will not work if entered into the .env file. You don't need to set them unless you want to change the default behavior.
| Environment Variable | Purpose | Default |
| -------------------- | ------- | ------- |
@ -844,6 +844,17 @@ The following parameters are all optional and are subject to change. You don't n
| `GPSD_MLAT_WAIT` | The wait period (in seconds) your station must be stationary before mlat is started (minimum 90 seconds) | `90` (seconds) |
| `GPSD_CHECK_INTERVAL` | How often the container checks for updated location information. (minimum 5 seconds) | `30` (seconds) |
See example below:
```yaml
environment:
...
- GPSD_MIN_DISTANCE=20
- GPSD_MLAT_WAIT=90
- GPSD_CHECK_INTERVAL=30
...
```
## Web Pages
If you have configured the container as described above, you should be able to browse to the following web pages: