Skip to content

Commit 86676a5

Browse files
docs: Added multiple gps support note (#6116)
Added multiple gps support note Signed-off-by: pierantoniomerlino <pierantonio.merlino@eurotech.com>
1 parent e5010f4 commit 86676a5

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docs/core-services/position-service.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This service provides the following configuration parameters:
1818

1919
- **static** - specifies true or false whether to use a static position instead of a GPS. (Required field.)
2020

21-
- **provider** - species which position provider use, can be gpsd or serial.
21+
- **provider** - specifies which position provider use. Possible options are:
2222
- **gpsd** - gpsd service daemon if is available on the system.
2323
- **serial** - direct access to gps device through serial or usb port.
2424
- **modemManager** - location information retrieved through a Modem Manager controlled modem
@@ -50,4 +50,8 @@ This service provides the following configuration parameters:
5050

5151
- **stopbits** - sets the number of stop bits for the serial communication to the GPS device.
5252

53-
- **parity** - sets the parity for the serial communication to the GPS device.
53+
- **parity** - sets the parity for the serial communication to the GPS device.
54+
55+
## Multiple GPS module support
56+
57+
Eclipse Kura provides limited support for systems with multiple GPS modules. When more than one module is installed and managed by gpsd, Kura will monitor all of them. The reported position is taken from the first module that has a valid fix; if multiple modules have a fix, Kura selects the one that comes first in lexicographical order.

0 commit comments

Comments
 (0)