This is an experimental system to send Netrom traffic over a TCP connection instead of the usual ax.25 links. This is primarily intended for use over radio modems where the user interface is TCP (such as "New Packet Radio" but can also be used as an alterntive to AX/IP and AX/UDP over the Internet. Currently only INP3 routing is supported on these links
As this is using TCP one end of the Link must be defined as a Server (listening for connections) and the other as a Client (making connections).
All connections have to be defined in the ROUTES: section of the bpq32.cfg file. These need to use the new format (see ROUTES: Configuration) with a new field TCP specifing the remote host and port. The normal port is 53119 but can be changed if necessary
Server End: CALL=GM8BPQ-5, PORT=2, QUALITY=1, INP3=1, TCP=0.0.0.0:53119 Clent End: CALL=G8BPQ-9, PORT=2, QUALITY=1, INP3=1, TCP=192.168.1.64:53119
The connection uses your Telnet Port, so set the number of that port in the PORT= field. At the server end you also need to enable listening using the NETROMPORT directive, eg NETROMPORT=53119