{"id":76493,"library":"servak-go-fastping","title":"go-fastping","description":"ICMP ping library for sending ECHO REQUEST packets quickly.","status":"active","version":"0.0.0-20160802140958-5718d12e20a0","language":"go","source_language":null,"source_url":"https://github.com/servak/go-fastping","tags":["icmp","ping","networking"],"install":[{"cmd":"go get github.com/servak/go-fastping","lang":"bash","label":"Install github.com/servak/go-fastping"}],"dependencies":[],"imports":[{"symbol":"fastping","correct":"github.com/servak/go-fastping"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/servak/go-fastping\"\n\t\"net\"\n\t\"time\"\n)\n\nfunc main() {\n\tp := fastping.NewPinger()\n\tra, _ := net.ResolveIPAddr(\"ip4:icmp\", \"127.0.0.1\")\n\tp.AddIPAddr(ra)\n\tp.OnRecv = func(addr *net.IPAddr, rtt time.Duration) {\n\t\tfmt.Printf(\"IP %s received, RTT %v\\n\", addr, rtt)\n\t}\n\tp.Run()\n}","lang":"go","description":"Ping an IP address and handle responses."},"warnings":[],"env_vars":null,"search_vec":"'echo':9 'fastp':3 'go':2 'go-fastp':1 'icmp':4,13 'librari':6 'network':15 'packet':11 'ping':5,14 'quick':12 'request':10 'send':8","created_at":"2026-06-17T19:32:13.172465+00:00","updated_at":"2026-06-17T19:32:13.172465+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/servak/go-fastping","github":"https://github.com/servak/go-fastping","docs":"https://pkg.go.dev/github.com/servak/go-fastping#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}