# raw_ping v0.2.0 - Table of Contents Pure Erlang/OTP ICMP ping library using the modern :socket API. No NIFs, no external dependencies. Requires Elixir 1.17+ (OTP 25+). ## Modules - [RawPing](RawPing.md): Pure Erlang/OTP ICMP ping library using the modern `:socket` API. - [RawPing.Packet](RawPing.Packet.md): ICMP packet construction and parsing. - [RawPing.Socket](RawPing.Socket.md): Low-level socket operations for ICMP using Erlang's `:socket` API.