Page 1 of 1

UDP Proxy Configuration

Posted: 26 May 2020, 15:07
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!

Re: UDP Proxy Configuration

Posted: 30 May 2020, 05:25
by NN7D
Dear ?,

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

73,

Doug
W7DRM

Re: UDP Proxy Configuration

Posted: 30 May 2020, 07:04
by G4POP
Try a shorter target port number

Re: UDP Proxy Configuration

Posted: 02 Jun 2020, 01:15
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 2015 times
log4om_connections.png
log4om_connections.png (43.47 KiB) Viewed 2015 times
73, Piotr KD9NHZ