<div dir="ltr">Hi Dirk et all,<div><br></div><div>I've started implementing a routine which pushes the DX Spots as a JSON String into Redis (Pub/Sub). </div><div>In Redis I have several listeners which then process the spots in other languages (mainly Python).</div>

<div><br></div><div>I think this is more elegant than connecting through Telnet or reading from the file system. Redis is also blazingly fast (I also use it heavily for caching).</div><div><br></div><div>I put the code in ../local/Local.pm</div>

<div>here is the snippet: <a href="http://pastebin.com/aVMQS6sr">http://pastebin.com/aVMQS6sr</a></div><div><br></div><div>The code works. But I've seen that $orignode only contains an number which is presumably a reference to the Node Object. </div>

<div><br></div><div>How do I get the Node's callsign? </div><div><br></div><div>DXChannel has a method get_all_node_calls but I guess it would be way too much overhead to retrieve with each spot the entire list.  </div>

<div><br></div><div>Is there also a possibility to get the Spotter's IP Address?</div><div><br></div><div>Thanks & 73,</div><div>Tobias</div><div>DH1TW</div></div>