File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,34 +34,62 @@ How is it done: Stream DXCluster to memory and put a small REST-API on it
3434Sample output of /spots:
3535```
3636[
37- {
38- spotter: 'F5EAN',
39- spotted: 'HB9G',
40- frequency: 96974,
41- message: '/B IN96DK<TR>JN36BK RST 539',
42- when: 2023-07-20T05:10:00.693Z,
43- add: { decont: 'EU', dxcont: 'EU', cqz: '14', entity: 'SWITZERLAND' }
44- }
45- {
46- spotter: 'HA8LNN',
47- spotted: 'F6BCW',
48- frequency: 14027,
49- message: 'up1, nice signal',
50- when: 2023-07-20T05:10:05.589Z,
51- add: { decont: 'EU', dxcont: 'EU', cqz: '14', entity: 'FRANCE' }
52- }
37+ {
38+ "spotter": "IK2MMM",
39+ "spotted": "II1GM/2",
40+ "frequency": 14258,
41+ "message": "MARCONI AWARD 150ANNI",
42+ "when": "2024-04-15T14:48:12.235Z",
43+ "dxcc_spotter": {
44+ "cont": "EU",
45+ "entity": "Italy",
46+ "flag": "🇮🇹",
47+ "dxcc_id": "248",
48+ "lotw_user": "2",
49+ "lat": "41.9",
50+ "lng": "12.5"
51+ },
52+ "dxcc_spotted": {
53+ "cont": "EU",
54+ "entity": "Italy",
55+ "flag": "🇮🇹",
56+ "dxcc_id": "248",
57+ "lotw_user": false,
58+ "lat": "41.9",
59+ "lng": "12.5"
60+ },
61+ "band": "20m"
62+ },
5363]
5464```
5565
56- Sample Output of /spot/14027 :
66+ Sample Output of /spot/14310 :
5767```
5868{
59- spotter: 'HA8LNN',
60- spotted: 'F6BCW',
61- frequency: 14027,
62- message: 'up1, nice signal',
63- when: 2023-07-20T05:10:05.589Z,
64- add: { decont: 'EU', dxcont: 'EU', cqz: '14', entity: 'FRANCE' }
69+ spotter: "EA4EHD",
70+ spotted: "AO75CM",
71+ frequency: 14310,
72+ message: "AO75CM",
73+ when: "2024-04-15T15:05:00.778Z",
74+ dxcc_spotter: {
75+ cont: "EU",
76+ entity: "Spain",
77+ flag: "🇪🇸",
78+ dxcc_id: "281",
79+ lotw_user: false,
80+ lat: "40.4",
81+ lng: "-3.7"
82+ },
83+ dxcc_spotted: {
84+ cont: "EU",
85+ entity: "Spain",
86+ flag: "🇪🇸",
87+ dxcc_id: "281",
88+ lotw_user: false,
89+ lat: "40.4",
90+ lng: "-3.7"
91+ },
92+ band: "20m"
6593}
6694```
6795
You can’t perform that action at this time.
0 commit comments