DSD FMPA and DSDPlus on different machines?

motomeso

Member
Premium Subscriber
Joined
Dec 19, 2002
Messages
952
Location
Ontario
I'm trying to get FMPA and DSD to work across different machines on my local network but the TCP connection is being refused. When I run FMPA and DSDPlus locally on the same machine this works fine. The outbound and inbound TCP connections were set in their respective .bat files and the firewalls have been turned off on both machines.

Is there something I am missing? DSD Fastlane version 2.395 for reference.
 

mcjones2013

Radio Communications Enthusiast
Premium Subscriber
Joined
Sep 15, 2012
Messages
723
Location
Sacramento, CA
Just throwing out some thoughts: are you using the correct internal IP address and port for the computer you want to connect to? If so, does your network allow for this, meaning there's no device isolation?

I haven't tried doing this setup myself, but have wondered if it would work. I'm also curious if it would work remotely outside of the internal network.
 

a417

Active Member
Joined
Mar 14, 2004
Messages
4,669
If they are both on the same subnet, they will work. If not, I would immediately look at local firewalls on each machine, and then (very unlikely culprit) the firewall on whatever router you are using. 99% of them should not locally disrupt TCP within the subnet, but you never really know unless you go looking for it.

to help troubleshooting, dump the commands in this thread - and then post the outputs of them just so a communal set of eyes can verify you are good to go.


I use FMP(24) & DSD+ in this configuration, so I know it works.

[edit]
It does work outside of the local network, I have accessed it via my VPN - however network delays and latency due become more prevalent.
 
Last edited:

motomeso

Member
Premium Subscriber
Joined
Dec 19, 2002
Messages
952
Location
Ontario
Both are on the same subnet and I have added the programs to allow them through the Windows Firewall and disabled the firewall all together on both machines.

My FMPA bat is: fmpa -o20001 -f152.780 -b9.5 -L10 -M7 -V10
My DSDPlus bat is: DSDPlus -iT192.168.1.137:20001 -fr -o2 -O NUL
 

motomeso

Member
Premium Subscriber
Joined
Dec 19, 2002
Messages
952
Location
Ontario
Anybody?

FMPA output is:
Airspy lib version = 1.0.10
Airspy serial number = 440464C838584D4F
Sampling rates supported by device: 2.5 MHz; 10.0 MHz;
Sampling rate set to 2.5 MHz
Waiting for DSD+ link with link ID 20001

DSDPlus output is:
Mono audio decoding initiated; press Esc to exit...
Initiating TCP connection to 192.168.1.137:20001...
Checking for updates
Server name: dsdplus.com
Alternate : www.dsdplus.com
Server address: 209.240.30.50

Updated DSDPlus.bin
You are running the most recent copy of DSD+
TCP connect error = 10061
[No connection could be made because the target machine actively refused it]

Both are on the same subnet and I have added the programs to allow them through the Windows Firewall and disabled the firewall all together on both machines.

My FMPA bat is: fmpa -o20001 -f152.780 -b9.5 -L10 -M7 -V10
My DSDPlus bat is: DSDPlus -iT192.168.1.137:20001 -fr -o2 -O NUL
 

wgbecks

Active Member
Joined
Jan 17, 2005
Messages
921
Location
NE Wisconsin
Your FMPA command line arguments aren't quite correct for this application. See my example batch files and screen captures
show below.

Reference Info

My Airspy (FMPA) is running on PC-1, IP:10.0.0.6 while DSDPlus is running on PC-2, IP:10.0.0.100. My LAN is configured as a
Class-C <Netmask 255.255.255.0> network.

fmpa.bat
FMPA -rc -i1 -oT20001 -L15 -M12 -V10 -v100 -b12.5 -f853.925 -_3

dsdplus.bat
DSDPlus -- -r1 -fa -e -t -T -E -v4 -UA25 -UI25 -iT10.0.0.6:20001 -O NUL -wel405.1 -wes299.975 -weh15 -wcl0.0 -wch15 -wsl405.980 -wss315.292 >1Ra-log

PC-1

PC-1.png

PC-2

PC-2.png


Bill
 
Last edited:
Top