Page 1 of 1

Send UDP QSO Data to Web App

Posted: Wed 5. Jun 2024, 15:47
by G7ORH
Hi,

I would like to send my QSO data to a web based social logging app - Station Master (By G5STU not micro ham)

I have the following address info from the developer, but uncertain how to configure RumLog to achieve this -

IP Address. !34.122.108.243
Port. 5333

I have tried various combinations on the UDP setting page, but no success

73

Shaun G7ORH

Re: Send UDP QSO Data to Web App

Posted: Wed 5. Jun 2024, 15:58
by DL2RUM
See Preferences-->UDP. There are fields provided for Contact Info (N1MM). You can use two services in parallel. QSO data is send out in the N1MM format.

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<contactinfo>
    <contestname>Rag Chewing</contestname>
    <timestamp>2024-05-16 20:11:24</timestamp>
    <mycall>DL2RUM</mycall>
    <band>7</band>
    <txfreq>701500</txfreq>
    <mode>CW</mode>
    <call>DM100MW</call>
    <countryprefix>DL</countryprefix>
    <wpxprefix>DM100</wpxprefix>
    <continent>Eu</continent>
    <snt>599</snt>
    <rcv>599</rcv>
    <gridsquare></gridsquare>
    <comment></comment>
    <qth></qth>
    <name></name>
    <power>High Power</power>
    <zone>14</zone>
    <IsOriginal>YES</IsOriginal>
    <StationName>M1_Pro</StationName>
    <dxcc>230</dxcc>
</contactinfo>

Re: Send UDP QSO Data to Web App

Posted: Wed 5. Jun 2024, 20:05
by G8EPQ
When I tried to forward my RumlogNG contact entries to Station Master Cloud, Stuart told me to use UDP port 5444.

This worked fine, only restriction was that the Radio Type is not sent across to Station Master Cloud.

Hope this helps.


Bob G8EPQ

Re: Send UDP QSO Data to Web App

Posted: Wed 5. Jun 2024, 20:18
by G7ORH
Many thanks Bob,

I just tried 5444 in the N1MM line and bingo!

73

Shaun

Re: Send UDP QSO Data to Web App

Posted: Wed 5. Jun 2024, 20:35
by G8EPQ
Shaun

Great to hear it works!

73

Bob