Polaris Native API (Point One Open)

The native Point One corrections protocol. A Polaris API key is POSTed unauthenticated to https://api.pointonenav.com/api/v1/auth/token and exchanged for a bearer access token valid for 604800 seconds; the client then opens a TLS stream to rtk.pointonenav.com:8090, sends an Authorization system message carrying the token, and periodically reports its position as an ECEF or LLA system message. The server returns RTCM3 corrections outside the system-message envelope. Messages use a 0xB5 0x62 framed, little-endian, checksummed binary format.

API entry from apis.yml

apis.yml Raw ↑
aid: point-one-navigation:polaris-native
name: Polaris Native API (Point One Open)
description: The native Point One corrections protocol. A Polaris API key is POSTed unauthenticated to
  https://api.pointonenav.com/api/v1/auth/token and exchanged for a bearer access token valid for 604800
  seconds; the client then opens a TLS stream to rtk.pointonenav.com:8090, sends an Authorization system
  message carrying the token, and periodically reports its position as an ECEF or LLA system message.
  The server returns RTCM3 corrections outside the system-message envelope. Messages use a 0xB5 0x62 framed,
  little-endian, checksummed binary format.
humanURL: https://support.pointonenav.com/native-api-docs
baseURL: https://api.pointonenav.com/api/v1
tags:
- RTK
- GNSS
- Corrections
- RTCM
- Streaming
properties:
- type: Documentation
  url: https://support.pointonenav.com/native-api-docs
- type: Examples
  url: https://support.pointonenav.com/native-api-examples
- type: SourceCode
  url: https://github.com/PointOneNav/polaris
- type: Authentication
  url: authentication/point-one-navigation-authentication.yml