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