# ntp **Repository Path**: w800_sdk/ntp ## Basic Information - **Project Name**: ntp - **Description**: Network Time Protocol - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: v7.3.3 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-09 - **Last Updated**: 2021-04-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 概述 NTP(Network Time Protocol) 是网络时间协议,它是用来同步网络中各个计算机时间的协议 # 示例 ```C ntp_sync_time(NULL); ``` 或者 ```C ntp_sync_time("ntp1.aliyun.com"); ```