Ntrip Client
- class bosdyn.client.gps.ntrip_client.NtripClientParams(server='', port=2101, user='', password='', mountpoint='', tls=False)[source]
Bases:
object
Class for storing parameters for connecting an NTRIP client to an NTRIP server.
- class bosdyn.client.gps.ntrip_client.NtripClient(device, params: NtripClientParams, logger)[source]
Bases:
object
Client used to connect to an NTRIP server to download GPS corrections. These corrections are then forwarded on to the GPS device using the given stream.
- send_gga(gga)[source]
Given a GPGGA message, send it to the NTRIP server. This helps the NTRIP server send corrections that are applicable to the area in which the receiver is operating.