packet:xrouter:howtos:xrbpq
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| packet:xrouter:howtos:xrbpq [2025/09/29 13:08] – g8pzt | packet:xrouter:howtos:xrbpq [2025/09/29 14:16] (current) – g8pzt | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| The best way to do this is via the AXUDP (AX25 over UDP/IP) protocol. | The best way to do this is via the AXUDP (AX25 over UDP/IP) protocol. | ||
| - | ==== On the Same Computer: === | + | //This howto assumes that you are familiar with the basics of XRouter and BPQ.// |
| + | |||
| + | ==== On the Same Computer: | ||
| When both nodes are on the same computer, they can be linked via the operating system' | When both nodes are on the same computer, they can be linked via the operating system' | ||
| Line 11: | Line 13: | ||
| If we assume that GB7XRP is the XRPi node and GB7BPQ is the BPQ node: | If we assume that GB7XRP is the XRPi node and GB7BPQ is the BPQ node: | ||
| - | In BPQ.CFG... | + | You need a " |
| < | < | ||
| - | UDP 10093 | + | PORT |
| - | MAP GB7XRP localhost 9393 B | + | PORTNUM=1 |
| + | ID=AXIP | ||
| + | DRIVER=BPQAXIP | ||
| + | CONFIG | ||
| + | | ||
| + | MAP GB7XRP localhost 9393 B | ||
| + | ENDPORT | ||
| </ | </ | ||
| In the above example, 10093 is the UDP port that BPQ **RECEIVES** on, and 9393 is the UDP port that BPQ **TRANSMITS** on to GB7XRP (they are shown as different numbers to avoid confusion, but could be the same). | In the above example, 10093 is the UDP port that BPQ **RECEIVES** on, and 9393 is the UDP port that BPQ **TRANSMITS** on to GB7XRP (they are shown as different numbers to avoid confusion, but could be the same). | ||
| - | In XROUTER.CFG... | + | In XROUTER.CFG |
| - | + | ||
| - | You need two things: (a) an AXUDP **INTERFACE**, | + | |
| < | < | ||
| - | |||
| INTERFACE=1 | INTERFACE=1 | ||
| | | ||
| Line 32: | Line 37: | ||
| ENDINTERFACE | ENDINTERFACE | ||
| + | PORT=3 | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | ENDPORT | ||
| + | </ | ||
| + | //(if you already have an AXUDP interface, you will only need to add the **PORT** because the interface will support unlimited ports.)// | ||
| + | |||
| + | IPLINK is the ip address or hostname of the other end of the link, in the case BPQ. Since they are both on the same computer, IPLINK should be " | ||
| + | |||
| + | UDPLOCAL is the UDP port that XRouter **RECEIVES** on. This must match the UDP port in the BPQ " | ||
| + | |||
| + | UDPREMOTE is the UDP port that XRouter **TRANSMITS** on. It must match one of the " | ||
| + | |||
| + | ==== XRouter and BPQ on Different Computers: ==== | ||
| + | |||
| + | The only difference is that " | ||
| + | |||
| + | For example, lets assume that GB7BPQ' | ||
| + | |||
| + | In BPQ.CFG the MAP line would be as follows: | ||
| + | |||
| + | < | ||
| + | MAP GB7XRP 192.168.0.20 9393 B | ||
| </ | </ | ||
| - | If you already have an AXUDP interface, you will only need the **PORT* because | + | And in XROUTER.CFG the IPLINK line would be as follows: |
| + | |||
| + | < | ||
| + | PORT=3 | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | ENDPORT | ||
| + | </ | ||
| + | |||
| + | ==== Linking Via The Internet: ==== | ||
| + | |||
| + | If the two nodes are not at the same location, | ||
| + | |||
| + | Thus at GB7BPQ you would open UDP port 10093, and forward the traffic to the LAN IP address of the BPQ node. | ||
| + | |||
| + | And at GB7XRP | ||
packet/xrouter/howtos/xrbpq.1759151291.txt.gz · Last modified: by g8pzt
