Ping in Python
Darrell
darrell at dorb.com
Wed Jan 12 14:49:43 EST 2000
More information about the Python-list mailing list
Wed Jan 12 14:49:43 EST 2000
- Previous message (by thread): Ping in Python
- Next message (by thread): Ping in Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: "Doug Stanfield" > Chapter 2, Networking, a section titled 'Emulating Ping'. Good info that > answers some of the "how does a PING work" > Demo/sockets/udpecho.py". AFIK udpecho.py isn't the same thing as ping. I found some code to listen for a ping, but there's a lot I don't understand about it. It picks up pings coming from 127.0.0.1 but not from another machine ?? Ping uses an ICMP echo request, which requires some down an dirty socket work. --Darrell -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: ping.py URL: <http://mail.python.org/pipermail/python-list/attachments/20000112/fadacfe7/attachment.ksh>
- Previous message (by thread): Ping in Python
- Next message (by thread): Ping in Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list