<div dir="ltr">Hi Ricardo et all,<div><br></div><div>I actually would like to avoid using another database, especially when I have to poll it for new data. I'm already using Redis extensively between the components of my WebApp. Redis has an easy and reliable Publish/Subscribe mode.</div>

<div><br></div><div>So thinking about it, the best way might be to push the spots directly from DXSpider into Redis, using an easy exchangeable format like JSON.</div><div><br></div><div>That would eliminate the hassle to "tail -f" the rotating spot .dat files.</div>

<div><br></div><div>@Dirk: Does DXSpider provide any hooks where I could include such an adapter? I would just need the an array or dict containing the data of the spot.</div><div><br></div><div>73 Tobias</div><div>DH1TW</div>

<div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 1, 2014 at 3:49 PM, Ricardo Suarez <span dir="ltr"><<a href="mailto:eleu9da@ciudad.com.ar" target="_blank">eleu9da@ciudad.com.ar</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    you can use mysql connector or, as in my system, read directly the
    spot database.<br>
    <br>
    Rick LU9DA<br>
    <br>
    <div>El 01/05/2014 13:44, Tobias Wellnitz
      escribió:<br>
    </div>
    <blockquote type="cite"><div><div class="h5">
      <div dir="ltr">Hi, 
        <div><br>
        </div>
        <div>I'm operating <a href="http://dxheat.com" target="_blank">dxheat.com</a>, a Web based DX
          Cluster. The interface to the dx-cluster is a local instance
          of DX Spider (DH1TW-2) which runs very stable. </div>
        <div><br>
        </div>
        <div>In order to export the DX Spots from DX Spider into my Web
          Framework, I've written a python script which connects via
          telnet to my local DX Spider and then parses the spots.
          Despite that it's working ok, I'm looking for better
          alternatives.</div>
        <div><br>
        </div>
        <div>I think the PC11 and PC61 messages are better suited,
          because they have a delimiting character (^) between the
          messages. So I marked my python script user as a dxspider link
          partner and just connected again through telnet. This works
          also well. However DXSpider disconnects my script user after
          about 20 minutes, probably due to inactivity, because the
          script only listens.</div>
        <div><br>
        </div>
        <div>Is there a way to deactivate the timeout for a link
          partner? </div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div>Has anyone figured out another, more elegant way to export
          the DX Spots from DX-Spider?</div>
        <div>
          <br>
        </div>
        <div>Thanks & 73,</div>
        <div>Tobias</div>
        <div>DH1TW</div>
        <div><br>
        </div>
        <div><br>
        </div>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      </div></div><pre>_______________________________________________
Dxspider-support mailing list
<a href="mailto:Dxspider-support@dxcluster.org" target="_blank">Dxspider-support@dxcluster.org</a>
<a href="http://mailman.tobit.co.uk/mailman/listinfo/dxspider-support" target="_blank">http://mailman.tobit.co.uk/mailman/listinfo/dxspider-support</a>
</pre>
    </blockquote>
    <br>
  
<br><br>
<hr style="border:none;color:#909090;background-color:#b0b0b0;min-height:1px;width:99%">
<table style="border-collapse:collapse;border:none">
        <tbody><tr>
                <td style="border:none;padding:0px 15px 0px 8px">
                        <a href="http://www.avast.com/" target="_blank">
                                <img border="0" src="http://static.avast.com/emails/avast-mail-stamp.png">
                        </a>
                </td>
                <td>
                        <p style="color:#3d4d5a;font-family:"Calibri","Verdana","Arial","Helvetica";font-size:12pt">
                                Este mensaje no contiene virus ni malware porque la protección de <a href="http://www.avast.com/" target="_blank">avast! Antivirus</a> está activa.
                        </p>
                </td>
        </tr>
</tbody></table>
<br>
</div>

<br>_______________________________________________<br>
Dxspider-support mailing list<br>
<a href="mailto:Dxspider-support@dxcluster.org">Dxspider-support@dxcluster.org</a><br>
<a href="http://mailman.tobit.co.uk/mailman/listinfo/dxspider-support" target="_blank">http://mailman.tobit.co.uk/mailman/listinfo/dxspider-support</a><br>
<br></blockquote></div><br></div>