diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-21 04:57:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-21 04:57:09 +0000 |
commit | b121e62c5ef5acc3074912b9c2f99fd6e878e7ad (patch) | |
tree | 5e81c1632165b4f8da1a8f42f954b3ab98e995bf /net-misc/pipes/metadata.xml | |
parent | Changed java3d structure (diff) | |
download | historical-b121e62c5ef5acc3074912b9c2f99fd6e878e7ad.tar.gz historical-b121e62c5ef5acc3074912b9c2f99fd6e878e7ad.tar.bz2 historical-b121e62c5ef5acc3074912b9c2f99fd6e878e7ad.zip |
ver bump #41305
Diffstat (limited to 'net-misc/pipes/metadata.xml')
-rw-r--r-- | net-misc/pipes/metadata.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net-misc/pipes/metadata.xml b/net-misc/pipes/metadata.xml new file mode 100644 index 000000000000..997de38f1123 --- /dev/null +++ b/net-misc/pipes/metadata.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>vapier@gentoo.org</email> +</maintainer> +<longdescription> +I just noticed that netpipes doesn't support bidirectional pipes. +So I made my own version. +Now I can say in computer A that "plis 12345 -io ohjelma" and in computer B that "pcon A 12345 -io ohjelma2", +and they communicate together then. +My example utilization was that I can send the picture of SNES-emulator to another +computer via network, and grab the keyboard input there, so get two consoles to +the same game. +My friend wanted to watch when I play FF6, but didn't want to sit next to my monitor, +and asked if he could get the picture to his monitor. +And he got it. +Then he asked if he could play it from his computer at the same time as me... +And now it works too. +Other ways of use can everybody invent theirselves. +It's really easy to make simple server software with this. +For example, do "plis 79 -io finger" and then you have a finger-service. +Or "plis 5555 -o 'cat signature'" and then port 5555 gives your signature. +</longdescription> +</pkgmetadata> |