Configuring AGWPE Ports

SV2AGW's AGW Packet Engine provides a multiple-TNC interface supporting both physical hardware TNCs and a software "soundmodem" working through the PC's sound card and an associated port used for PTT. Any number of the ports defined on the local AGWPE server can be accessed as YAAC ports.

To add a new AGWPE port, click the Add button on the Configure Ports tab. The port editing dialog will appear. Set the port type to AGWPE.

YAAC's AGWPE configuration panel screenshot

The other parameters you will need to specify for the port are:

Once you have the settings the way you want them, click OK. Ensure that the TNC is connected to AGWPE before you click OK. At that time, YAAC will begin using AGWPE as a communications proxy.

Other programs for other platforms emulate the functionality of the AGWPE server daemon. These include ldsped (for Linux systems using the kernel AX.25 support), Sivan Toledo 4X6IZ's soundmodem program, DireWolf, and the UZ7HO soundmodem.

If you want to create an AGWPE port on a new installation of YAAC using the -createport option, the port_description is of the format:

AGWPE,portNameOnServer,portNumber,callsign,passcode,transmitEnabled[,digipeatAlias[,...]];serverhostname;;;;;flags

where serverhostname is the domain name or numeric IP address of the AGWPE server instance you wish to connect to, such as 127.0.0.1, or the service instance name if using Service Discovery, portNumber is the TCP port number of the AGWPE server (usually 8000), and portNameOnServer is the name of the specified radio port within the AGWPE server, passcode is the concatenation of your AGW username, the Record Separator control character (\u001E), and your AGW password (this latter field is, as mentioned above, only needed if your AGWPE server enforces authentication for off-host clients), transmitEnabled is either "true" or "false" (without the quotes) depending on whether you want this port able to transmit packets. Any digipeatAlias specified here must also already be specified on the expert-mode configuration dialog's Digipeat tab.