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
5 tap.
6
7     Usage: taplet -t <tap> -ip <ip-list>
8
9 where `<ip-list>` is a comma-separated list of the IP addresses
10 (dotted quads) that the program should simulate. The program "binds"
11 to the tap, and responds to ARP requests and ICMP requests.
12
13 The program is a `newlisp` script, and it also lets you operate the
14 `newlisp` command line, mutiplexed with handling network.
15