Skip to content

Commit

Permalink
Deployed 7c37806 to docs-develop with MkDocs 1.5.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 5, 2024
1 parent c4cc173 commit 95f7f9a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
Binary file modified docs-develop/core-services/images/position-service.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions docs-develop/core-services/position-service/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4324,15 +4324,28 @@ <h1 id="position-service">Position Service</h1>
<ul>
<li><strong>gpsd</strong> - gpsd service daemon if is available on the system. </li>
<li><strong>serial</strong> - direct access to gps device through serial or usb port.</li>
<li><strong>modemManager</strong> - location information retrieved through a Modem Manager controlled modem</li>
</ul>
</li>
</ul>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>The Modem Manager based provider exploits the Location service offered by an enabled modem controlled by the ModemManager daemon: to work properly, MM requires that the modem has a SIM card inserted. When selecting this mode make sure you meet this necessary condition. It is possible to check the status of the modem through the OS running the command <code>mmcli -m &lt;numberOfModem&gt;</code>, the status of the location service through: <code>mmcli -m &lt;numberOfModem&gt; --location-status</code>; while the location data can be retrieved by running <code>mmcli -m &lt;numberOfModem&gt; --location-get</code>.</p>
</div>
<ul>
<li>
<p><strong>modem.manager.refresh.rate.seconds</strong> - refresh time of the position when using the ModemManager base provider.</p>
</li>
<li>
<p><strong>gpsd.host</strong> - host where gpsd service deamon is running. (required only if gpsd provider is selected.)</p>
</li>
<li>
<p><strong>gpsd.port</strong> - port where gpsd service is listening. (required only if gpsd provider is selected.)</p>
</li>
<li>
<p><strong>gpsd.max.fix.validity.interval.seconds</strong> - maximum time waited for a new position info before considering the fix lost.</p>
</li>
<li>
<p><strong>latitude</strong> - provides the static latitude value in degrees.</p>
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion docs-develop/search/search_index.json

Large diffs are not rendered by default.

Binary file modified docs-develop/sitemap.xml.gz
Binary file not shown.

0 comments on commit 95f7f9a

Please sign in to comment.