> For the complete documentation index, see [llms.txt](https://docs.ceruleansonar.com/c/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ceruleansonar.com/c/omniscan3d/technical-details/api/set_ntp_url.md).

# SET\_NTP\_URL

#### ID: 18

#### Payload Definition

The Omniscan 3D can obtain UTC time from an NTP server. This packet allows you to set the NTP server URL. Provide either a hostname (for example, `time.google.com`) or an IP address (for example, `192.168.2.101`) as a string. If the server is on the internet, make sure the Omniscan 3D network configuration allows outbound internet access (DHCP is usually the simplest option).

| Data Type | Name | Description                                                                  |
| --------- | ---- | ---------------------------------------------------------------------------- |
| char\[]   | url  | URL of the NTP server (not null terminated as header defines payload length) |
