1MODULEFRN.CONF(5) File Formats MODULEFRN.CONF(5)
2
3
4
6 ModuleFrn.conf - Configuration file for the SvxLink server Free Radio
7 Network (FRN) module
8
10 svxlink is a general purpose voice service system for ham radio use.
11 This man-page describe the SvxLink server configuration for the FRN
12 module.
13
14 The FRN module is used to connect to Free Radio Network (FRN) servers.
15
17 There are a couple of configuration variables that are common to all
18 modules. The documentation for these can be found in the
19 svxlink.conf(5) manual page.
20
21 Here is the description of all module specific configuration variables
22 that the SvxLink FRN module understands.
23
24 ModuleFrn
25 SERVER Free Radio Network (FRN) server hostname or ip address, you can
26 find a list of active servers using FRN desktop application or
27 at http://freeradionetwork.eu web page.
28
29 PORT FRN server port number
30
31 SERVER_BACKUP
32 Free Radio Network (FRN) backup server hostname or ip address.
33 When connectivity to main SERVER is not possible connection will
34 fallback to this server.
35
36 PORT_BACKUP
37 FRN backup server port number
38
39 VERSION
40 Identify itself as a FRN client with this version.
41
42 EMAIL_ADDRESS
43 Your email address, which was used during registration.
44
45 DYN_PASSWORD
46 Password provided to you by FRN on registration.
47
48 CLIENT_TYPE
49 Type of the client:
50 0 - crosslink
51 1 - gateway
52 2 - pc only
53
54 Read more at http://freeradionetwork.eu/frnprotocol.htm web
55 page.
56
57 CALLSIGN_AND_USER
58 Your callsign and user name used during registration, for exam‐
59 ple "1234, Bob".
60
61 BAND_AND_CHANNEL
62 In case of PC only user, this is 'PC Only'. In case of a
63 crosslink this is 'Crosslink'. In case of a gateway this is the
64 frequancy in full Mhz and kHz separated by a
65 '.' (dot), followed by the mode 'FM', 'AM' or 'DIG', followed
66 by a space and the squelch type 'CTC', 'DSC' or 'NONE' followed
67 by the CTC frequency or ID code.
68
69 Examples:
70 446.03125FM CTC131.8
71 28.12500AM
72 145.43750FM DCS828
73 446.02625DIG CID123
74
75 DESCRIPTION
76 Custom extra information about the node.
77
78 COUNTRY
79 Full name of the country.
80
81 CITY_CITY_PART
82 The city and the part of the city, or the part of the country
83 and the city divided by a minus sign, for example "City -
84 Street".
85
86 NET Network (room) where to connect, each server holds up to 32 net‐
87 works (rooms).
88
89 FRN_DEBUG
90 Define to enable extensive module logging, including FRN request
91 and response printout.
92
93 DISABLE_RF
94 Define to disable sending voice from FRN to RIG. Nothing will be
95 transmitted by radio (could be switched ON by DTMF command later
96 if needed)
97
99 To register at FRN service it is possible to use native desktop client
100 or just register using netcat:
101
102 echo 'IG:\
103 <ON>[CallsignAndUser]</ON>\
104 <EA>[EMailAddress]</EA>\
105 <BC>[BandAndChannel]</BC>\
106 <DS>[Description]</DS>\
107 <NN>[Country]</NN>\
108 <CT>[CityCityPart]</CT>' | nc -v sysman.freeradionetwork.eu 10025
109
110 FRN System Manager should return OK in case of successful registration.
111
112 More information about new user registration is available at
113 http://freeradionetwork.eu/frnprotocol.htm
114
116 /etc/svxlink/svxlink.conf (or deprecated /etc/svxlink.conf)
117 The system wide configuration file.
118
119 ~/.svxlink/svxlink.conf
120 Per user configuration file.
121
122 /etc/svxlink/svxlink.d/ModuleFrn.conf
123 Global modularized configuration file. Depends on the CFG_DIR
124 configuration variable setting.
125
126 ~/.svxlink/svxlink.d/ModuleFrn.conf
127 Per user modularized configuration file. Depends on the CFG_DIR
128 configuration variable setting.
129
131 Tobias Blomberg (SM0SVX) <sm0svx at users dot sourceforge dot net>
132
134 svxlink.conf(5)
135
136
137
138Linux MARS 2013 MODULEFRN.CONF(5)