Metadata-Version: 1.0
Name: pylisp
Version: 0.1
Summary: Locator/ID Separation Protocol (LISP) library
Home-page: https://github.com/steffann/pylisp
Author: S.J.M. Steffann
Author-email: sander@steffann.nl
License: BSD License
Description: pylisp
        ======
        
        This package provides an implementation of LISP, the Locator/ID
        Separation Protocol in Python. This is an experimental protocol
        where the IP addresses on the network define the identity of
        the systems and a separate mapping system determines how the
        data is routed to that network.
        
        This library provides the means to parse and create LISP data
        and control messages, as well as command line tools to perform
        actions like asking a map resolver for a mapping and directly
        querying a DDT node.
        
        The intention is that in a later stage implementations for a
        map server, map resolver and DDT node will also be provided.
Keywords: lisp ddt
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Communications
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Networking
Classifier: Topic :: Utilities
