• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

demos/H21-Jun-2018-724594

doc/H21-Jun-2018-626495

tclconfig/H03-May-2022-4,7104,229

tests/H21-Jun-2018-1,3741,117

ChangeLogH A D21-Jun-20187.3 KiB153143

INSTALLH A D21-Jun-20189.3 KiB237179

Makefile.inH A D03-May-202216 KiB456229

READMEH A D21-Jun-20181.2 KiB4929

aclocal.m4H A D21-Jun-2018144 108

configureH A D03-May-2022280 KiB10,1368,084

configure.acH A D21-Jun-20188.8 KiB22752

dbusCommand.cH A D21-Jun-201823.3 KiB804539

dbusEvent.cH A D21-Jun-201839.9 KiB1,289958

dbusMain.cH A D21-Jun-201811.4 KiB435356

dbusMessage.cH A D21-Jun-201828.6 KiB940615

dbusSignature.cH A D21-Jun-201815.6 KiB472315

dbusValidate.cH A D21-Jun-20187.9 KiB307127

dbustcl.hH A D21-Jun-20186.4 KiB221178

license.termsH A D21-Jun-2018766 1411

pkgIndex.tcl.inH A D21-Jun-2018233 87

README

1$Id$
2
3
4About
5-----
6
7DBus-Tcl is a Tcl library for interacting with the DBus, a popular system
8for applications to talk to eachother. DBus can also be used to coordinate
9the lifecycle of a process. For more information about DBus, see
10http://www.freedesktop.org/wiki/Software/dbus
11
12
13Features
14--------
15
16   + Connect to the well-known and other local and remote buses.
17
18   + Emit and receive triggers
19
20   + Execute method calls in other applications and get the results back.
21
22   + Handle method calls from other applications in plain Tcl.
23
24   + Monitor traffic on selected buses.
25
26   + Ensure that only one instance of an application runs at the same time.
27
28
29Compiling
30---------
31
32The dbus-tcl package uses a TEA3-based build system. Building the package
33generally consists of running "./configure; make; make install" in the
34top-level directory. More details are available in the INSTALL file.
35
36*** NOTE ***
37
38Building the documentation requires the availability of the dtplite command,
39which is part of the doctools package in tcllib.
40
41
42Availability
43------------
44The Tcl DBus extension is hosted at SourceForge:
45	http://dbus-tcl.sourceforge.net/
46	http://sourceforge.net/projects/dbus-tcl
47
48The latest sources are available under the 'dbus-tcl' module in CVS.
49