Changes between Version 5 and Version 6 of BluePrintZeroConf


Ignore:
Timestamp:
08/11/09 14:08:05 (16 years ago)
Author:
Fran Boon
Comment:

Python examples for Avahi

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintZeroConf

    v5 v6  
    99 * Python Multicast DNS Service Discovery: http://sourceforge.net/projects/pyzeroconf/
    1010
    11 Best toolkit to use is probably Apple's Bonjour:
    12  * http://developer.apple.com/networking/bonjour
    13  * Python interface: http://www-unix.mcs.anl.gov/fl/research/accessgrid/bonjour-py/bonjour-py.html
    14  * Windows licensing agreement: http://developer.apple.com/softwarelicensing/agreements/bonjour.html#bonjourwin
    15 
    1611Alternatives are:
    17  * Avahi: http://www.avahi.org/wiki/AboutAvahi
     12 * Apple's Bonjour:
     13  * http://developer.apple.com/networking/bonjour
     14  * Python interface: http://www-unix.mcs.anl.gov/fl/research/accessgrid/bonjour-py/bonjour-py.html
     15  * Windows licensing agreement: http://developer.apple.com/softwarelicensing/agreements/bonjour.html#bonjourwin
     16 * Avahi:
     17  * http://www.avahi.org/wiki/AboutAvahi
     18  * Python examples:
     19   * http://stackp.online.fr/?p=35
     20   * http://avahi.org/wiki/PythonBrowseExample
    1821 * Microsoft's SSDP (used by [http://www.upnp.org UPnP]):
    1922  * Python implementations: