summaryrefslogtreecommitdiffstats
path: root/network/udpxy/README
diff options
context:
space:
mode:
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
commit6c01734c45d2edb9e901458849d3365691bc901c (patch)
tree2f55513835583c0044c29c45d9fc9879f6bb5a72 /network/udpxy/README
parent4fedd6d37bdef72d532c989338a89af0bae2bafc (diff)
downloadslackbuilds-6c01734c45d2edb9e901458849d3365691bc901c.tar.gz
slackbuilds-6c01734c45d2edb9e901458849d3365691bc901c.tar.xz
network/udpxy: Added (UDP-to-HTTP traffic relaying).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/udpxy/README')
-rw-r--r--network/udpxy/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/network/udpxy/README b/network/udpxy/README
new file mode 100644
index 0000000000..92d21c271b
--- /dev/null
+++ b/network/udpxy/README
@@ -0,0 +1,6 @@
+Udpxy is a UDP-to-HTTP multicast traffic relay daemon: it forwards UDP
+traffic from a given multicast subscription to the requesting HTTP
+client. Udpxy was written to build on POSIX-compliant systems, with
+the minumum of external dependencies and configuration steps it was
+also designed to maintain a small memory footprint and run on devices
+with limited resources (CPU, RAM).