Coder Social home page Coder Social logo

pybonjour's Introduction

----------------------------------------------------
pybonjour:  Pure-Python interface to Apple Bonjour

Author: Christopher Stawarz <[email protected]>
Version: 1.1.1
May 8, 2008
----------------------------------------------------


Introduction
------------

pybonjour provides a pure-Python interface (via ctypes) to Apple
Bonjour and compatible DNS-SD libraries (such as Avahi).  It allows
Python scripts to take advantage of Zero Configuration Networking
(Zeroconf) to register, discover, and resolve services on both local
and wide-area networks.  Since pybonjour is implemented in pure
Python, scripts that use it can easily be ported to Mac OS X, Windows,
Linux, and other systems that run Bonjour.

pybonjour is free software, distributed under the MIT license.


Requirements
------------

pybonjour requires Python 2.4 or later.  It also depends on ctypes
(version 1.0.1 or later), which is part of the standard library in
Python 2.5 but must be downloaded and installed separately for Python
2.4.

No additional software is required to use pybonjour under Mac OS X.
To use it under Windows, the Bonjour for Windows package must be
installed on your system.  Most Linux systems use Avahi rather than
Bonjour for DNS-SD.  If this is the case on your system, you'll need
to install Avahi's Bonjour compatibility library.  (Under Ubuntu, the
package to install is libavahi-compat-libdnssd1.)  Otherwise, or to
use pybonjour under other POSIX systems, you must download, compile,
and install Bonjour from source.

Both the Bonjour for Windows package and the latest Bonjour source
code are available for download at

  http://developer.apple.com/networking/bonjour/download/


Documentation
-------------

pybonjour provides extensive online documentation, which can be
accessed from the Python prompt via 'help(pybonjour)'.  In addition,
the examples directory contains scripts that demonstrate basic usage
of the module.

For more information, please visit

  http://o2s.csail.mit.edu/o2s-wiki/pybonjour

pybonjour's People

Stargazers

David Young avatar zhangheng avatar

Watchers

James Cloos avatar Jan avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.