Chris,<div><br></div><div>Please explain what you are trying to do, create another version of GetScores?  You can download that here:</div><div><br></div><div><a href="http://5b4wn.com/main/index.php?m=10">http://5b4wn.com/main/index.php?m=10</a>
</div><div><br></div><div>The Win-Test Alt-J (status) window already displays the frequency of every station on the LAN.  Only operator callsign is missing.<div><br></div><div>In version 4.6, Win-Test introduced new LUA APIs.  At present these are only documented in Release.txt:</div>

<div><br></div><div><div>  - wtStatus:GetList() returns a table with names of the stations</div><div>    in the network.</div><div>  - wtStatus:GetStatus(strStation) returns a table with fields of</div><div>    the status of a given station. Returns nil if this station</div>

<div>    doesn't exist. The table keys are "band" "mode" "currentRadio"</div><div>    "radio1Freq" "radio2Freq" "radio1IsManual" "radio2IsManual"</div>

<div>    "passFreq" "type" and "qsyStatusId".</div><div>  - wtStatus:GetFreq(strBand[, strMode]) returns the "best" pass</div><div>    freq for a given band and mode. To determine this frequency,</div>

<div>    it uses the same algorithm as the $FREQnn variable.</div></div><div><br></div><div>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.</div>

<div><br></div><div>However, from <a href="http://lists.f5mzn.org/pipermail/support/2009-October/078532.html">this post</a>:</div><br>"... the login.wts and logout.wts scripts are called at each op. change. These scripts must be located in the root <br>

directory of each operator (...\Application Data\Win-Test\ops\f6fvy\ for example)."<div><br></div><div>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.</div>

<div><br></div><div>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:</div><div><br></div>

<div><a href="http://download.win-test.com/utils/SummaryBroadcastingSpecs.txt">http://download.win-test.com/utils/SummaryBroadcastingSpecs.txt</a>
</div><div><br></div><div>73,<div>Bob, N6TV</div><br><div class="gmail_quote">On Fri, Jan 6, 2012 at 6:57 AM, Christian Janssen <span dir="ltr"><<a href="mailto:chris@dl1mgb.com">chris@dl1mgb.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
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,... ?<br>
<br>
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.<br>
<br>
Is there any other tool or setting I have overseen?<br>
<br>
Thanks for your help<br>
<br>
73s Chris DL1MGB</blockquote></div></div></div>