DSDPlus DSDPLUS Siteloader file missing

Status
Not open for further replies.

N1XDS

ÆS Ø
Joined
Nov 3, 2004
Messages
1,932
Hey everyone,

Can someone attach the DSDPLUS siteloader file to they're reply to me? I am missing that file in my DSDPLUS program folder and yes "I googled the file" and can not find the file.
 

thewraith2008

Member
Joined
Nov 22, 2016
Messages
1,845
This file came with DSD+ v2.197

Copy the following into text file and rename to 'DSDPlus.siteLoader'
Code:
; DSD+ system/site loader file
;
; you can edit this file while DSD+ is running
;
;
; line format:
;
;
;   trunked network entries:
;
;     protocol, networkID, 0, "network name"
;
;
;   trunked site entries:
;
;     protocol, networkID, siteNumber, "site name"
;
;       for TIII, siteNumber format = area.site
;
;
;   conventional channel entries:
;
;     Conventional, pseudoNID, pseudoSiteNumber, "frequencyInMHZ protocol channelName"
;
;       note: "Conventional" can be shortened to "Conv"
;
;       recognized conventional channel protocol names:
;
;         Analog  (NFM analog)
;         FM      (NFM analog)
;         AM      (AM analog - must be supported by FMPx)
;         D-Star
;         Fusion
;         NXDN48
;         NXDN96
;         DMR
;         DCDM
;         dPMR
;         ProVoice
;
;
; trunked site entries can be copied directly from your DSDPlus.sites file
;
;
; frequency data for P25 trunked sites has to be present in the DSDPlus.P25data file;
;  manually tune to P25 control channels to auto-build the DSDPlus.P25data file
;
; frequency data for non-P25 trunked sites has to be present in the DSDPlus.frequencies file;
;  this data has to be manually added to the DSDPlus.frequencies file by you
;
; frequency data for conventional channels must be present
;  in every conventional channel entry in this file.
;  Conventional channel data does not have to be added to any other DSD+ data file
;
;
; data for any site or channel can be present more than once,
;  i.e. favorite / frequently monitored channels/sites could be duplicated at the top of this file
;
;
; examples:

P25, BEE11.123, 0, "Mulberry PS"
P25, BEE11.123, 1.1, "North"
P25, BEE11.123, 2.2, "South"

Con+, 1234, 0, "ACME"
Con+, 1234, 1, "Site 1"
Con+, 1234, 1, "Site 2"

Conv, 1, 1,  "119.150 AM ATIS"
Conv, 1, 2,  "163.830 P25 FBI"
Conv, 1, 3,  "443.900 D-Star"
Conv, 1, 4,  "442.200 Fusion"
Conv, 1, 5,  "462.500 DMR"
Conv, 1, 6,  "455.100 NXDN48"

Conv, 1, 11, "162.550        WX1"
Conv, 1, 12, "162.400        WX2"
Conv, 1, 13, "162.475        WX3"
Conv, 1, 14, "162.425        WX4"
Conv, 1, 15, "162.450        WX5"
Conv, 1, 16, "162.500        WX6"
Conv, 1, 17, "162.525        WX7"
Conv, 1, 18, "161.650        WX8"
Conv, 1, 19, "161.775 Analog WX9"
Conv, 1, 20, "163.275 FM     WX10"
 

N1XDS

ÆS Ø
Joined
Nov 3, 2004
Messages
1,932
This file came with DSD+ v2.197

Copy the following into text file and rename to 'DSDPlus.siteLoader'
Code:
; DSD+ system/site loader file
;
; you can edit this file while DSD+ is running
;
;
; line format:
;
;
;   trunked network entries:
;
;     protocol, networkID, 0, "network name"
;
;
;   trunked site entries:
;
;     protocol, networkID, siteNumber, "site name"
;
;       for TIII, siteNumber format = area.site
;
;
;   conventional channel entries:
;
;     Conventional, pseudoNID, pseudoSiteNumber, "frequencyInMHZ protocol channelName"
;
;       note: "Conventional" can be shortened to "Conv"
;
;       recognized conventional channel protocol names:
;
;         Analog  (NFM analog)
;         FM      (NFM analog)
;         AM      (AM analog - must be supported by FMPx)
;         D-Star
;         Fusion
;         NXDN48
;         NXDN96
;         DMR
;         DCDM
;         dPMR
;         ProVoice
;
;
; trunked site entries can be copied directly from your DSDPlus.sites file
;
;
; frequency data for P25 trunked sites has to be present in the DSDPlus.P25data file;
;  manually tune to P25 control channels to auto-build the DSDPlus.P25data file
;
; frequency data for non-P25 trunked sites has to be present in the DSDPlus.frequencies file;
;  this data has to be manually added to the DSDPlus.frequencies file by you
;
; frequency data for conventional channels must be present
;  in every conventional channel entry in this file.
;  Conventional channel data does not have to be added to any other DSD+ data file
;
;
; data for any site or channel can be present more than once,
;  i.e. favorite / frequently monitored channels/sites could be duplicated at the top of this file
;
;
; examples:

P25, BEE11.123, 0, "Mulberry PS"
P25, BEE11.123, 1.1, "North"
P25, BEE11.123, 2.2, "South"

Con+, 1234, 0, "ACME"
Con+, 1234, 1, "Site 1"
Con+, 1234, 1, "Site 2"

Conv, 1, 1,  "119.150 AM ATIS"
Conv, 1, 2,  "163.830 P25 FBI"
Conv, 1, 3,  "443.900 D-Star"
Conv, 1, 4,  "442.200 Fusion"
Conv, 1, 5,  "462.500 DMR"
Conv, 1, 6,  "455.100 NXDN48"

Conv, 1, 11, "162.550        WX1"
Conv, 1, 12, "162.400        WX2"
Conv, 1, 13, "162.475        WX3"
Conv, 1, 14, "162.425        WX4"
Conv, 1, 15, "162.450        WX5"
Conv, 1, 16, "162.500        WX6"
Conv, 1, 17, "162.525        WX7"
Conv, 1, 18, "161.650        WX8"
Conv, 1, 19, "161.775 Analog WX9"
Conv, 1, 20, "163.275 FM     WX10"

Thank you for that! Question I just updated to the newest DSDPLUS update and its telling me on the screen that TCP CONNECT ERROR 10061 the remote machine actively refused it? I tried disabling both Windows firewall and Webroot firewall and nothing solved. Now my issue besides the TCP connect error 10061 the new DSDPLUS 2.242 update won't allow me to extr.act the file to my dsdplus folder cause I don't have a password for it.
 
Last edited:

rivardj

Member
Premium Subscriber
Joined
Dec 19, 2009
Messages
317
Location
Michigan
I just had this happen with one of my DSDPlus configurations. It was not updated to the latest FMP24.exe version from DSDPlus release 2.235. The FMP24.exe should have a date of 1/13/2020.

You need to use the password you were given in an email a release or two back.
 

N1XDS

ÆS Ø
Joined
Nov 3, 2004
Messages
1,932
I just had this happen with one of my DSDPlus configurations. It was not updated to the latest FMP24.exe version from DSDPlus release 2.235. The FMP24.exe should have a date of 1/13/2020.

You need to use the password you were given in an email a release or two back.

That is my issue I no longer have that email due to loosing all my emails.
 

thewraith2008

Member
Joined
Nov 22, 2016
Messages
1,845
Thank you for that! Question I just updated to the newest DSDPLUS update and its telling me on the screen that TCP CONNECT ERROR 10061 the remote machine actively refused it? I tried disabling both Windows firewall and Webroot firewall and nothing solved. Now my issue besides the TCP connect error 10061 the new DSDPLUS 2.242 update won't allow me to extr.act the file to my dsdplus folder cause I don't have a password for it.
Check your batch file/s to see if ports used are still correct.

You said you just updated (now get error with TCP), then you say you can't extract a file because you don't have password? :confused:
If you have not retain the email that DSDPlus have sent with the password, then you will need to contact them about re-issuing you the password.
 

N1XDS

ÆS Ø
Joined
Nov 3, 2004
Messages
1,932
Check your batch file/s to see if ports used are still correct.

You said you just updated (now get error with TCP), then you say you can't extract a file because you don't have password? :confused:
If you have not retain the email that DSDPlus have sent with the password, then you will need to contact them about re-issuing you the password.

Yes that is what I said..Once I got the old version to download the new version it never installed the new update. I lost the password and other emails when my computer crashed a month ago.

I don’t see any ports being listed all I see is 20001 and 20002 in the batch files
 
Last edited:

morfis

Member
Joined
Jan 24, 2004
Messages
1,641
I don’t see any ports being listed all I see is 20001 and 20002 in the batch files

Those are port numbers

Emailed to see if they can send me a password for it.

It is probably a good idea to ask them for a complete up to date copy. Since the site loader file was added there have been several realeases and just putting the most recent update edition into your old folder will likely not give you a fully working copy.
 
Last edited:

thewraith2008

Member
Joined
Nov 22, 2016
Messages
1,845
With all the problems people seem to have locating all these different files, maybe the DSDPlus team could add a package on their website that contain all these default files.

Then people when having this problem or just if they want to reset everything, can just download these files without going through a dozen zips files trying to find them.
Helpful also if people no long have the zip files (because google deleted them).
  • DSDPlus.frequencies
  • DSDPlus.groups
  • DSDPlus.P25data (is this auto generated?)
  • DSDPlus.radios
  • DSDPlus.siteLoader
  • DSDPlus.sites
  • FMP24.ScanList (is blank I think anyway)
  • FMP24.SurveyList
  • Maybe also the default FMPx.cfg, FMP-Map.cfg, LRRP.cfg, Survey.cfg files
  • Maybe also the default .bat files
Did I miss any other files?
 

slicerwizard

Member
Joined
Sep 19, 2002
Messages
7,643
Location
Toronto, Ontario
I don't think any files are auto-created these days.


Here's my crack at the list:

1R.bat
1Ra.bat

not CC.bat, VC.bat (acquired via DSD+ 1.101)

not DSDPlus.exe (always part of an update)

DSDPlus.P25data
DSDPlus.siteLoader

not DSDPlus.networks, .sites, .frequencies, .groups, .radios (acquired via DSD+ 1.101)

FMP24.cfg
FMP24.exe
FMP24.SurveyList
FMP24-CC.bat
FMP24-VC.bat

FMPA.cfg
FMPA.exe
FMPA-CC.bat
FMPA-VC.bat

FMPP.cfg
FMPP.exe
FMPP-CC.bat
FMPP-VC.bat
sdrplay_api.dll

FMP-Map.EXE

not LRRP.cfg (acquired via DSD+ 1.101)
LRRP.exe

not Notes.txt (always part of an update)

rtlsdr.dll (updated / newer than DLL package on dsdplus.com)

Survey.cfg
Survey.exe

---
 

thewraith2008

Member
Joined
Nov 22, 2016
Messages
1,845
Is FMP24 the only one that uses the 'FMP24.ScanList' or is it shared with FMPA and FMPP or is there supposed to be 'FMPA.ScanList' and 'FMPP.ScanList' files created for those versions of FMP?
 

morfis

Member
Joined
Jan 24, 2004
Messages
1,641
Aren't most of the 'extra' files described well enough in the notes for them to be created if necessary?

More than enough information on RR (repeated again and again) for people to easily find out what they need and when new versions come out.
The problem is people won't put in any effort to look for the information they need, they'll just ask the same FSQ again, and again, and again...oftentimes to be answered by the same two people.

I'd rather the DSD folks stick to improving the software than get bogged down with extra archives or additions to a website and leave the users to do do a tiny bit of research where necessary.

Reminding myself about old fashioned batch scripting gives me this list of what was added in the updates:
2016-04-07 DSDPlus2p18\FMPA.cfg
2016-04-12 DSDPlus2p18\FMP24.cfg
2016-05-18 DSDPlus2p18\FMP24-CC.bat
2016-05-18 DSDPlus2p18\FMP24-VC.bat
2016-07-19 DSDPlus2p18\FMPA.exe
2016-07-26 DSDPlus2p18\FMP24.exe
2016-07-27 DSDPlus2p18\Notes.txt
2016-11-30 DSDPlus2p18\DSDPlus.exe
2016-12-19 DSDPlus2p29\LRRP.exe
2016-12-23 DSDPlus2p29\FMPA.exe
2016-12-24 DSDPlus2p29\DSDPlus.exe
2016-12-24 DSDPlus2p29\FMP24.exe
2016-12-24 DSDPlus2p29\Notes.txt
2017-01-10 DSDPlus2p32\FMP24.exe
2017-01-11 DSDPlus2p32\DSDPlus.exe
2017-02-11 DSDPlus2p39\DSDPlus.exe
2017-02-11 DSDPlus2p39\Notes.txt
2017-10-02 DSDPlus2p71\FMP-Map.EXE
2017-12-04 DSDPlus2p71\Survey.exe
2017-12-24 DSDPlus2p71\FMP24.SurveyList
2017-12-24 DSDPlus2p71\FMPA.exe
2017-12-24 DSDPlus2p71\Notes.txt
2017-12-24 DSDPlus2p71\Survey.cfg
2017-12-25 DSDPlus2p71\FMP24.exe
2017-12-25 DSDPlus2p71\LRRP.EXE
2017-12-26 DSDPlus2p71\DSDPlus.exe
2018-01-01 DSDPlus2p84\Survey.exe
2018-01-04 DSDPlus2p84\LRRP.EXE
2018-01-20 DSDPlus2p84\FMPA.exe
2018-01-25 DSDPlus2p84\DSDPlus.exe
2018-01-25 DSDPlus2p84\Notes.txt
2018-02-14 DSDPlus2p98\FMPA.exe
2018-03-04 DSDPlus2p98\FMP24.exe
2018-03-17 DSDPlus2p98\DSDPlus.exe
2018-03-17 DSDPlus2p98\LRRP.EXE
2018-03-17 DSDPlus2p98\Notes.txt
2018-06-13 DSDPlus2p113\FMP-Map.EXE
2018-06-25 DSDPlus2p113\FMPA.exe
2018-06-27 DSDPlus2p113\FMP24.exe
2018-06-27 DSDPlus2p113\LRRP.exe
2018-06-28 DSDPlus2p113\Notes.txt
2018-06-29 DSDPlus2p113\DSDPlus.exe
2018-09-25 DSDPlus2p145\FMP24.exe
2018-10-13 DSDPlus2p145\FMPA.exe
2018-10-30 DSDPlus2p145\LRRP.EXE
2018-11-11 DSDPlus2p145\DSDPlus.P25data
2018-11-11 DSDPlus2p145\Notes.txt
2018-11-12 DSDPlus2p145\DSDPlus.exe
2018-12-13 DSDPlus2p155\DSDPlus.exe
2018-12-13 DSDPlus2p155\Notes.txt
2019-01-23 DSDPlus2p165\LRRP.EXE
2019-02-06 DSDPlus2p165\FMP24.exe
2019-02-06 DSDPlus2p165\FMPA.exe
2019-02-07 DSDPlus2p165\DSDPlus.exe
2019-02-07 DSDPlus2p165\Notes.txt
2019-02-11 DSDPlus2p176\LRRP.EXE
2019-03-09 DSDPlus2p169\FMP24.exe
2019-03-09 DSDPlus2p169\FMPA.exe
2019-03-09 DSDPlus2p169\FMPP.exe
2019-03-15 DSDPlus2p169\FMPP-CC.bat
2019-03-15 DSDPlus2p169\FMPP-VC.bat
2019-03-15 DSDPlus2p169\FMPP.cfg
2018-08-21 DSDPlus2p169\sdrplay_api.dll
2019-03-15 DSDPlus2p169\Notes.txt
2019-03-16 DSDPlus2p169\DSDPlus.exe
2019-03-23 FMPP update for 2p169\FMPP.exe
2019-03-23 FMPP update for 2p169\readme.txt
2019-03-23 FMPP update for 2p169\sdrplay_api.dll
2019-04-03 DSDPlus2p212\FMP-Map.EXE
2019-04-09 DSDPlus2p183\sdrplay_api.dll
2019-04-30 DSDPlus2p176\FMP24.exe
2019-04-30 DSDPlus2p176\FMPA.exe
2019-04-30 DSDPlus2p176\FMPP.exe
2019-05-01 DSDPlus2p176\1R.bat
2019-05-01 DSDPlus2p176\1Ra.bat
2019-05-01 DSDPlus2p176\DSDPlus.exe
2019-05-01 DSDPlus2p176\Notes.txt
2019-05-18 DSDPlus2p183\FMPP.exe
2019-05-20 DSDPlus2p183\DSDPlus.exe
2019-05-20 DSDPlus2p183\Notes.txt
2019-05-25 DSDPlus2p186\DSDPlus.exe
2019-05-25 DSDPlus2p186\Notes.txt
2016-07-14 DSDPlus2p197\rtlsdr.dll
2019-07-08 DSDPlus2p197\sdrplay_api.dll
2019-08-21 DSDPlus2p197\DSDPlus.exe
2019-08-21 DSDPlus2p197\DSDPlus.siteLoader
2019-08-21 DSDPlus2p197\FMP24.exe
2019-08-21 DSDPlus2p197\FMPA.exe
2019-08-21 DSDPlus2p197\FMPP.exe
2019-08-21 DSDPlus2p197\Notes.txt
2019-09-02 DSDPlus2p205\LRRP.EXE
2019-09-03 DSDPlus2p205\FMP24.exe
2019-09-03 DSDPlus2p205\FMPA.exe
2019-09-03 DSDPlus2p205\FMPP.exe
2019-09-18 DSDPlus2p205\DSDPlus.exe
2019-09-18 DSDPlus2p205\Notes.txt
2019-09-25 DSDPlus2p212\DSDPlus.exe
2019-09-25 DSDPlus2p212\Notes.txt
2019-11-25 DSDPlus2p228\sdrplay_api.dll
2019-11-30 DSDPlus2p228\LRRP.EXE
2019-12-03 DSDPlus2p228\FMPA.exe
2019-12-06 DSDPlus2p228\FMP24.exe
2019-12-08 DSDPlus2p228\FMPP.exe
2019-12-21 DSDPlus2p228\DSDPlus.exe
2019-12-21 DSDPlus2p228\Notes.txt
2020-01-13 DSDPlus2p235\FMP-Map.EXE
2020-01-13 DSDPlus2p235\FMP24.exe
2020-01-13 DSDPlus2p235\FMPA.exe
2020-01-13 DSDPlus2p235\LRRP.EXE
2020-01-13 DSDPlus2p235\Survey.exe
2020-01-14 DSDPlus2p235\FMPP.exe
2020-01-15 DSDPlus2p235\DSDPlus.exe
2020-01-15 DSDPlus2p235\Notes.txt
2020-03-04 DSDPlus2p242\DSDPlus.exe
2020-03-04 DSDPlus2p242\Notes.txt
 

thewraith2008

Member
Joined
Nov 22, 2016
Messages
1,845
Aren't most of the 'extra' files described well enough in the notes for them to be created if necessary?

More than enough information on RR (repeated again and again) for people to easily find out what they need and when new versions come out.
The problem is people won't put in any effort to look for the information they need, they'll just ask the same FSQ again, and again, and again...oftentimes to be answered by the same two people.

I'd rather the DSD folks stick to improving the software than get bogged down with extra archives or additions to a website and leave the users to do do a tiny bit of research where necessary.
Yes they can be created by reading documentation or forum posts.
However forum is full of posts that clearly demonstrate that people don't read the documentation or search for it.

Took me 10 minutes at most to create archive of the public release and the new/updated Fastlane basefiles with a list of the EXE version and what the last release of Fastlane they came in.
Hardly bogged me down.
 

slicerwizard

Member
Joined
Sep 19, 2002
Messages
7,643
Location
Toronto, Ontario
Aren't most of the 'extra' files described well enough in the notes for them to be created if necessary?
a) While one can create an empty file, it's not much help if the original file contained comments documenting the file layout and shows examples. I wouldn't want to have an empty site loader file - it came with a lot of embedded information.

b) Many folks can't manage to create the files. They save "DSDPlus.SiteLoader" in Notepad and get a "DSDPlus.SiteLoader.txt" file. And then because they have file extensions hidden in Windows Explorer, they see a file named "DSDPlus.SiteLoader", but DSDPlus still complains that the file is missing. And then they're stuck.

I'd rather the DSD folks stick to improving the software than get bogged down with extra archives or additions to a website and leave the users to do do a tiny bit of research where necessary.
As would I, but see above.
 

N1XDS

ÆS Ø
Joined
Nov 3, 2004
Messages
1,932
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
 
Last edited:

morfis

Member
Joined
Jan 24, 2004
Messages
1,641
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"

Are your opies of FMPx and DSD+ on different sides of an internet connection for you to need to alter the router settings?
 
Status
Not open for further replies.
Top