European Repeater Operation: Difference between revisions
Jump to navigation
Jump to search
imported>N8THN created page |
imported>N8THN mNo edit summary |
||
Line 1: | Line 1: | ||
[[Category:How to]] | [[Category:How to]] | ||
We realize that there are different requirements for repeater operation in different parts of the world. Until recently, we have not dealt much with these, not out of insensitivity, but out of unfamiliarity. | |||
Two things have been brought to our attention that we have added functionality to support. | |||
In the UK, it is necessary for a repeater to identify on a periodic basis regardless of activity. | |||
To enable this feature: | |||
The following are parameters in the [node] section of rpt.conf: | |||
beaconing=yes | |||
Also, many countries still require access to the repeater be with a toneburst (generally 1750 Hz). | |||
To enable this feature: | |||
rxburstfreq=1750 ; set burst frequency to 1750 Hz (or whatever freq you desire) | |||
Also, optionally: | |||
rxbursttime=500 ; set minimum decode time to 500Hz | |||
rxburstthreshold=10 ; set minimum s/n ratio for decode |
Latest revision as of 13:36, 28 January 2019
We realize that there are different requirements for repeater operation in different parts of the world. Until recently, we have not dealt much with these, not out of insensitivity, but out of unfamiliarity.
Two things have been brought to our attention that we have added functionality to support.
In the UK, it is necessary for a repeater to identify on a periodic basis regardless of activity.
To enable this feature:
The following are parameters in the [node] section of rpt.conf:
beaconing=yes
Also, many countries still require access to the repeater be with a toneburst (generally 1750 Hz).
To enable this feature:
rxburstfreq=1750 ; set burst frequency to 1750 Hz (or whatever freq you desire) Also, optionally: rxbursttime=500 ; set minimum decode time to 500Hz rxburstthreshold=10 ; set minimum s/n ratio for decode