Metadata-Version: 1.0
Name: netbeacon
Version: 1.1
Summary: Network host discovery.
Home-page: http://www.smallbulb.net
Author: David Siroky
Author-email: siroky@dasir.cz
License: MIT License
Description: Use case
        ========
        You have a server in LAN. You want some client to connect to it but the client
        does not know the address. So you run beacon on the server side and the client
        will find it.
        
        Prerequisites
        =============
        - python 2.6+
        - netifaces (optional)
        
        Download
        ========
        - packages at http://pypi.python.org/pypi/netbeacon
        - repository at https://github.com/dsiroky/netbeacon
        
Keywords: network,host,beacon,discovery,UDP,broadcast
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Communications
Classifier: Topic :: Software Development :: Libraries
