How to connect DXSpider to RBN: Difference between revisions
Jump to navigation
Jump to search
Created page with "Configuring your DXSpider node receive skimmer spots from the RBN (Reverse Beacon Network) is very straight forward: Create two connect scripts: /spider/connect/sk0mmr which contains: connect telnet telnet.reversebeacon.net 7000 'call:' 'sk0mmr' /spider/connect/sk1mmr which contains: connect telnet telnet.reversebeacon.net 7001 'call:' 'sk1mmr' The in your crontab file: /spider/local_cmd/crontab Add these two lines: * * * * * start_connect('sk0mmr') unless..." |
No edit summary |
||
Line 9: | Line 9: | ||
'call:' 'sk0mmr' | 'call:' 'sk0mmr' | ||
and: | |||
/spider/connect/sk1mmr | /spider/connect/sk1mmr | ||
Revision as of 19:19, 19 February 2025
Configuring your DXSpider node receive skimmer spots from the RBN (Reverse Beacon Network) is very straight forward:
Create two connect scripts:
/spider/connect/sk0mmr
which contains:
connect telnet telnet.reversebeacon.net 7000 'call:' 'sk0mmr'
and:
/spider/connect/sk1mmr
which contains:
connect telnet telnet.reversebeacon.net 7001 'call:' 'sk1mmr'
The in your crontab file:
/spider/local_cmd/crontab
Add these two lines:
* * * * * start_connect('sk0mmr') unless connected('sk0mmr') * * * * * start_connect('sk1mmr') unless connected('sk1mmr')