File: New_Bandmap.txt

package info (click to toggle)
tlf 1.4.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,036 kB
  • sloc: ansic: 26,363; sh: 4,339; makefile: 132; perl: 92
file content (81 lines) | stat: -rw-r--r-- 3,614 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
New Bandmap in TLF-1.1
======================

One main poblem in old TLF versions is the very narrow space for cluster
messages (only 8 entries plus some room in scrolling). Furthermore the code
for looking up the messages was very inefficient and does not allow good
filtering of the informations we need.

The new bandmap tries to fix some of the problems. The following principles
were applied:

- Use the space below the QSO entry line for displaying the spots in the
  background.
- For each spot display the frequency (with one decimal) and the call of the
  spotted station. That allows 3 columns with 10 spots each.
- There are 3 sources of spots:
  * dx cluster messages
  * spots in local LAN (maybe from other stations scanning the band)
  * finished QSOs while in S&P
- The frequency is remembered with a resolution of 1 Hz if available
- You can filter the displayed spots by
  * band (all bands or only own (momentarily active) band)
  * mode (all or own)
  * dupe (show dupes or not)
- Each spot may have a letter or star between frequency and call denoting the 
  source of the spot
  * blank - from cluster
  * '*' - self spotted or worked in S&P
  * 'a'..'z' -spotted from station 'a' to 'z' in local network
- Color of spots signal the age of the spot
  * bright blue - new spot
  * blue - older than 45s (at the moment)
  * brown - older than 5 min 
- Dupes (already work stations) are show in lower case and grey

USAGE
===== 

Turn on rig support and connect to a cluster (experiment what happens if one
or both conditions are not met). Wait some moments until some spots shows up.

- Press '.' to show the filter menu. Next letter switches filtering:
  * b - toggle band filter
  * m - toggle mode filter
  * d - toggle display of dupes
  * o - only shows the multipliers (CQWW only)
- Tune in to any interesting station, insert its call into the input field
  and press 'Ctrl-A'. The heard station gets added to the bandmap and
  broadcasted to other stations in the local net. See that it gets marked with
  a '*' as self spotted.
- Tune in to any contest station in S&P and work it as normal. After the QSO
  is finished the station is added to the bandmap and shown as dupe.
- Press 'Ctrl-G' to grab the next displayed spot (starting at your frequency
  upwards). Each further press of 'Ctrl-G' jumps to the next spot. So you can
  scan the spotted stations, see if you can work them or jump to the next one.
  If you reach the last station (highest frequency) the scan switches
  direction and following key presses goes downward (on lower boundary it
  switches to upwards again...).
  !!! At the moment Ctrl-G requires a connected tranceiver to work correctly as 
  it reads the actual starting frequency from the rig !!!
- If you type some letters of a call in the map you are interested in and 
  then 'Alt-G' afterwards the first call with that letters gets grabbed. 
- You can narrow the spots to grab by the above mentioned filters. 
- If you grab a spot while in 'Run' mode, TLF switches to S&P and remembers
  your 'run' frequency in the memory.
  You can switch back to your old running frequency by '+' (back to Run mode) 
  and '#' (back to old frequency)

You can also configure bandmap filtering and spot livetime from logcfg.dat 

- BANDMAP -> use default values (no filtering, livetime = 900 s)
- BANDMAP=<xyz>,<number>
  <xyz> string parsed for
  'B' - only own band
  'M' - only own mode
  'D' - do not show dupes
  'S' - skip dupes during grab_next (ctrl-g)
  'O' - only shows the multipliers (CQWW only)
  <number> livetime for new spots in second (number >=300)