webjour
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:bonjour browsing in a webpage
WebJour
=======

Webjour is a web interface for bonjour services discovering.

Its main target is VPN connected users, wich loose bonjour broadcasting.

Dependencies
------------

Python 2.6 provides json, but not python 2.5::

  sudo easy-install -U simplejson

Bonjour binding is done with pybonjour_::

  sudo easy-install -U pybonjour

Webjour use OSX's icons, you have to fetch it with a simple command::

  sudo port install libicns
  ./icons.py

Usage
-----

Webjour use wsgi tools, for now, it's standalone::

  ./webjour.py

The web page is http://localhost:8000

.. _pybonjour: http://code.google.com/p/pybonjour/

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。