Send UDP QSO Data to Web App

RUMlog, the Next Generation. Completely rewritten.
G7ORH
Posts: 16
Joined: Tue 15. Aug 2023, 09:06

Send UDP QSO Data to Web App

Unread post 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
User avatar
DL2RUM
Administrator
Posts: 2931
Joined: Mon 27. Aug 2007, 13:36
Location: JO40DF

Re: Send UDP QSO Data to Web App

Unread post 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>
73 and best dx de Tom, DL2RUM
G8EPQ
Posts: 2
Joined: Tue 17. Mar 2015, 20:06
Location: Milton Keynes, England
Contact:

Re: Send UDP QSO Data to Web App

Unread post 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
G7ORH
Posts: 16
Joined: Tue 15. Aug 2023, 09:06

Re: Send UDP QSO Data to Web App

Unread post by G7ORH »

Many thanks Bob,

I just tried 5444 in the N1MM line and bingo!

73

Shaun
G8EPQ
Posts: 2
Joined: Tue 17. Mar 2015, 20:06
Location: Milton Keynes, England
Contact:

Re: Send UDP QSO Data to Web App

Unread post by G8EPQ »

Shaun

Great to hear it works!

73

Bob
Post Reply