mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-08-08 19:41:41 +00:00
96 lines
2.6 KiB
Markdown
96 lines
2.6 KiB
Markdown
## Multiple cluster nodes with different settings
|
|
|
|
Dan, S50U has written in with his Spothole cluster settings. He is using a cluster node which provides RBN spots, and
|
|
uses different SSIDs on his callsign to get different settings when logged into the same cluster node. For example:
|
|
|
|
```
|
|
-
|
|
class: "DXCluster"
|
|
name: "S50CLX"
|
|
enabled: true
|
|
host: "s50clx.si"
|
|
port: 41112
|
|
login_prompt: "login: "
|
|
login_callsign: "callsign-10"
|
|
```
|
|
|
|
Telnet to DXSpider and log in with "callsign-10" and execute the following commands:
|
|
|
|
`CLEAR/SPOTS ALL` (delete all previous filters)<br/>
|
|
`UNSET/ANN` (stop announce messages)<br/>
|
|
`UNSET/WCY` (stop wcy messages)<br/>
|
|
`UNSET/WWV` (stop wwv messages)<br/>
|
|
`SET/DX` (enable human DX spots)
|
|
|
|
```
|
|
-
|
|
class: "DXCluster"
|
|
name: "RBN CW"
|
|
enabled: true
|
|
host: "s50clx.si"
|
|
port: 41112
|
|
login_prompt: "login: "
|
|
login_callsign: "callsign-11"
|
|
allow_rbn_spots: true
|
|
enabled-by-default-in-web-ui: false
|
|
```
|
|
|
|
Telnet to DXSpider and log in with "callsign-11" and execute the following commands:
|
|
|
|
`CLEAR/SPOTS ALL` (delete all previous filters)<br/>
|
|
`UNSET/ANN` (stop announce messages)<br/>
|
|
`UNSET/WCY` (stop wcy messages)<br/>
|
|
`UNSET/WWV` (stop wwv messages)<br/>
|
|
`UNSET/DX` (stop human DX spots)<br/>
|
|
`SET/SKIMMER CW` (enable CW RBN spots)
|
|
|
|
```
|
|
-
|
|
class: "DXCluster"
|
|
name: "RBN RTTY"
|
|
enabled: true
|
|
host: "s50clx.si"
|
|
port: 41112
|
|
login_prompt: "login: "
|
|
login_callsign: "callsign-12"
|
|
allow_rbn_spots: true
|
|
enabled-by-default-in-web-ui: false
|
|
```
|
|
|
|
Telnet to DXSpider and log in with "callsign-12" and execute the following commands:
|
|
|
|
`CLEAR/SPOTS ALL` (delete all previous filters)<br/>
|
|
`UNSET/ANN` (stop announce messages)<br/>
|
|
`UNSET/WCY` (stop wcy messages)<br/>
|
|
`UNSET/WWV` (stop wwv messages)<br/>
|
|
`UNSET/DX` (stop human DX spots)<br/>
|
|
`SET/SKIMMER RTTY` (enable RTTY RBN spots)
|
|
|
|
```
|
|
-
|
|
class: "DXCluster"
|
|
name: "RBN FT4/8"
|
|
enabled: true
|
|
host: "s50clx.si"
|
|
port: 41112
|
|
login_prompt: "login: "
|
|
login_callsign: "callsign-13"
|
|
allow_rbn_spots: true
|
|
enabled-by-default-in-web-ui: false
|
|
```
|
|
|
|
Telnet to DXSpider and log in with "callsign-13" and execute the following commands:
|
|
|
|
`CLEAR/SPOTS ALL` (delete all previous filters)<br/>
|
|
`UNSET/ANN` (stop announce messages)<br/>
|
|
`UNSET/WCY` (stop wcy messages)<br/>
|
|
`UNSET/WWV` (stop wwv messages)<br/>
|
|
`UNSET/DX` (stop human DX spots)<br/>
|
|
`SET/SKIMMER FT` (enable FT RBN spots)
|
|
|
|
For each callsign-SSID, we also specify our basic information with commands:
|
|
|
|
`SET/NAME Spothole10`, Spothole11... etc.<br/>
|
|
`SET/QTH Cerkno`<br/>
|
|
`SET/QRA JN66XD`<br/>
|
|
`SET/HOME S50CLX` |