BPQAXIP supports the encapsulation of AX.25 frames in IP, as defined in RFC1226. It also supports encapuslation in UDP, as used by some UNIX systems, and TCP.
The program uses Winsock Version 2. This is provided as standard in NT 4 / Windows 98 and later systems, but must be installed on Win 95 before the program can be used. You will need to download it from Microsoft(ws2setup.exe).
Some implementions of AX/IP require a specific UDP source port. Prior to November 2010, BPQ32 would use the first port defined in a UDP line as the source port. Now, by default the software will try to use the same port for both source and destination, unless overridden by the SOURCEPORT parameter. In both cases, the source port that you are trying to use must be defined in a UDP statement. If is isn't, the software will revert to the old behaviour of using the port specified in the first UDP entry.
The driver is defined to BPQ32 as an External port, and needs some driver-specific configuration
Some Examples: MAP G8BPQ-7 10.2.77.1 B # Use Raw IP encapulation MAP G8BPQ g8bpq.no-ip.com B # Sends all ssid's of G8BPQ MAP G8BPQ-7 10.2.77.1 UDP 10093 B # Use UDP encapulation, send to port 10093 MAP G8BPQ-1 example.net TCP-Master 10093 B # Connect using TCP to host example.net, port 10093 MAP G8BPQ-5 0.0.0.0 TCP-Slave 10093 B # Listen for TCP connections on port 10093
PORT
ID=AXIP Link
TYPE=EXTERNAL
DLLNAME=BPQAXIP.DLL
QUALITY=200
MAXFRAME=4
FRACK=7000
RESPTIME=1000
RETRIES=10
PACLEN=120
CONFIG
UDP 10093 # Optional. Enables UDP support, and defines the port
# AX.IP listens on. You can specify more than one
# UDP line if you need to listen on more than one port
MHEARD # Optional - opens a window to display a "Heard List"
BROADCAST NODES
BROADCAST APRS
MAP G8BPQ-7 10.2.77.1 UDP 10093 B
; Steve Conrad, VE9SC, provides a service which displays a map of BPQMailChat
; nodes dynamically updated: http://guardian.no-ip.org/bpqmap/ChatNetwork.htm
; The following line causes your Chat Node to be included on the map.
MAP DUMMY bpqchatmon.ham-radio-op.net UDP 10090
ENDPORT
John Wiseman G8BPQ
October 2010