cpu / woodwatch

Small daemon to trigger webhooks based on receiving ICMP echo request keepalives.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Receive ICMP echo requests

cpu opened this issue · comments

Receive, parse and process ICMP echo requests. This shouldn't require root privileges on Linux.

See ListenPacket and PacketConn.ReadFrom. In x/net/icmp.