# Ping **Repository Path**: liu-rongquan/ping ## Basic Information - **Project Name**: Ping - **Description**: use RawSocket to simulate Ping (ICMP) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-27 - **Last Updated**: 2021-12-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ping #### 介绍 使用RawSocket接发ICMP包模拟Ping操作 ### 注意事项 该程序只适用于windows系统 #### 使用说明 1. 下载代码ping.cpp到本地 2. 使用g++ ping.cpp -o ping -lws2_32编译程序 3. ./ping运行