Metadata-Version: 1.1
Name: NetGrasp
Version: 0.9.0
Summary: A passive network scanner
Home-page: https://github.com/jeremyandrews/netgrasp
Author: Jeremy Andrews
Author-email: jeremy@tag1consulting.com
License: 2-clause BSD
Download-URL: https://github.com/jeremyandrews/netgrasp/archive/v0.9.0-beta.tar.gz
Description: ========
        NetGrasp
        ========
        Netgrasp tracks IP and MAC address pairs seen on the network while it runs,
        optionally generating notifications. For example, it can notify you when a new
        device joins your network. It can also send daily and weekly emails summarizing
        the devices using your network.
        
        Netgrasp requires Python 2.
        
        ============
        Installation
        ============
        Run:
          pip install netgrasp
        
        Or:
          sudo ./setup.py install
        
        To start netgrasp:
          sudo netgrasp start
        
        To stop netgrasp:
          sudo netgrasp stop
        
        Some built-in documentation on using Netgrasp:
         * netgrasp -h
         * netgrasp list -h
         * netgrasp identify -h
        
        Complete documentation can be found in docs/README.md:
          https://github.com/jeremyandrews/netgrasp/blob/master/docs/README.md
        
Platform: UNKNOWN
