Metadata-Version: 1.1
Name: tinc-graphs
Version: 0.3.2
Summary: Create Graphs from tinc Stats
Home-page: http://krebsco.de/
Author: krebs
Author-email: spam@krebsco.de
License: WTFPL
Download-URL: https://pypi.python.org/pypi/tinc_graphs/
Description: # Generate Graphs from tinc
        
        ## Install
        ### Nix
        
            # tinc_pre is required:
            nix-env -i -f tinc_graphs.nix
        
            ## e.g. in Retiolum:
            ## krebs.retiolum.tinc = pkgs.tinc_pre
        ### Local
        
            python setup.py install
            # also install graphviz,imagemagic for building graphs
        
        
        ### Usage:
        
        see source of the 2 builder scripts:
        
            #all-around-builder
            # env: EXTERNAL_FOLDER, INTERNAL_FOLDER, GEODB, TINC_HOSTPATH
            all-the-graphs
        
            # build actual graphs
            build-graph
        
            # exported py scripts
            tinc-stats2json         # - parses tinc current state into json
            tinc-build-graph        # - transfers json to graph
            copy-map                # - copies map.html into $1
            add-geodata             # - adds geodata to json
            tinc-availability-stats # adds availability data to json
        
        ## Geodb infos
        
        - http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
        - nix-env -iA geolite-legacy
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
