Skip to content

Python ping library for Linux, Mac, and Windows (No root required!)

License

Notifications You must be signed in to change notification settings

AndersBallegaard/pyICMP

Repository files navigation

pyICMP

A ping implementation in python using native CLI clients

codecov | Build Status

Requirements Status | Downloads

Getting started

Install pyICMP

pip3 install pyICMP

Ping a single address

#!/usr/bin/python3

#import pyICMP
import pyICMP

result = pyICMP.ping('1.1.1.1')

if result:
    print("OK")
else:
    print("fail")

About

Python ping library for Linux, Mac, and Windows (No root required!)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published