# ntp **Repository Path**: cb5654_sdk/ntp ## Basic Information - **Project Name**: ntp - **Description**: {"name": "ntp", "description": "Network Time Protocol", "versions": "v7.4.0.1", "license": "Apache license v2.0", "type": "common", "depends": ["csi", "aos"]} - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: v7.4.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-03 - **Last Updated**: 2021-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 概述 NTP(Network Time Protocol) 是网络时间协议,它是用来同步网络中各个计算机时间的协议 # 示例 ```C ntp_sync_time(NULL); ``` 或者 ```C ntp_sync_time("ntp1.aliyun.com"); ```