2009-08-26 17:00:38 +02:00
|
|
|
# HOW TO EDIT THIS FILE:
|
2018-05-28 21:12:29 +02:00
|
|
|
# The "handy ruler" below makes it easier to edit a package description. Line
|
2009-08-26 17:00:38 +02:00
|
|
|
# up the first '|' above the ':' following the base package name, and the '|'
|
2018-05-28 21:12:29 +02:00
|
|
|
# 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
|
2009-08-26 17:00:38 +02:00
|
|
|
# customary to leave one space after the ':'.
|
|
|
|
|
|
|
|
|-----handy-ruler------------------------------------------------------|
|
|
|
|
netpipes: netpipes (TCP/IP pipe utilities)
|
|
|
|
netpipes:
|
|
|
|
netpipes: Robert Forsman's netpipes package makes TCP/IP streams usable in shell
|
2018-05-28 21:12:29 +02:00
|
|
|
netpipes: scripts. It can also simplify client/server code by allowing the
|
2009-08-26 17:00:38 +02:00
|
|
|
netpipes: programmer to skip all the tedious programming bits related to sockets
|
2018-05-28 21:12:29 +02:00
|
|
|
netpipes: and concentrate on writing a filter/service. Here's an example of
|
2009-08-26 17:00:38 +02:00
|
|
|
netpipes: what you can do with 'faucet' and 'hose', two netpipes commands:
|
|
|
|
netpipes:
|
|
|
|
netpipes: server$ faucet 3000 -out tar cf - .
|
|
|
|
netpipes: client$ hose server 3000 -in tar xvf -
|
|
|
|
netpipes:
|