This commit is contained in:
Chris Smith 2021-04-06 14:28:46 -05:00
commit 75e7764299

View file

@ -42,7 +42,7 @@ This makes it possible to track an Iridium-based satellite device, say, on aprs.
### Multiple inReach devices
Some preliminary but untested support is now included for multiple inReach devices on the same feed. There are a few strategies for dealing with multiple devices:
Support is now included for multiple inReach devices on the same feed. There are a few strategies for dealing with multiple devices. I do not have a way to test it on my own, but it has been tested and I'm told it works. I will do my best not to break it in an update. You can do any one of the following things:
* Just define a single SSID in the configuration file, leave the Devices section undefined, and the software will increment the number on your SSID for each new IMEI it finds in the feed. Mappings generated this way will be consistent within a single run, but may -- or may not -- change if you run the service again.
@ -50,7 +50,7 @@ Some preliminary but untested support is now included for multiple inReach devic
* Run multiple instances of the daemon, each with an IMEI specified on the command-line, or each with a new configuration file and a Devices section that includes some but not all of the devices you want to watch.
If you have multiple inReach devices, try doing any one of the above, and if my guesses about the KML feed behavior are correct, they should all be accessible.
If you have multiple inReach devices, that should get them all tracking.