diff options
author | Oleg A. Deordiev <admin@ifconfig.com.ua> | 2014-02-21 21:05:28 +0100 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-21 14:40:39 -0600 |
commit | 6c01734c45d2edb9e901458849d3365691bc901c (patch) | |
tree | 2f55513835583c0044c29c45d9fc9879f6bb5a72 /network/udpxy/slack-desc | |
parent | 4fedd6d37bdef72d532c989338a89af0bae2bafc (diff) | |
download | slackbuilds-6c01734c45d2edb9e901458849d3365691bc901c.tar.gz |
network/udpxy: Added (UDP-to-HTTP traffic relaying).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/udpxy/slack-desc')
-rw-r--r-- | network/udpxy/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/network/udpxy/slack-desc b/network/udpxy/slack-desc new file mode 100644 index 0000000000..2c7f33a335 --- /dev/null +++ b/network/udpxy/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +udpxy: udpxy (UDP-to-HTTP traffic relaying) +udpxy: +udpxy: Udpxy is a UDP-to-HTTP multicast traffic relay daemon: it forwards UDP +udpxy: traffic from a given multicast subscription to the requesting HTTP +udpxy: client. Udpxy was written to build on POSIX-compliant systems, with +udpxy: the minumum of external dependencies and configuration steps it was +udpxy: also designed to maintain a small memory footprint and run on devices +udpxy: with limited resources (CPU, RAM). +udpxy: +udpxy: homepage: http://www.udpxy.com/index-en.html +udpxy: |