Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariusae/trickle
Trickle is a userland bandwidth shaper for Unix-like systems.
https://github.com/mariusae/trickle
Last synced: 5 days ago
JSON representation
Trickle is a userland bandwidth shaper for Unix-like systems.
- Host: GitHub
- URL: https://github.com/mariusae/trickle
- Owner: mariusae
- License: other
- Created: 2013-06-24T22:38:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T16:35:44.000Z (over 3 years ago)
- Last Synced: 2025-01-19T19:07:51.550Z (12 days ago)
- Language: C
- Homepage: https://www.usenix.org/legacy/event/usenix05/tech/freenix/full_papers/eriksen/eriksen.pdf
- Size: 521 KB
- Stars: 574
- Watchers: 23
- Forks: 65
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ld-preload - trickle - a userland bandwidth shaper (Libraries)
README
trickle
=======by Marius Aamodt Eriksen
http://monkey.org/~marius/trickle
[![Build Status](https://travis-ci.org/mariusae/trickle.svg)](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 installNote 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 1this 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
for testing and access to esoteric platforms.* Tony Kurc
for the awesome logo.* Dag Wieers
for the RedHat SPEC.* Niels Provos ,
* Gareth Watts ,
* Jolan Luff ,
* Todd Vierling 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.