Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ping program in Python
#14
i know what the system ping command has to do for its basic use. i wanted to see how that would be done in Python. in particular, i want to see how it waits for the arriving replies at any point in time and keeps on sending the ping requests whether any replies arrive or not. does it "cheat" and run 2 threads, one to send ping requests (up to how many requested) and one to receive replies (up to the proper time) and print the per-reply stats (duration of round-trip, etc).

then i would see how easy to have it track the state of reachability of the specified remote interface, with local actions to deal with it.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
ping program in Python - by Skaperen - Mar-02-2022, 11:17 PM
RE: ping program in Python - by BashBedlam - Mar-03-2022, 03:10 AM
RE: ping program in Python - by ndc85430 - Mar-03-2022, 04:59 AM
RE: ping program in Python - by Skaperen - Mar-03-2022, 05:30 AM
RE: ping program in Python - by ndc85430 - Mar-03-2022, 06:25 AM
RE: ping program in Python - by snippsat - Mar-03-2022, 03:56 PM
RE: ping program in Python - by Skaperen - Mar-03-2022, 10:51 PM
RE: ping program in Python - by snippsat - Mar-03-2022, 11:43 PM
RE: ping program in Python - by Skaperen - Mar-04-2022, 02:54 AM
RE: ping program in Python - by DeaD_EyE - Mar-04-2022, 12:22 PM
RE: ping program in Python - by snippsat - Mar-04-2022, 03:13 PM
RE: ping program in Python - by Skaperen - Mar-04-2022, 08:27 PM
RE: ping program in Python - by snippsat - Mar-05-2022, 07:33 AM
RE: ping program in Python - by Skaperen - Mar-05-2022, 06:20 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  creapy ping Skaperen 0 1,880 Jul-04-2018, 02:55 AM
Last Post: Skaperen
  Can a python program execute an action on another software program? lex 4 4,050 Jan-26-2018, 03:10 PM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020