Metadata-Version: 1.1
Name: ooniprobe
Version: 2.2.0
Summary: Network measurement tool foridentifying traffic manipulation and blocking.
Home-page: https://ooni.torproject.org/
Author: Open Observatory of Network Interference
Author-email: contact@openobservatory.org
License: BSD 2 clause
Description: 
        ooniprobe: a network interference detection tool
        ================================================
        
        .. image:: https://travis-ci.org/TheTorProject/ooni-probe.png?branch=master
            :target: https://travis-ci.org/TheTorProject/ooni-probe
        
        .. image:: https://coveralls.io/repos/TheTorProject/ooni-probe/badge.png
            :target: https://coveralls.io/r/TheTorProject/ooni-probe
        
        ___________________________________________________________________________
        
        .. image:: https://ooni.torproject.org/images/ooni-header-mascot.png
            :target: https:://ooni.torproject.org/
        
        OONI, the Open Observatory of Network Interference, is a global observation
        network which aims is to collect high quality data using open methodologies,
        using Free and Open Source Software (FL/OSS) to share observations and data
        about the various types, methods, and amounts of network tampering in the
        world.
        
        Read this before running ooniprobe!
        -----------------------------------
        
        Running ooniprobe is a potentially risky activity. This greatly depends on the
        jurisdiction in which you are in and which test you are running. It is
        technically possible for a person observing your internet connection to be
        aware of the fact that you are running ooniprobe. This means that if running
        network measurement tests is something considered to be illegal in your country
        then you could be spotted.
        
        Furthermore, ooniprobe takes no precautions to protect the install target machine
        from forensics analysis. If the fact that you have installed or used ooni
        probe is a liability for you, please be aware of this risk.
        
        
        Setup ooniprobe
        -------------------
        
        To install ooniprobe you will need the following dependencies:
        
            * python
            * python-dev
            * python-setuptools
            * build-essential
            * libdumbnet1
            * python-dumbnet
            * python-libpcap
            * tor
            * libgeoip-dev
            * libpcap0.8-dev
            * libssl-dev
            * libffi-dev
            * libdumbnet-dev
        
        
        On debian based systems this can generally be done by running:
        
        .. code:: bash
        
            sudo apt-get install -y build-essential libdumbnet-dev libpcap-dev libgeoip-dev libffi-dev python-dev python-pip
        
        When you got them run:
        
        .. code:: bash
        
            sudo pip install ooniprobe
        
        Using ooniprobe
        ---------------
        
        It is recommended that you start the ooniprobe-agent system daemon that will
        expose a localhost only Web UI and automatically run tests for you.
        
        This can be done with:
        
        .. code:: bash
        
            ooniprobe-agent start
        
        
        Then connect to the local web interface on http://127.0.0.1:8842/
        
        Have fun!
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Framework :: Twisted
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: BSD :: BSD/OS
Classifier: Operating System :: POSIX :: BSD :: FreeBSD
Classifier: Operating System :: POSIX :: BSD :: NetBSD
Classifier: Operating System :: POSIX :: BSD :: OpenBSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Security
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Testing :: Traffic Generation
Classifier: Topic :: System :: Networking :: Monitoring
