UDP Proxy Configuration

Post Reply
KD9NHZ
Novice Class
Posts: 6
Joined: 24 May 2020, 23:15

UDP Proxy Configuration

Post by KD9NHZ »

Backgound:
I am trying to get Log4OM2 to repeat messages received from WSJT-X to anther UDP port. The objetive was to have another application to receive data traffic from WSJT-X on the same computer.

WSJT <---> [port 2237] <---> Log4OM2 ---> [port 42237] ---> AnotherApp

The AnotherApp is really only a pyhon script, receive only. No problems with receving messages directly from WSJT.
I configured UDP Proxy connection:
[ ] [UPD Proxy][JT_MESSAGE][From 127.0.0.1:2237][To 127.0.0.1:42237] JT_PROXY_4

Problem:
Not receiving any packets on port 42237. In the config file the "Enable" is set to false. Tried to edit config manually - setting it to true does not help, Log4OM2 changes it back to false.

Not sure what I'm doing wrong here...

Log4OM2 version 2.6.1.0 on Windows 10 Pro version 1909 x64

Here is my config:

Code: Select all

 {
          "Enabled": false,
          "Name": "JT_PROXY_4",
          "NetworkConnectionType": 5,
          "NetworkInboundMessageType": 3,
          "NetworkOutboundMessageType": 0,
          "DefaultAnswer": "",
          "SourceAddress": "127.0.0.1",
          "SourcePort": 2237,
          "TargetAddress": "127.0.0.1",
          "TargetPort": 42237,
          "Broadcast": false
}
And, Thank you for your work!
User avatar
NN7D
Log4OM Alpha Team
Posts: 816
Joined: 19 Feb 2014, 19:44

Re: UDP Proxy Configuration

Post by NN7D »

Dear ?,

Could you please post a screenshot of your Proxy settings in Log4OM. Will try to replicate your issue.

73,

Doug
W7DRM
Doug - NN7D
Gig Harbor, WA, USA
User avatar
G4POP
Log4OM Alpha Team
Posts: 10753
Joined: 21 Jan 2013, 14:55
Location: Burnham on Crouch, Essex UK

Re: UDP Proxy Configuration

Post by G4POP »

Try a shorter target port number
73 Terry G4POP
KD9NHZ
Novice Class
Posts: 6
Joined: 24 May 2020, 23:15

Re: UDP Proxy Configuration

Post by KD9NHZ »

Tested with shorter port number, did not help.
Setting screenshot attached:
log4om_udp_proxy1.png
log4om_udp_proxy1.png (45.38 KiB) Viewed 1781 times
log4om_connections.png
log4om_connections.png (43.47 KiB) Viewed 1781 times
73, Piotr KD9NHZ
Post Reply