DSDPlus DSDPLUS Siteloader file missing

Status
Not open for further replies.

N1XDS

ÆS Ø
Joined
Nov 3, 2004
Messages
2,014
Are your opies of FMPx and DSD+ on different sides of an internet connection for you to need to alter the router settings?

I have checked Windows firewall to see if disabling it would make DSDPLUS work but it did not work and I have tried the router port forwarding and still did not work. I am sure I am over looking something but not sure what though.
 

a417

Active Member
Joined
Mar 14, 2004
Messages
4,669
As I tried going through the DSDPLUS batch files and my Internet providers modem to allow port forwarding for 20001 and the issue still exist TCP connect error 10061 " no connection could be made because the target machine refused it"

FMP batch: FMP24 -rc -i1 -o20001 -P0.0 -f935.0

R1: DSDPlus -r1 -e -T -E -Pwav -i20001 >>1R-log.txt

DSDPlus -F2 -r1 -e -T -E -Pwav -i20002 >>1Ra-log.txt

FMP24 CC: -rc -i1 -o20001 -P0.0 -f935.0

FMPA: FMPA -rc -i1 -o20001 -f935.0

FMPP: FMPP -rc -i1 -o20001 -f935.0

you do not need to do anything with your ISP port forwarding, unless you are going over the publicly facing internet to bridge the FMP* machine and the DSD+ machine. If you are using DSD+ and the SDR dongle on the same computer, you only have to open the port on the Windows firewall, not the cablemodem/dsl/OTA firewall.

is that in one batch file? You appear to be telling FMPA AND FMPP to use the same dongle and the same device. Do you have an RTLSDR, an Airspy, or an SDRPlay? You also have DSD+ looking on a port that no one is sending data to, ie; 20002.

You will need one of the FMPs sending -o20001 or out on 20001 (or whatever port you choose), and then DSD+ listening on -i20001 or in on 20001 (or whatever you choose). You can't send it out on one TCP port and then in on another, unless you are doing some port redirection, which based on how this convo is going is beyond your current skill set ( and most likely not required anyway).

tl;dr.

FMP -oXXXXX should match the DSDPlus -iXXXXX
 

N1XDS

ÆS Ø
Joined
Nov 3, 2004
Messages
2,014
you do not need to do anything with your ISP port forwarding, unless you are going over the publicly facing internet to bridge the FMP* machine and the DSD+ machine. If you are using DSD+ and the SDR dongle on the same computer, you only have to open the port on the Windows firewall, not the cablemodem/dsl/OTA firewall.

is that in one batch file? You appear to be telling FMPA AND FMPP to use the same dongle and the same device. Do you have an RTLSDR, an Airspy, or an SDRPlay? You also have DSD+ looking on a port that no one is sending data to, ie; 20002.

You will need one of the FMPs sending -o20001 or out on 20001 (or whatever port you choose), and then DSD+ listening on -i20001 or in on 20001 (or whatever you choose). You can't send it out on one TCP port and then in on another, unless you are doing some port redirection, which based on how this convo is going is beyond your current skill set ( and most likely not required anyway).

tl;dr.

FMP -oXXXXX should match the DSDPlus -iXXXXX

I never done this before. I have a RTLSDR and also can use SDR # as well. I updated the FMP batch to match DSDPLUS numbers as still says its rejecting the connection.
 

N1XDS

ÆS Ø
Joined
Nov 3, 2004
Messages
2,014
Here is how I got it setup for both DSDPLUS and FMP24:

DSDPlus -r1 -e -T -E -Pwav -i20001 >>1R-log.txt

FMP24 -rc -i1 -i20001 -P0.0 -f935.0

on all four batch files unless I am doing something wrong but I don't know what area I need to fix to make it work.
 

thewraith2008

Member
Joined
Nov 22, 2016
Messages
1,884
Let's start at the beginning:
Since you have a update problem, we need to determine what version of DSDPlus.exe and FMP24.exe are you using.
Check/Confirm this on the command line.
 

thewraith2008

Member
Joined
Nov 22, 2016
Messages
1,884
Latest version of FMP24 (from the DSDPlus FL release 2.235) is v2.63.
This could be your TCP issue as changes where made to it around then.
 

N1XDS

ÆS Ø
Joined
Nov 3, 2004
Messages
2,014
Latest version of FMP24 is v2.63. This could be your TCP issue as changes where made to it around then.

I think that is well. I haven't heard back from the DSDPLUS fast lane team. Is there anyway you can attach a copy of the FMP24 2.63?
 

thewraith2008

Member
Joined
Nov 22, 2016
Messages
1,884
No.
You will have to wait for a reply from DSDPlus.

These should be the latest file versions up to DSDPlus Fastlane v2.242
Code:
------------------------------------------------------------------
                   File Ver.  Last FL version file was updated in
------------------------------------------------------------------
- DSDPlus.exe      [2.242]   2.242
- FMP24.exe        [2.63_]   2.235
- FMPA.exe         [2.35_]   2.235
- FMP-Map.exe      [1.8__]   2.235
- FMPP.exe         [1.11_]   2.235
- LRRP.exe         [1.23_]   2.235
- rtlsdr.dll       [?____]   2.197 - An updated version of the RTL driver
- sdrplay_api.dll  [3.06?]   2.228 - An updated version of the SDRPlay RSP1 driver
- Survey.exe       [1.7__]   2.235

Check these versions (on command line) so you know you are truly up to date and avoid possible compatibility problems going forward.
 

a417

Active Member
Joined
Mar 14, 2004
Messages
4,669
you need to look at your FMP24 command line. Your syntax is wrong, -i = device #, and -o for output tcp port. You have -i listed twice.
 

N1XDS

ÆS Ø
Joined
Nov 3, 2004
Messages
2,014
No.
You will have to wait for a reply from DSDPlus.

These should be the latest file versions up to DSDPlus Fastlane v2.242
Code:
------------------------------------------------------------------
                   File Ver.  Last FL version file was updated in
------------------------------------------------------------------
- DSDPlus.exe      [2.242]   2.242
- FMP24.exe        [2.63_]   2.235
- FMPA.exe         [2.35_]   2.235
- FMP-Map.exe      [1.8__]   2.235
- FMPP.exe         [1.11_]   2.235
- LRRP.exe         [1.23_]   2.235
- rtlsdr.dll       [?____]   2.197 - An updated version of the RTL driver
- sdrplay_api.dll  [3.06?]   2.228 - An updated version of the SDRPlay RSP1 driver
- Survey.exe       [1.7__]   2.235

Check these versions (on command line) so you know you are truly up to date and avoid possible compatibility problems going forward.

Only updated ones are DSDPLUS and FMP24 and no, I haven't heard from DSDPLUS.
 

N1XDS

ÆS Ø
Joined
Nov 3, 2004
Messages
2,014
you need to look at your FMP24 command line. Your syntax is wrong, -i = device #, and -o for output tcp port. You have -i listed twice.
FMP24 -rc -i1 -i20001 -P0.0 -f935.0

FMP24 -rv -i2 -o20002 -P0.0

What am I suppose to put to make it work no matter what I try to do the connection gets rejected. I have no help from DSDPLUS.
 

a417

Active Member
Joined
Mar 14, 2004
Messages
4,669
if you are trying to listen to p25 phase 1 you only need one dongle, and one set of FMP24 & DSDplus...are you trying to decode P25?
 

N1XDS

ÆS Ø
Joined
Nov 3, 2004
Messages
2,014
if you are trying to listen to p25 phase 1 you only need one dongle, and one set of FMP24 & DSDplus...are you trying to decode P25?

Trying to decode P25 with one dongle..When I try to use SDR # with the DSDPlugin...DSD won't work unless I have both audio and DSD Plugin audio on virtual cable which I have and it works just when I try to listen to the audio it will not work with just the audio for SDR # set on virtual cable and set my Bose desktop speakers for DSDPlus plugin.
 
Last edited:

a417

Active Member
Joined
Mar 14, 2004
Messages
4,669
you don't need -rv & -rc if you do one dongle. Remove all but one good dongle from your system, and run it in 'combined CC/VC monitor' mode.

you will have one copy of FMP24 running, and then DSD+.

Code:
start cmd /c fmp24  -i"01" -o20001 -_2 -b9.5 -g36.4 -fXXX.XXXX
sleep 5
start cmd /c dsdplus -i20001 -f1 -o0 -PTmp3 -v0 -T -O NUL -- >> rec-XXXX.txt

this is the way I start mine, not with multiple batch files and all that jazz.
 
Status
Not open for further replies.
Top