-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
29 lines (15 loc) · 708 Bytes
/
README
File metadata and controls
29 lines (15 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
TUC Transfer Protocol Daemon (TTPD)
and
TUC Alert Daemon (TAD)
This software is Copyright (C) 2004--2011 by Lingit AS.
This package contains the implementation of TTPD and TAD. The package
is written in Python (and was tested with Python 2.3.4 [on Linux] and
Python 2.3.3 [on SunOS]) and requires the Python installation to
support threads.
See the file INSTALL for information on how to build and install the
programs and the Python modules they use.
For developers: To build a new release and distribute it, issue the following
command:
./release.sh && ./distribute_newest_deb.sh busstuc.lingit.no:download/
Martin Thorsen Ranang <mtr@ranang.org>, 2004-08-24.
$Id$