[WT-support] WT Network traffic

Bob Wilson, N6TV n6tv at arrl.net
Fri Jan 6 19:28:37 CET 2012


Chris,

Please explain what you are trying to do, create another version of
GetScores?  You can download that here:

http://5b4wn.com/main/index.php?m=10

The Win-Test Alt-J (status) window already displays the frequency of every
station on the LAN.  Only operator callsign is missing.

In version 4.6, Win-Test introduced new LUA APIs.  At present these are
only documented in Release.txt:

  - wtStatus:GetList() returns a table with names of the stations
    in the network.
  - wtStatus:GetStatus(strStation) returns a table with fields of
    the status of a given station. Returns nil if this station
    doesn't exist. The table keys are "band" "mode" "currentRadio"
    "radio1Freq" "radio2Freq" "radio1IsManual" "radio2IsManual"
    "passFreq" "type" and "qsyStatusId".
  - wtStatus:GetFreq(strBand[, strMode]) returns the "best" pass
    freq for a given band and mode. To determine this frequency,
    it uses the same algorithm as the $FREQnn variable.

The only thing missing seems to be a way to get the operator callsign.  The
only way to get that is to export the log file to ADIF or TXT.  I could not
find a LUA API that returns it.

However, from this
post<http://lists.f5mzn.org/pipermail/support/2009-October/078532.html>
:

"... the login.wts and logout.wts scripts are called at each op. change.
These scripts must be located in the root
directory of each operator (...\Application Data\Win-Test\ops\f6fvy\ for
example)."

So if  you create a login script for each operator you could theoretically
store the op. callsign (hard coded and unique to each version of the
login.wts script) in a global LUA table.

If you really prefer to intercept Win-Test network traffic (not sure why
since the packet format can change), this is the only available
documentation, and it is probably out of date:

http://download.win-test.com/utils/SummaryBroadcastingSpecs.txt

73,
Bob, N6TV

On Fri, Jan 6, 2012 at 6:57 AM, Christian Janssen <chris at dl1mgb.com> wrote:

> Hi,
>
> is there any possibility to watch the network traffic by an external
> programme to get information about QSOs, frequencies of the stations, who
> are the operators,... ?
>
> I know there is Wt Score by 5B4WN which only submits the summary sheet.
> And I know the automatic backup function to export a LGS file, which does
> not show the frequency.
>
> Is there any other tool or setting I have overseen?
>
> Thanks for your help
>
> 73s Chris DL1MGB
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.f5mzn.org/pipermail/support/attachments/20120106/ced70127/attachment.html>


More information about the Support mailing list