editorial
[rrq/newlisp/taplet.git] / README.md
1 taplet
2 ======
3
4 This is a program to simulate ARP and ICMP responding hosts under a tap.
5
6     Usage: taplet -t <tap> -ip <ip-list>
7
8 where `<ip-list>` is a comma-separated list of the IP addresses
9 (dotted quads) that the program should simulate. The program "binds"
10 to the tap, and responds to ARP requests and ICMP requests.
11
12 The program is a `newlisp` script, and it also lets you operate the
13 `newlisp` command line, mutiplexed with handling network.