Files in undroid/dbus/dbus-tcl/ of tip
Not logged in

Files in directory undroid/dbus/dbus-tcl from the latest check-in

  • demos
  • doc
  • tclconfig
  • tests
  • aclocal.m4
  • ChangeLog
  • configure
  • configure.ac
  • dbusCommand.c
  • dbusEvent.c
  • dbusMain.c
  • dbusMessage.c
  • dbusSignature.c
  • dbustcl.h
  • dbusValidate.c
  • INSTALL
  • license.terms
  • Makefile.in
  • pkg.m4
  • pkgIndex.tcl.in
  • README

About
-----

DBus-Tcl is a Tcl library for interacting with the DBus, a popular system
for applications to talk to eachother. DBus can also be used to coordinate
the lifecycle of a process. For more information about DBus, see
http://www.freedesktop.org/wiki/Software/dbus


Features
--------

   + Connect to the well-known and other local and remote buses.

   + Emit and receive triggers

   + Execute method calls in other applications and get the results back.

   + Handle method calls from other applications in plain Tcl.

   + Monitor traffic on selected buses.

   + Ensure that only one instance of an application runs at the same time.


Compiling
---------

The dbus-tcl package uses a TEA3-based build system. Building the package
generally consists of running "./configure; make; make install" in the
top-level directory. More details are available in the INSTALL file.

*** NOTE ***

Building the documentation requires the availability of the dtplite command,
which is part of the doctools package in tcllib.


Availability
------------
The Tcl DBus extension is hosted at SourceForge:
	http://dbus-tcl.sourceforge.net/
	http://sourceforge.net/projects/dbus-tcl

The latest sources are available under the 'dbus-tcl' module in CVS.