¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

values for YSFGateway.qn?


 

FOlks,
I¡¯m tring to setup my YSFgateway.qn file so that i can build a multi-mode hotspot, and I have a couple of quetions:
First, which id do I use in the id field:
*** Code begins***
Id=1234567
***COde ends***
Is this my DMR ID, which I have or the CCS7ID?
Also, how do I setup the startup value to reflect that I want to starup on FCS310? So far my starup line loks like this:
*** Code begins***
Startup=FCS31080
COde end***
The option, without the quotes:
"book DG-ID for Reflector¡±
Can you use that to book all the DGIDS 1-99, and then even if none are taken, so long as your on FCS310, you can move through the DGIDs that have groups on them, and it should work?

Thanks for thehelp,
Justin


 

Justin,
You can use a DMR ID.

YSFGateway.qn file is posted. Scroll down to the option line

[General]
Callsign=W4WWM
Suffix=RPT
# Suffix=ND
Id=3101236
RptAddress=127.0.0.1
RptPort=3200
LocalAddress=127.0.0.1
LocalPort=4200
WiresXMakeUpper=1
WiresXCommandPassthrough=0
Debug=0
Daemon=0

[Info]
RXFrequency=448025000
TXFrequency=443025000
Power=1
Latitude=34.7099951
Longitude=-86.751702
Height=30ft
Name=Madsion, AL
Description=Fusion II Duplex HS

[Log]
# Logging levels, 0=No logging
DisplayLevel=2
FileLevel=1
FilePath=/var/log/YSFGateway
FileRoot=YSFGateway

[APRS]
Enable=0
Address=127.0.0.1
Port=8673
Description=APRS Description
Suffix=Y

[Network]
Startup=FCS31079
Startup=QuadNet-Tech-Chat
# book DG-ID for Reflector
Options=80;3;35
InactivityTimeout=10
Revert=0
Debug=0

[YSF Network]
Enable=1
Port=42000
Hosts=/root/home/w4wwm/YSFClients/YSFGateway/YSFHosts.txt
ReloadTime=60
ParrotAddress=127.0.0.1
ParrotPort=42012
YSF2DMRAddress=127.0.0.1
YSF2DMRPort=42013
YSF2NXDNAddress=127.0.0.1
YSF2NXDNPort=42014
YSF2P25Address=127.0.0.1
YSF2P25Port=42015

[FCS Network]
Enable=1
Rooms=/root/home/w4wwm/YSFClients/YSFGateway/FCSRooms.txt
Port=42001

[GPSD]
Enable=0
Address=127.0.0.1
Port=2947

[Remote Commands]
Enable=0
Port=6073
?


 

¿ªÔÆÌåÓý

When you¡¯ve got a minute, can you check this for any errors? ?I¡¯m having a little bit of difficulty figuring out where some of these values to get the YSF gateway up and running go.
Thanks,
Justin
. ?The goal is for this to startup on the YCS2 server.


On Jun 2, 2021, at 10:06 PM, Will <w4wwm@...> wrote:

Justin,
You can use a DMR ID.

YSFGateway.qn file is posted. Scroll down to the option line

[General]
Callsign=W4WWM
Suffix=RPT
# Suffix=ND
Id=3101236
RptAddress=127.0.0.1
RptPort=3200
LocalAddress=127.0.0.1
LocalPort=4200
WiresXMakeUpper=1
WiresXCommandPassthrough=0
Debug=0
Daemon=0

[Info]
RXFrequency=448025000
TXFrequency=443025000
Power=1
Latitude=34.7099951
Longitude=-86.751702
Height=30ft
Name=Madsion, AL
Description=Fusion II Duplex HS

[Log]
# Logging levels, 0=No logging
DisplayLevel=2
FileLevel=1
FilePath=/var/log/YSFGateway
FileRoot=YSFGateway

[APRS]
Enable=0
Address=127.0.0.1
Port=8673
Description=APRS Description
Suffix=Y

[Network]
Startup=FCS31079
Startup=QuadNet-Tech-Chat
# book DG-ID for Reflector
Options=80;3;35
InactivityTimeout=10
Revert=0
Debug=0

[YSF Network]
Enable=1
Port=42000
Hosts=/root/home/w4wwm/YSFClients/YSFGateway/YSFHosts.txt
ReloadTime=60
ParrotAddress=127.0.0.1
ParrotPort=42012
YSF2DMRAddress=127.0.0.1
YSF2DMRPort=42013
YSF2NXDNAddress=127.0.0.1
YSF2NXDNPort=42014
YSF2P25Address=127.0.0.1
YSF2P25Port=42015

[FCS Network]
Enable=1
Rooms=/root/home/w4wwm/YSFClients/YSFGateway/FCSRooms.txt
Port=42001

[GPSD]
Enable=0
Address=127.0.0.1
Port=2947

[Remote Commands]
Enable=0
Port=6073
?


 

Hello Justin,

If you are still wondering, I may be able to help.

In several places in YSFGateway.qn, there are configurations for the paths to files necessary for YSFGateway to start and function correctly.?

Line 29 in your file is the path to the log.? YSFGateway will not run unless it can find and write to that path.? The standard log directory is "/var/log".? It is advisable to create another directory with /var/log so that it doesn't get too chaotic in the general log directory.? Fixing this line is a two-step process:? 1) create the directory "/var/log/ysfgateway", then list that as the location on line 29.

Lines 52 and 65 have a similar problem. QnetGateway installs YSFGateway as a service running at the root level, so paths like "./YSFhosts.txt" won't cut it.? If the YSFClients directory is in you home directory, the path would be:? /home/[username]/YSFClients/YSFGateway/YSFHosts.txt"? in line 52.? Line 65 should be same, but point to FCS file.


 

¿ªÔÆÌåÓý

Can you look at this?
I just would like to have some one who is sighted to take a peak at the syntax of the changes that I think I¡¯ve made:
***Code Begin***
[General]
Callsign=ai5os
#Suffix=RPT
?Suffix=ND
Id=3138451
RptAddress=127.0.0.1
RptPort=3200
LocalAddress=127.0.0.1
LocalPort=4200
WiresXMakeUpper=1
WiresXCommandPassthrough=0
Debug=0
Daemon=0

[Info]
RXFrequency=434000000
TXFrequency=434000000
Power=1
Latitude=30.4551932
Longitude=-978213501
Height=298.7
Name=Austin
Description=Multi-Mode HOtspot

[Log]
# Logging levels, 0=No logging
DisplayLevel=2
FileLevel=2
FilePath=.
FileRoot=YSFGateway
FileRotate=1

[APRS]
Enable=0
Address=127.0.0.1
Port=8673
Description=APRS Description
Suffix=Y
up!

[Network]
Startup=FCS31079
# Startup=QuadNet-Tech-Chat
# book DG-ID for Reflector
Options=80;3;35
InactivityTimeout=10
Revert=0
Debug=0

[YSF Network]
Enable=1
Port=42000
Hosts=/home/pi/YSFClients/YSFGateway/YSFHosts.txt
ReloadTime=60
ParrotAddress=127.0.0.1
ParrotPort=42012
YSF2DMRAddress=127.0.0.1
YSF2DMRPort=42013
YSF2NXDNAddress=127.0.0.1
YSF2NXDNPort=42014
YSF2P25Address=127.0.0.1
YSF2P25Port=42015

[FCS Network]
Enable=1
Rooms=/home/pi/YSFClients/YSFGateway/FCSRooms.txt
Port=42001

[GPSD]
Enable=0
Address=127.0.0.1
Port=2947

[Remote Commands]
Enable=0
Port=6073

***Codse End***

On Jun 20, 2021, at 4:23 PM, Ryan Matthew Headley <headley.ryan@...> wrote:

Hello Justin,

If you are still wondering, I may be able to help.

In several places in YSFGateway.qn, there are configurations for the paths to files necessary for YSFGateway to start and function correctly.?

Line 29 in your file is the path to the log.? YSFGateway will not run unless it can find and write to that path.? The standard log directory is "/var/log".? It is advisable to create another directory with /var/log so that it doesn't get too chaotic in the general log directory.? Fixing this line is a two-step process:? 1) create the directory "/var/log/ysfgateway", then list that as the location on line 29.

Lines 52 and 65 have a similar problem. QnetGateway installs YSFGateway as a service running at the root level, so paths like "./YSFhosts.txt" won't cut it.? If the YSFClients directory is in you home directory, the path would be:? /home/[username]/YSFClients/YSFGateway/YSFHosts.txt"? in line 52.? Line 65 should be same, but point to FCS file.


 

I don't see any problems in that config except one small thing.

In the Options line where you book your DG-ID's, each one must be followed by as semicolon for the YCS server will book them.

Options=80;3;35?? will book 80 and 3, and 35 will be ignored.

Options=80;3;35;? will book 80, 3, and 35.?

Also, these bookings are in addition to 79? which are would already have booked as a result of connecting to FCS31079.