Skip to content

Instantly share code, notes, and snippets.

View tenaciouspete's full-sized avatar

Pete Mobilia tenaciouspete

  • Melbourne, Australia
View GitHub Profile
@abcdabcd987
abcdabcd987 / ICMPPinger.py
Created May 15, 2017 10:18
Socket Programming Assignment 5: ICMP Pinger
import os
import sys
import struct
import time
import select
import socket
import binascii
ICMP_ECHO_REQUEST = 8