atsvetkov / ping

A simple clone of the ping utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ping

As an exercise in understanding the Sockets API in .NET and low-level details of IP and ICMP protocols, I have built a small and simplified version of a ping utility. It is intended for educational purposes only and not for production use. Currently only IPv4 is supported.

About

A simple clone of the ping utility

License:MIT License


Languages

Language:C# 100.0%