X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=README.md;h=4e0880582c2036decc7c44d36a1264299baf6b33;hb=5d2bb13aecc37a73db99b5aa378135c191ed28df;hp=c661bfa2f942d63f7115326954a8babe626b68c3;hpb=dcf40f4cd3c33a0d6c743d3392227f443ce112eb;p=rrq%2Fnewlisp%2Ftaplet.git diff --git a/README.md b/README.md index c661bfa..4e08805 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ taplet ====== -This is a program to simulate ARP and ICMP responding hosts under a tap. +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. +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. -The program is a `newlisp` script, and it also lets you operate the `newlisp` -command line, mutiplexed with handling network.