
Ping command using python 3.6.5
Apr 19, 2021 · Hey all, I want to ping a server and perform an action based on the result. My problem is getting the ping ressult in an format that i can use for in a if, else statement. ping is always 0 weither …
ping program in Python
Mar 4, 2022 · i am looking for a Python3 implementation of the ping program. i've already done one that invokes /bin/ping and it is too awkward to do what i want (timing changes for the ping packets).
How to get the result of a ping to show in tkinter? - Python Forum
Feb 10, 2023 · Do anyone knows how to let ping to print in the tkinter GUI, not on the terminal i had tried many methods and find on the net just couldn't find a method to solve it. Many resource mention on …
How to send a pong on websocket-client - Python Forum
Aug 17, 2024 · I have made a request to Binance websocket using the python websocket client, but the problem is that the websocket connection use to disconnect automatically. When i check the …
Need some guidance on a script to ping a list of ip's - Python Forum
Aug 10, 2023 · Im trying to tweak this logic a bit to return some additional information or even look at threading it so it runs a little faster. I have a list of 3036 ip addresses i need to ping in a timely …
Create a program that PING a list of IPs - Python Forum
Mar 26, 2020 · Could somebody help me creating a program that Ping a list of IP adresses and save thta result of that Pinf in a text file in order to have a historic record I made tis code but it is not …
How do i listen to loopback address on my local computer ... - Python …
May 29, 2023 · I want to listent to my loopback address on my windows PC, without attaching it to a port. I want to listent to any messages, or ICMP pings sourced from address 10.0.0.1, as the 10.0.0.0 …
asyncio: WebSocketClient:connection closed (ERR): sent 1011 - Python …
Jan 3, 2025 · Hi, I'm using Python asyncio, everything is working fine. The only issue is, that the (*) writing data from queue into the database: df.to_sql causes the error: 'WebSocketClient:connection …
ping with output - Python Forum
Nov 28, 2019 · i have one question related to output file when ping. if i type in 8.8.8.8 ip address it will export the ping status to the file, but if i used unreachable ip address, my temp file will only display #
ping program in python
Jun 23, 2018 · i want to write a new ping program in python. but i want it to differ from the classic ping program in the following ways: 1. timing that does not accumulate offsets or errors. this means that …