¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

XLX reflectors


 

Hello again...

Quite often I get asked if we can connect to XLX reflectors with our repeater. Interesting enough, the answer appears to be probably!?

I wrote a little script called "xlx351d-a-start.sh":

#!/bin/bash
# script to automatically connect
# A port to XLX351D using the g2_link tool
# disconnect first
/usr/bin/nc -u -w 1 10.0.0.2 30003 <<EOF
um A
EOF
#
sleep 3
# disconnect dplus
echo "? ? ? ?U" >/dstar/tmp/link-a
#
sleep 3
# first connect with netcat to port
# then connect to XLX351D
/usr/bin/nc -u -w 1 10.0.0.2 30003 <<EOF
lm AXLX351D
EOF
exit 0
=======================

Made it executable and then ran it. Sure enough it connected. The gateway was registered on the XLX dashboard with the DCS protocol (that is how it is supposed to be if you look at the gwys.txt file). After a minute or so, it times out.

g2_link.log file shows:
091922 at 18:24:12:Received command [um A] from [10.0.0.2]
091922 at 18:24:12:cmd=[um], parameter=[A]
091922 at 18:24:18:Received command [lm AXLX351D] from [10.0.0.2]
091922 at 18:24:18:cmd=[lm], parameter=[AXLX351D]
091922 at 18:24:18:sending link request from mod A to link with: [XLX351? ] mod D [45.33.127.97]
091922 at 18:24:18:Connected from: XLX351
091922 at 18:24:21:sending File:[/root/g2_link/linked.dat], mod:[A], RADIO_ID=[LINKED XLX351 D? ? ?]
091922 at 18:24:22:finished sending File to mod:[A]
091922 at 18:25:09:Unlinked from [XLX351? ] mod D, TIMEOUT...
091922 at 18:25:12:sending File:[/root/g2_link/unlinked.dat], mod:[A], RADIO_ID=[UNLINKED TIMEOUT? ? ]
091922 at 18:25:13:finished sending File to mod:[A]

Since the XLX connection is being made as DCS 30051 UDP connection and other DCS connections stay connected:
091922 at 18:44:30:Received command [lm ADCS351D] from [10.0.0.2]
091922 at 18:44:30:cmd=[lm], parameter=[ADCS351D]
091922 at 18:44:30:sending link request from mod A to link with: [DCS351? ] mod D [45.33.127.97]
091922 at 18:44:30:Connected from: DCS351
091922 at 18:44:33:sending File:[/root/g2_link/linked.dat], mod:[A], RADIO_ID=[LINKED DCS351 D? ? ?]
091922 at 18:44:34:finished sending File to mod:[A]

Wondering why the XLX version does not?
--
Terry Stader - KA8SCP
D-STAR Gateway & Reflector Admin

Join [email protected] to automatically receive all group messages.