From: Ralph Ronnquist Date: Tue, 9 May 2023 02:40:46 +0000 (+1000) Subject: renamed X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=dcf40f4cd3c33a0d6c743d3392227f443ce112eb;p=rrq%2Fnewlisp%2Ftaplet.git renamed --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..c661bfa --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +taplet +====== + +This is a program to simulate ARP and ICMP responding hosts under a tap. + + Usage: taplet -t -ip + +where \ is a comma-separated list of the IP addresses (dotted quads) +that the program should simulate. The program "binds" to the tap, and responds +to ARP requests and ICMP requests. + +The program is a `newlisp` script, and it also lets you operate the `newlisp` +command line, mutiplexed with handling network. diff --git a/taplet.md b/taplet.md deleted file mode 100644 index c661bfa..0000000 --- a/taplet.md +++ /dev/null @@ -1,13 +0,0 @@ -taplet -====== - -This is a program to simulate ARP and ICMP responding hosts under a tap. - - Usage: taplet -t -ip - -where \ is a comma-separated list of the IP addresses (dotted quads) -that the program should simulate. The program "binds" to the tap, and responds -to ARP requests and ICMP requests. - -The program is a `newlisp` script, and it also lets you operate the `newlisp` -command line, mutiplexed with handling network.