vitovt / ping_graph

Network Ping Monitor - Python-based tool designed to continuously monitor network latency by pinging a specified host and visualizing the response times in real-time.
GNU General Public License v3.0
3 stars 2 forks source link

requirements? #1

Closed Echsecutor closed 2 months ago

Echsecutor commented 3 months ago

Running the tool as described in https://github.com/vitovt/ping_graph?tab=readme-ov-file#usage does not work due to (possibly) missing python packages. -> which packages need to be installed?

vitovt commented 3 months ago

Hi. Full list of imported packages is in import section of code:

import subprocess
import re
import time as tme
import matplotlib.pyplot as plt
import argparse
import threading
import numpy as np

At least subprocess, time, threading

If you paste here the screenshot of error I can give you more detailed advice.

Regards.

vitovt commented 2 months ago

Here is the dependecy commit: https://github.com/vitovt/ping_graph/commit/8a815aaa1408e189934ff3e54c1e14a76741fdeb