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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
trickle
=======
by Marius Aamodt Eriksen <marius@monkey.org>
http://monkey.org/~marius/trickle
[](https://travis-ci.org/mariusae/trickle)
Description
-----------
trickle is a voluntary, cooperative bandwidth shaper. trickle works
entirely in userland and is cross platform compatible.
Install
-------
autoreconf -if
./configure
make
su
make install
Note that on certain systems you may get the following error on `make`:
configure.in:220: error: do not use LIBOBJS directly, use AC_LIBOBJ (see
section `AC_LIBOBJ vs LIBOBJS'
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
make: *** [configure] Error 1
this is easily circumvented by running make again.
To make a RedHat RPM, simply type
rpmbuild -ta trickle-1.07.tar.gz
Documentation
-------------
See the manpage trickle(1), trickled(8) and trickled.conf(5).
Thanks
------
* Jolan Luff <jolan@cryptonomicon.org>
for testing and access to esoteric platforms.
* Tony Kurc
for the awesome logo.
* Dag Wieers <dag@wieers.com>
for the RedHat SPEC.
* Niels Provos <provos@citi.umich.edu>,
* Gareth Watts <gareth@omnipotent.net>,
* Jolan Luff <jolan@cryptonomicon.org>,
* Todd Vierling <tv@duh.org> and
* MESH (http://mesh.eecs.umich.edu/)
for useful discussions and suggestions.
License
-------
trickle is distributed under a BSD like license. Feel free to use,
modify and distribute in any form. See the LICENSE file for more
information.
|