[plug] audible ping

proXy davyd at iprimus.com.au
Sun Jul 28 20:19:47 WST 2002


On Sun, 2002-07-28 at 13:05, Bernard Blackham wrote:

> I've never heard of the audible ping before, from what I gather it
> just beeps every time it receives a ping packet? Curiously enough,
> yesterday I wrote "bing" and "bingd". Makes a server beep when you
> "bing" it. Very simple, uses netcat and bash:

I was just thinking, didn't we invent bingd just the other day?

> bing is: 
> ---
> #!/bin/sh
> echo | nc -q 0 -u $1 6666
> ---
> 
> bingd is:
> ---
> #!/bin/sh
> nc -u -l -p 6666 | ( while read ; do echo -ne '\a' ; done )
> ---

Although it should really run on port 2464 (spell bing in telephone
alphanumerics). Trent started writing a real bingd, although I think he
was having some issues with sockets in UDP.

--yXorp

-- 
http://davyd.ucc.asn.au/
linux.conf.au Perth 2003 <http://www.linux.conf.au>

PGP Fingerprint <http://davyd.ucc.asn.au/pgp>
08B0 341A 0B9B 08BB 2118  C060 2EDD BB4F 5191 6CDA
-- 
http://davyd.ucc.asn.au/
linux.conf.au Perth 2003 <http://www.linux.conf.au>

PGP Fingerprint <http://davyd.ucc.asn.au/pgp>
08B0 341A 0B9B 08BB 2118  C060 2EDD BB4F 5191 6CDA
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 232 bytes
Desc: This is a digitally signed message part
URL: <http://lists.plug.org.au/pipermail/plug/attachments/20020728/73a8f3d4/attachment.pgp>


More information about the plug mailing list