Skip to main content

Find hosts listening on specified port in local network

Project description

Host finder

PyPI version Python version Operating system Coverage

Find hosts listening on specified port in local network

Usage

  1. Command line

    hostfinder --port 8080
    
  2. 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 hashes)

Uploaded Source

Built Distribution

hostfinder-1.0.1-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page