UNPKG

icmp

Version:

Internet Control Message Protocol in Node

6 lines (4 loc) 143 B
const icmp = require('icmp'); icmp.listen((buffer, source) => { console.log(`Received ${buffer.length} bytes buffer from ${source}`); });