Skip to content

Instantly share code, notes, and snippets.

View rossdylan's full-sized avatar

Ross Delinger rossdylan

View GitHub Profile
"""
Module that wraps around ping and traceroute. The X version uses a new threading thingy
"""
import procThread
import threading
__info__ = {
"Author": "Ross Delinger",
"Version": "1.0",
"Dependencies": ["ping", "traceroute"]
}