Find hosts listening on specified port in local network
Project description
Host finder
Find hosts listening on specified port in local network
Usage
-
Command line
hostfinder --port 8080
-
Python module
import hostfinder from hostfinder import Options options = Options(port=8080) # first host listening on a port host = hostfinder.find_host(options) # all hosts listening on a port hosts = hostfinder.find_hosts(options)
Installation
pip install hostfinder
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hostfinder-1.0.1.tar.gz
(5.3 kB
view details)
Built Distribution
File details
Details for the file hostfinder-1.0.1.tar.gz
.
File metadata
- Download URL: hostfinder-1.0.1.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df464cba2295818c8686dc59affe4e9d15e8c915aa8f0fe3283c464978df590b |
|
MD5 | 98485d0ada1799fe7a7189cdca5d488e |
|
BLAKE2b-256 | 32b9f0e0f90bc50accedaec520ccce13122cc190dabee4c5e6253264d8cf9010 |
File details
Details for the file hostfinder-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: hostfinder-1.0.1-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3368d5085881f9a46a5236119ddfde4c2cba0623e18d3e5b8b8f35d321174bb3 |
|
MD5 | ca111753d4badde95de7b161ccd7fe64 |
|
BLAKE2b-256 | 79a6a80738bf46512c3596c7eff9b2c10342369543f05c0d0ff530b9a222c782 |