Install paclink-unix
- Configure a single MTA
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
plu:install_packet_spy [2014/01/17 10:37] gunn created |
plu:install_packet_spy [2014/01/25 12:24] (current) gunn |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== AX.25 Packet Spy ====== | ====== AX.25 Packet Spy ====== | ||
| - | There a number of AX.25 packet spys available and most are probably based on monixd. | + | There are a number of AX.25 packet spys available and most are probably based on monixd. |
| * It looks as though ax25spyd did not make it into the Debian Wheezy repository. | * It looks as though ax25spyd did not make it into the Debian Wheezy repository. | ||
| * It is still available in Squeeze | * It is still available in Squeeze | ||
| - | * As an alternative use the listen program found in ax25-apps. | + | * As an alternative to ax25spyd use the //listen// program found in ax25-apps. |
| + | * After installing ax25-apps check out the man page | ||
| + | <code bash> | ||
| + | man listen | ||
| + | </code> | ||
| + | * An example instance of //listen//. As root run: | ||
| + | <code bash> | ||
| + | listen -at | ||
| + | </code> | ||