[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
netio-0.1
From: |
Moritz Schulte |
Subject: |
netio-0.1 |
Date: |
Mon, 21 Jan 2002 23:23:18 +0100 |
User-agent: |
Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 |
Hi there,
I've written a small translator "netio", which provides a filesystem
interface to sockets. The sockets are created by lookups of the form
{tcp,udp}/HOST/PORT. IO on the resulting IO port triggers IO on the
underlying socket.
With some bash redirection tricks you can have a simple netcat:
(cat 1>&3 2>/dev/null & cat 0<&3 ) 3<>net/tcp/www.gnu.org/80
Let's you interactively talk to www.gnu.org:80, for example.
(Thanks Neal, for that cat-trick.)
netio can be fetched from
http://duesseldorf.ccc.de/~moritz/files/netio-0.1.tar.gz. Note, it's
an early version.. it's not yet very complete.
moritz
--
moritz@duesseldorf.ccc.de - http://duesseldorf.ccc.de/~moritz/
GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- netio-0.1,
Moritz Schulte <=