Skip to content

ipv6freely/tcpping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCP Ping

PyPI version

Installation:

pip install tcpping

Usage:

from tcpping import tcpping

if tcpping(host = '10.10.10.10', port = 22, timeout = 5):
	print('yay!')
else:
	print('boo!')

Credit:

@yantisj for the intitial code

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages