Skip to content

A Python application that conducts ping tests on a list of IPs. The graphical interface, built with Tkinter, displays real-time availability: green for online and red for offline. Add or remove IPs, with automatic updates every 3 minutes and a manual refresh option.

License

Notifications You must be signed in to change notification settings

josemolineti/test-ip-connect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-ip-connect

The application was developed 100% using Python, also utilizing the local Sqlite3 database.

It consists of a system that performs a ping test on a list with various IP addresses, allowing the addition or removal of more IPs.

The graphical interface was created using the Tkinter library, where the screen updates every 3 minutes 180.000ms, re-executing the ping test. If the IP address is available, it will be colored green; if it is not available, it will be colored red.

Additionally, the screen can be manually refreshed using the button.

Captura de tela 2023-12-11 152727

About

A Python application that conducts ping tests on a list of IPs. The graphical interface, built with Tkinter, displays real-time availability: green for online and red for offline. Add or remove IPs, with automatic updates every 3 minutes and a manual refresh option.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages