/tcptable-python

Primary LanguageCMIT LicenseMIT

tcptable

Installation

$ pip install git+https://github.com/sousa-andre/tcptable-python

Usage

    from tcptable import get_tcp_table
    
    table = get_tcp_table()
    print(table)