summaryrefslogtreecommitdiff
path: root/python-ping-0.2/README
diff options
context:
space:
mode:
authork clair <kclair@riseup.net>2012-10-09 12:53:09 -0700
committerk clair <kclair@riseup.net>2012-10-09 12:53:09 -0700
commite7f841ebffe2a1631a3bd8056b2aa2182184fc8a (patch)
treecf4e1944c978d53ec69a50a2134d01e21cb0fdc3 /python-ping-0.2/README
add source tarball and unpacked files
Diffstat (limited to 'python-ping-0.2/README')
-rw-r--r--python-ping-0.2/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/python-ping-0.2/README b/python-ping-0.2/README
new file mode 100644
index 0000000..b3cccd7
--- /dev/null
+++ b/python-ping-0.2/README
@@ -0,0 +1,9 @@
+This library is a fork of George Notaras' python-ping library, which is
+an implementation of the standard ICMP ping in pure Python.
+
+As it uses raw ICMP sockets, you need to be root to use the functions
+exported by the ping module.
+
+This fork by Pierre Bourdon adds a setup.py file in order to permit an
+easier distribution of the package. The license of the library remains
+unchanged (GPLv2), see COPYING.