Created
June 30, 2025 16:35
-
-
Save joshcarter/381b0a953f9a73a303652c7b2ec49d64 to your computer and use it in GitHub Desktop.
Field Day station N0JDC contact log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cells": [ | |
{ | |
"cell_type": "markdown", | |
"id": "baad6c01-4f05-4258-9842-56a53a1faa75", | |
"metadata": {}, | |
"source": [ | |
"# Field Day 2025\n", | |
"\n", | |
"ADIF log files from WSJT-X have already been filtered of any non-Field Day contacts.\n" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": 9, | |
"id": "88e9c1f4-09b5-4570-9384-efe1b3d8ceaf", | |
"metadata": { | |
"tags": [] | |
}, | |
"outputs": [ | |
{ | |
"data": { | |
"text/html": [ | |
"<div>\n", | |
"<style scoped>\n", | |
" .dataframe tbody tr th:only-of-type {\n", | |
" vertical-align: middle;\n", | |
" }\n", | |
"\n", | |
" .dataframe tbody tr th {\n", | |
" vertical-align: top;\n", | |
" }\n", | |
"\n", | |
" .dataframe thead th {\n", | |
" text-align: right;\n", | |
" }\n", | |
"</style>\n", | |
"<table border=\"1\" class=\"dataframe\">\n", | |
" <thead>\n", | |
" <tr style=\"text-align: right;\">\n", | |
" <th></th>\n", | |
" <th>call</th>\n", | |
" <th>gridsquare</th>\n", | |
" <th>mode</th>\n", | |
" <th>rst_sent</th>\n", | |
" <th>rst_rcvd</th>\n", | |
" <th>band</th>\n", | |
" <th>freq</th>\n", | |
" <th>station_callsign</th>\n", | |
" <th>my_gridsquare</th>\n", | |
" <th>contest_id</th>\n", | |
" <th>srx_string</th>\n", | |
" <th>class</th>\n", | |
" <th>arrl_sect</th>\n", | |
" <th>submode</th>\n", | |
" <th>tx_pwr</th>\n", | |
" <th>datetime</th>\n", | |
" </tr>\n", | |
" </thead>\n", | |
" <tbody>\n", | |
" <tr>\n", | |
" <th>0</th>\n", | |
" <td>AG6AU</td>\n", | |
" <td></td>\n", | |
" <td>FT8</td>\n", | |
" <td>2B</td>\n", | |
" <td>5A</td>\n", | |
" <td>10m</td>\n", | |
" <td>28.075166</td>\n", | |
" <td>N0JDC</td>\n", | |
" <td>DN70</td>\n", | |
" <td>ARRL-FIELD-DAY</td>\n", | |
" <td>5A SV</td>\n", | |
" <td>5A</td>\n", | |
" <td>SV</td>\n", | |
" <td>NaN</td>\n", | |
" <td>NaN</td>\n", | |
" <td>2025-06-28 19:27:15+00:00</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <th>1</th>\n", | |
" <td>WD9ATP</td>\n", | |
" <td>EN70</td>\n", | |
" <td>FT8</td>\n", | |
" <td>2B</td>\n", | |
" <td>1D</td>\n", | |
" <td>15m</td>\n", | |
" <td>21.076206</td>\n", | |
" <td>N0JDC</td>\n", | |
" <td>DN70</td>\n", | |
" <td>ARRL-FIELD-DAY</td>\n", | |
" <td>1D IN</td>\n", | |
" <td>1D</td>\n", | |
" <td>IN</td>\n", | |
" <td>NaN</td>\n", | |
" <td>NaN</td>\n", | |
" <td>2025-06-28 19:51:15+00:00</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <th>2</th>\n", | |
" <td>WD9HNZ</td>\n", | |
" <td></td>\n", | |
" <td>FT8</td>\n", | |
" <td>2B</td>\n", | |
" <td>3D</td>\n", | |
" <td>15m</td>\n", | |
" <td>21.074882</td>\n", | |
" <td>N0JDC</td>\n", | |
" <td>DN70</td>\n", | |
" <td>ARRL-FIELD-DAY</td>\n", | |
" <td>3D WI</td>\n", | |
" <td>3D</td>\n", | |
" <td>WI</td>\n", | |
" <td>NaN</td>\n", | |
" <td>NaN</td>\n", | |
" <td>2025-06-28 19:59:45+00:00</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <th>3</th>\n", | |
" <td>W7EAT</td>\n", | |
" <td></td>\n", | |
" <td>FT8</td>\n", | |
" <td>2B</td>\n", | |
" <td>4A</td>\n", | |
" <td>15m</td>\n", | |
" <td>21.075208</td>\n", | |
" <td>N0JDC</td>\n", | |
" <td>DN70</td>\n", | |
" <td>ARRL-FIELD-DAY</td>\n", | |
" <td>4A WWA</td>\n", | |
" <td>4A</td>\n", | |
" <td>WWA</td>\n", | |
" <td>NaN</td>\n", | |
" <td>NaN</td>\n", | |
" <td>2025-06-28 20:07:30+00:00</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <th>4</th>\n", | |
" <td>W7AVM</td>\n", | |
" <td></td>\n", | |
" <td>FT8</td>\n", | |
" <td>2B</td>\n", | |
" <td>4A</td>\n", | |
" <td>15m</td>\n", | |
" <td>21.075208</td>\n", | |
" <td>N0JDC</td>\n", | |
" <td>DN70</td>\n", | |
" <td>ARRL-FIELD-DAY</td>\n", | |
" <td>4A WWA</td>\n", | |
" <td>4A</td>\n", | |
" <td>WWA</td>\n", | |
" <td>NaN</td>\n", | |
" <td>NaN</td>\n", | |
" <td>2025-06-28 20:09:30+00:00</td>\n", | |
" </tr>\n", | |
" </tbody>\n", | |
"</table>\n", | |
"</div>" | |
], | |
"text/plain": [ | |
" call gridsquare mode rst_sent rst_rcvd band freq station_callsign \n", | |
"0 AG6AU FT8 2B 5A 10m 28.075166 N0JDC \\\n", | |
"1 WD9ATP EN70 FT8 2B 1D 15m 21.076206 N0JDC \n", | |
"2 WD9HNZ FT8 2B 3D 15m 21.074882 N0JDC \n", | |
"3 W7EAT FT8 2B 4A 15m 21.075208 N0JDC \n", | |
"4 W7AVM FT8 2B 4A 15m 21.075208 N0JDC \n", | |
"\n", | |
" my_gridsquare contest_id srx_string class arrl_sect submode tx_pwr \n", | |
"0 DN70 ARRL-FIELD-DAY 5A SV 5A SV NaN NaN \\\n", | |
"1 DN70 ARRL-FIELD-DAY 1D IN 1D IN NaN NaN \n", | |
"2 DN70 ARRL-FIELD-DAY 3D WI 3D WI NaN NaN \n", | |
"3 DN70 ARRL-FIELD-DAY 4A WWA 4A WWA NaN NaN \n", | |
"4 DN70 ARRL-FIELD-DAY 4A WWA 4A WWA NaN NaN \n", | |
"\n", | |
" datetime \n", | |
"0 2025-06-28 19:27:15+00:00 \n", | |
"1 2025-06-28 19:51:15+00:00 \n", | |
"2 2025-06-28 19:59:45+00:00 \n", | |
"3 2025-06-28 20:07:30+00:00 \n", | |
"4 2025-06-28 20:09:30+00:00 " | |
] | |
}, | |
"execution_count": 9, | |
"metadata": {}, | |
"output_type": "execute_result" | |
} | |
], | |
"source": [ | |
"import glob\n", | |
"import re\n", | |
"import pandas as pd\n", | |
"from datetime import datetime, timezone\n", | |
"\n", | |
"def parse_adif_file(filepath):\n", | |
" \"\"\"\n", | |
" Parses a single ADIF file and returns a list of dicts for each QSO record.\n", | |
" Ignores header up to <eoh> and splits records by <eor>.\n", | |
" \"\"\"\n", | |
" records = []\n", | |
" tag_re = re.compile(r'<(?P<tag>[^:>]+):(?P<len>\\d+)>(?P<value>[^<]+)')\n", | |
" with open(filepath, 'r', encoding='utf-8', errors='ignore') as f:\n", | |
" data = f.read()\n", | |
" # Split header and body\n", | |
" parts = data.split('<eoh>')\n", | |
" if len(parts) < 2:\n", | |
" return records\n", | |
" body = parts[1]\n", | |
" # Split into entries by end of record tag\n", | |
" entries = body.split('<eor>')\n", | |
" for entry in entries:\n", | |
" entry = entry.strip()\n", | |
" if not entry:\n", | |
" continue\n", | |
" rec = {}\n", | |
" for m in tag_re.finditer(entry):\n", | |
" tag = m.group('tag').lower()\n", | |
" length = int(m.group('len'))\n", | |
" value = m.group('value')[:length].strip()\n", | |
" rec[tag] = value\n", | |
" records.append(rec)\n", | |
" return records\n", | |
"\n", | |
"# Adjust the glob pattern if your files have a different extension\n", | |
"files = glob.glob('*.adi')\n", | |
"all_records = []\n", | |
"for f in files:\n", | |
" all_records.extend(parse_adif_file(f))\n", | |
"df = pd.DataFrame(all_records)\n", | |
"\n", | |
"# Combine qso_date_off and time_off into a datetime column, drop unused date/on columns\n", | |
"df['datetime'] = pd.to_datetime(\n", | |
" df['qso_date_off'] + df['time_off'],\n", | |
" format='%Y%m%d%H%M%S',\n", | |
" utc=True\n", | |
")\n", | |
"df = df.drop(columns=['qso_date', 'time_on', 'qso_date_off', 'time_off'])\n", | |
"df.head()" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": 10, | |
"id": "353cdad2-d72d-48b4-9089-3e6d06d67e3b", | |
"metadata": { | |
"tags": [] | |
}, | |
"outputs": [ | |
{ | |
"name": "stdout", | |
"output_type": "stream", | |
"text": [ | |
"Total contacts after deduplication: 368\n" | |
] | |
} | |
], | |
"source": [ | |
"# Define duplicates by matching both call and band\n", | |
"df_unique = df.drop_duplicates(subset=['call', 'band'])\n", | |
"print(f\"Total contacts after deduplication: {len(df_unique)}\")" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"id": "0a61c878-5f5d-4a5f-afcd-40db4a8bc863", | |
"metadata": {}, | |
"outputs": [], | |
"source": [] | |
} | |
], | |
"metadata": { | |
"kernelspec": { | |
"display_name": "Python 3 (ipykernel)", | |
"language": "python", | |
"name": "python3" | |
}, | |
"language_info": { | |
"codemirror_mode": { | |
"name": "ipython", | |
"version": 3 | |
}, | |
"file_extension": ".py", | |
"mimetype": "text/x-python", | |
"name": "python", | |
"nbconvert_exporter": "python", | |
"pygments_lexer": "ipython3", | |
"version": "3.11.1" | |
} | |
}, | |
"nbformat": 4, | |
"nbformat_minor": 5 | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ADIF Export | |
<adif_ver:5>3.1.1 | |
<created_timestamp:15>20250624 004245 | |
<programid:6>WSJT-X | |
<programversion:5>2.7.0 | |
<eoh> | |
<call:5>AG6AU <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>5A <qso_date:8>20250628 <time_on:6>192715 <qso_date_off:8>20250628 <time_off:6>192715 <band:3>10m <freq:9>28.075166 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>5A SV <class:2>5A <arrl_sect:2>SV <eor> | |
<call:6>WD9ATP <gridsquare:4>EN70 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250628 <time_on:6>195115 <qso_date_off:8>20250628 <time_off:6>195115 <band:3>15m <freq:9>21.076206 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D IN <class:2>1D <arrl_sect:2>IN <eor> | |
<call:6>WD9HNZ <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3D <qso_date:8>20250628 <time_on:6>195945 <qso_date_off:8>20250628 <time_off:6>195945 <band:3>15m <freq:9>21.074882 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3D WI <class:2>3D <arrl_sect:2>WI <eor> | |
<call:5>W7EAT <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250628 <time_on:6>200730 <qso_date_off:8>20250628 <time_off:6>200730 <band:3>15m <freq:9>21.075208 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>4A WWA <class:2>4A <arrl_sect:3>WWA <eor> | |
<call:5>W7AVM <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250628 <time_on:6>200930 <qso_date_off:8>20250628 <time_off:6>200930 <band:3>15m <freq:9>21.075208 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>4A WWA <class:2>4A <arrl_sect:3>WWA <eor> | |
<call:4>NZ5T <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250628 <time_on:6>201600 <qso_date_off:8>20250628 <time_off:6>201600 <band:3>15m <freq:9>21.074853 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>2A NTX <class:2>2A <arrl_sect:3>NTX <eor> | |
<call:5>AD7DD <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1B <qso_date:8>20250628 <time_on:6>201815 <qso_date_off:8>20250628 <time_off:6>201900 <band:3>15m <freq:9>21.075472 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1B ID <class:2>1B <arrl_sect:2>ID <eor> | |
<call:6>VE7CRC <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250628 <time_on:6>202830 <qso_date_off:8>20250628 <time_off:6>202830 <band:3>15m <freq:9>21.074674 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A BC <class:2>3A <arrl_sect:2>BC <eor> | |
<call:4>K7SI <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>5A <qso_date:8>20250628 <time_on:6>203100 <qso_date_off:8>20250628 <time_off:6>203100 <band:3>15m <freq:9>21.074674 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>5A ID <class:2>5A <arrl_sect:2>ID <eor> | |
<call:6>VE7KWA <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250628 <time_on:6>203600 <qso_date_off:8>20250628 <time_off:6>203600 <band:3>15m <freq:9>21.074825 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D BC <class:2>1D <arrl_sect:2>BC <eor> | |
<call:4>W5NC <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3F <qso_date:8>20250628 <time_on:6>203930 <qso_date_off:8>20250628 <time_off:6>203930 <band:3>15m <freq:9>21.074825 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3F STX <class:2>3F <arrl_sect:3>STX <eor> | |
<call:4>WT8P <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1B <qso_date:8>20250628 <time_on:6>204030 <qso_date_off:8>20250628 <time_off:6>204030 <band:3>15m <freq:9>21.074825 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1B WWA <class:2>1B <arrl_sect:3>WWA <eor> | |
<call:5>K7LAN <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250628 <time_on:6>204500 <qso_date_off:8>20250628 <time_off:6>204500 <band:3>15m <freq:9>21.074825 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D ID <class:2>1D <arrl_sect:2>ID <eor> | |
<call:4>K7YY <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1B <qso_date:8>20250628 <time_on:6>204700 <qso_date_off:8>20250628 <time_off:6>204700 <band:3>15m <freq:9>21.074825 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1B EWA <class:2>1B <arrl_sect:3>EWA <eor> | |
<call:4>KD7H <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250628 <time_on:6>210300 <qso_date_off:8>20250628 <time_off:6>210300 <band:3>15m <freq:9>21.074694 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D WWA <class:2>1D <arrl_sect:3>WWA <eor> | |
<call:5>N7WAH <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1A <qso_date:8>20250628 <time_on:6>210600 <qso_date_off:8>20250628 <time_off:6>210600 <band:3>15m <freq:9>21.074694 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1A WWA <class:2>1A <arrl_sect:3>WWA <eor> | |
<call:5>N7EAT <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250628 <time_on:6>210730 <qso_date_off:8>20250628 <time_off:6>210730 <band:3>15m <freq:9>21.074694 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D OR <class:2>1D <arrl_sect:2>OR <eor> | |
<call:5>N7BOI <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3F <qso_date:8>20250628 <time_on:6>210900 <qso_date_off:8>20250628 <time_off:6>210900 <band:3>15m <freq:9>21.074694 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3F ID <class:2>3F <arrl_sect:2>ID <eor> | |
<call:5>N7BOI <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3F <qso_date:8>20250628 <time_on:6>211000 <qso_date_off:8>20250628 <time_off:6>211100 <band:3>15m <freq:9>21.074694 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3F ID <class:2>3F <arrl_sect:2>ID <eor> | |
<call:5>AB7HP <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>5A <qso_date:8>20250628 <time_on:6>211500 <qso_date_off:8>20250628 <time_off:6>211500 <band:3>15m <freq:9>21.074694 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>5A ID <class:2>5A <arrl_sect:2>ID <eor> | |
<call:5>KX7ID <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250628 <time_on:6>211745 <qso_date_off:8>20250628 <time_off:6>211745 <band:3>15m <freq:9>21.142121 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A ID <class:2>3A <arrl_sect:2>ID <eor> | |
<call:4>AG7T <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1B <qso_date:8>20250628 <time_on:6>211815 <qso_date_off:8>20250628 <time_off:6>211815 <band:3>15m <freq:9>21.142121 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1B WWA <class:2>1B <arrl_sect:3>WWA <eor> | |
<call:5>K7WWP <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1C <qso_date:8>20250628 <time_on:6>213130 <qso_date_off:8>20250628 <time_off:6>213130 <band:3>15m <freq:9>21.075639 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1C WWA <class:2>1C <arrl_sect:3>WWA <eor> | |
<call:6>WA7PVE <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250628 <time_on:6>214930 <qso_date_off:8>20250628 <time_off:6>214930 <band:3>15m <freq:9>21.075172 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D WWA <class:2>1D <arrl_sect:3>WWA <eor> | |
<call:4>KR7D <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>2C <qso_date:8>20250628 <time_on:6>215145 <qso_date_off:8>20250628 <time_off:6>215230 <band:3>15m <freq:9>21.075449 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>2C WWA <class:2>2C <arrl_sect:3>WWA <eor> | |
<call:5>W7DTV <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250628 <time_on:6>215700 <qso_date_off:8>20250628 <time_off:6>215700 <band:3>15m <freq:9>21.075182 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A OR <class:2>3A <arrl_sect:2>OR <eor> | |
<call:3>W7Z <gridsquare:4>DM26 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250628 <time_on:6>221315 <qso_date_off:8>20250628 <time_off:6>221315 <band:3>15m <freq:9>21.076087 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2A NV <class:2>2A <arrl_sect:2>NV <eor> | |
<call:5>KP4FD <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250628 <time_on:6>222315 <qso_date_off:8>20250628 <time_off:6>222315 <band:3>15m <freq:9>21.074814 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2A PR <class:2>2A <arrl_sect:2>PR <eor> | |
<call:4>W6UW <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3F <qso_date:8>20250628 <time_on:6>223200 <qso_date_off:8>20250628 <time_off:6>223200 <band:3>15m <freq:9>21.075849 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3F SCV <class:2>3F <arrl_sect:3>SCV <eor> | |
<call:5>W6TRW <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>5A <qso_date:8>20250628 <time_on:6>224900 <qso_date_off:8>20250628 <time_off:6>224900 <band:3>15m <freq:9>21.075455 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>5A SJV <class:2>5A <arrl_sect:3>SJV <eor> | |
<call:5>AA6FD <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1A <qso_date:8>20250628 <time_on:6>225915 <qso_date_off:8>20250628 <time_off:6>230015 <band:2>6m <freq:9>50.314298 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1A CO <class:2>1A <arrl_sect:2>CO <eor> | |
<call:5>K6GOH <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250628 <time_on:6>230800 <qso_date_off:8>20250628 <time_off:6>230800 <band:3>15m <freq:9>21.075378 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1E SJV <class:2>1E <arrl_sect:3>SJV <eor> | |
<call:4>W0DK <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250628 <time_on:6>231400 <qso_date_off:8>20250628 <time_off:6>231400 <band:3>15m <freq:9>21.076222 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A CO <class:2>3A <arrl_sect:2>CO <eor> | |
<call:5>W6LHR <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250628 <time_on:6>231600 <qso_date_off:8>20250628 <time_off:6>231600 <band:3>15m <freq:9>21.076222 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E SV <class:2>1E <arrl_sect:2>SV <eor> | |
<call:4>W6UW <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3F <qso_date:8>20250628 <time_on:6>232145 <qso_date_off:8>20250628 <time_off:6>232145 <band:3>15m <freq:9>21.075386 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3F SCV <class:2>3F <arrl_sect:3>SCV <eor> | |
<call:4>W6EU <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250628 <time_on:6>232315 <qso_date_off:8>20250628 <time_off:6>232315 <band:3>15m <freq:9>21.075386 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D SV <class:2>1D <arrl_sect:2>SV <eor> | |
<call:4>W6UW <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3F <qso_date:8>20250628 <time_on:6>233215 <qso_date_off:8>20250628 <time_off:6>233215 <band:3>15m <freq:9>21.075386 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3F SCV <class:2>3F <arrl_sect:3>SCV <eor> | |
<call:5>W6YGO <gridsquare:4>CM99 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250628 <time_on:6>234815 <qso_date_off:8>20250628 <time_off:6>234815 <band:3>15m <freq:9>21.075408 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D SV <class:2>1D <arrl_sect:2>SV <eor> | |
<call:4>W4AB <gridsquare:4>EL96 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>2E <qso_date:8>20250628 <time_on:6>235800 <qso_date_off:8>20250628 <time_off:6>235800 <band:3>15m <freq:9>21.074908 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>2E SFL <class:2>2E <arrl_sect:3>SFL <eor> | |
<call:5>W6ESL <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>001615 <qso_date_off:8>20250629 <time_off:6>001615 <band:3>15m <freq:9>21.141398 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D SCV <class:2>1D <arrl_sect:3>SCV <eor> | |
<call:5>K4VRC <gridsquare:4>EL88 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>002415 <qso_date_off:8>20250629 <time_off:6>002415 <band:3>15m <freq:9>21.075862 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3A NFL <class:2>3A <arrl_sect:3>NFL <eor> | |
<call:5>K4LKL <gridsquare:4>EL97 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>002815 <qso_date_off:8>20250629 <time_off:6>002815 <band:3>15m <freq:9>21.075223 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>4A WCF <class:2>4A <arrl_sect:3>WCF <eor> | |
<call:6>KO6ALP <gridsquare:4>DM13 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>003130 <qso_date_off:8>20250629 <time_off:6>003130 <band:3>15m <freq:9>21.075821 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3A ORG <class:2>3A <arrl_sect:3>ORG <eor> | |
<call:5>KY4BG <gridsquare:4>EM67 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>7A <qso_date:8>20250629 <time_on:6>010745 <qso_date_off:8>20250629 <time_off:6>010745 <band:3>20m <freq:9>14.081931 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>7A KY <class:2>7A <arrl_sect:2>KY <eor> | |
<call:4>K8ES <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>011030 <qso_date_off:8>20250629 <time_off:6>011030 <band:3>20m <freq:9>14.080732 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A OH <class:2>3A <arrl_sect:2>OH <eor> | |
<call:5>AC5LC <gridsquare:4>EM20 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250629 <time_on:6>012000 <qso_date_off:8>20250629 <time_off:6>012000 <band:3>20m <freq:9>14.080876 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>2A STX <class:2>2A <arrl_sect:3>STX <eor> | |
<call:6>KC9TQR <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>012315 <qso_date_off:8>20250629 <time_off:6>012315 <band:3>20m <freq:9>14.082108 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D WI <class:2>1D <arrl_sect:2>WI <eor> | |
<call:5>W4LXM <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>012515 <qso_date_off:8>20250629 <time_off:6>012515 <band:3>20m <freq:9>14.082278 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D STX <class:2>1D <arrl_sect:3>STX <eor> | |
<call:5>W8MSC <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>013345 <qso_date_off:8>20250629 <time_off:6>013345 <band:3>20m <freq:9>14.080799 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E MI <class:2>1E <arrl_sect:2>MI <eor> | |
<call:5>K8BRC <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>013600 <qso_date_off:8>20250629 <time_off:6>013600 <band:3>20m <freq:9>14.080664 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>4A MI <class:2>4A <arrl_sect:2>MI <eor> | |
<call:5>W6ARA <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>014152 <qso_date_off:8>20250629 <time_off:6>014152 <band:3>20m <freq:9>14.081562 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3A SCV <class:2>3A <arrl_sect:3>SCV <eor> | |
<call:5>K6SON <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>014437 <qso_date_off:8>20250629 <time_off:6>014437 <band:3>20m <freq:9>14.081562 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A SF <class:2>3A <arrl_sect:2>SF <eor> | |
<call:5>K6SON <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>014737 <qso_date_off:8>20250629 <time_off:6>014737 <band:3>20m <freq:9>14.081562 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A SF <class:2>3A <arrl_sect:2>SF <eor> | |
<call:5>W8CSO <gridsquare:4>EN63 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>9A <qso_date:8>20250629 <time_on:6>014937 <qso_date_off:8>20250629 <time_off:6>014937 <band:3>20m <freq:9>14.081286 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>9A MI <class:2>9A <arrl_sect:2>MI <eor> | |
<call:5>N8NZM <gridsquare:4>FM08 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>015752 <qso_date_off:8>20250629 <time_off:6>015752 <band:3>20m <freq:9>14.080537 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D WV <class:2>1D <arrl_sect:2>WV <eor> | |
<call:5>AA4HV <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>020152 <qso_date_off:8>20250629 <time_off:6>020152 <band:3>20m <freq:9>14.081928 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D TN <class:2>1D <arrl_sect:2>TN <eor> | |
<call:5>K4OCE <gridsquare:4>EL09 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3D <qso_date:8>20250629 <time_on:6>021430 <qso_date_off:8>20250629 <time_off:6>021430 <band:3>20m <freq:9>14.081946 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3D STX <class:2>3D <arrl_sect:3>STX <eor> | |
<call:5>K8DAA <gridsquare:4>EN62 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>021630 <qso_date_off:8>20250629 <time_off:6>021630 <band:3>20m <freq:9>14.080440 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A MI <class:2>3A <arrl_sect:2>MI <eor> | |
<call:6>KA5JTM <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>022037 <qso_date_off:8>20250629 <time_off:6>022037 <band:3>20m <freq:9>14.081185 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D STX <class:2>1D <arrl_sect:3>STX <eor> | |
<call:6>KC3YVE <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>022207 <qso_date_off:8>20250629 <time_off:6>022207 <band:3>20m <freq:9>14.081185 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D WPA <class:2>1D <arrl_sect:3>WPA <eor> | |
<call:4>K8BF <gridsquare:4>EN91 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>022407 <qso_date_off:8>20250629 <time_off:6>022407 <band:3>20m <freq:9>14.082108 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>4A OH <class:2>4A <arrl_sect:2>OH <eor> | |
<call:6>VA7EET <gridsquare:4>CN79 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>022707 <qso_date_off:8>20250629 <time_off:6>022707 <band:3>20m <freq:9>14.082281 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D BC <class:2>1D <arrl_sect:2>BC <eor> | |
<call:5>KF9UG <gridsquare:4>EN71 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>023407 <qso_date_off:8>20250629 <time_off:6>023407 <band:3>20m <freq:9>14.082091 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D IN <class:2>1D <arrl_sect:2>IN <eor> | |
<call:5>K0KON <gridsquare:4>EL29 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>023437 <qso_date_off:8>20250629 <time_off:6>023437 <band:3>20m <freq:9>14.081815 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D STX <class:2>1D <arrl_sect:3>STX <eor> | |
<call:4>N3LL <gridsquare:4>EN90 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>5D <qso_date:8>20250629 <time_on:6>023522 <qso_date_off:8>20250629 <time_off:6>023522 <band:3>20m <freq:9>14.080625 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>5D WPA <class:2>5D <arrl_sect:3>WPA <eor> | |
<call:5>N1NQD <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>023649 <qso_date_off:8>20250629 <time_off:6>023649 <band:3>20m <freq:9>14.081609 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D WNY <class:2>1D <arrl_sect:3>WNY <eor> | |
<call:5>K9ELF <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>024130 <qso_date_off:8>20250629 <time_off:6>024130 <band:3>20m <freq:9>14.082055 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D IN <class:2>1D <arrl_sect:2>IN <eor> | |
<call:4>WV5Y <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>024230 <qso_date_off:8>20250629 <time_off:6>024230 <band:3>20m <freq:9>14.082055 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D STX <class:2>1D <arrl_sect:3>STX <eor> | |
<call:6>KC8ZKS <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>024830 <qso_date_off:8>20250629 <time_off:6>024830 <band:3>20m <freq:9>14.082055 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D OH <class:2>1D <arrl_sect:2>OH <eor> | |
<call:5>K8UNS <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>024915 <qso_date_off:8>20250629 <time_off:6>024915 <band:3>20m <freq:9>14.082055 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>4A MI <class:2>4A <arrl_sect:2>MI <eor> | |
<call:5>W8MAI <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>024945 <qso_date_off:8>20250629 <time_off:6>024945 <band:3>20m <freq:9>14.082055 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A MI <class:2>3A <arrl_sect:2>MI <eor> | |
<call:4>N3LL <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>5D <qso_date:8>20250629 <time_on:6>025415 <qso_date_off:8>20250629 <time_off:6>025415 <band:3>20m <freq:9>14.082055 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>5D WPA <class:2>5D <arrl_sect:3>WPA <eor> | |
<call:6>WD5BPC <gridsquare:4>EL29 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>025822 <qso_date_off:8>20250629 <time_off:6>025822 <band:3>20m <freq:9>14.081761 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D STX <class:2>1D <arrl_sect:3>STX <eor> | |
<call:6>WD5BPC <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>030007 <qso_date_off:8>20250629 <time_off:6>030007 <band:3>20m <freq:9>14.081575 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D STX <class:2>1D <arrl_sect:3>STX <eor> | |
<call:4>K9CU <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>031230 <qso_date_off:8>20250629 <time_off:6>031230 <band:3>20m <freq:9>14.076443 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A IL <class:2>3A <arrl_sect:2>IL <eor> | |
<call:5>W9FEZ <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250629 <time_on:6>031730 <qso_date_off:8>20250629 <time_off:6>031730 <band:3>20m <freq:9>14.081346 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2A IN <class:2>2A <arrl_sect:2>IN <eor> | |
<call:6>KC8ZKS <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>032000 <qso_date_off:8>20250629 <time_off:6>032000 <band:3>20m <freq:9>14.081346 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D OH <class:2>1D <arrl_sect:2>OH <eor> | |
<call:4>W9CQ <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>032200 <qso_date_off:8>20250629 <time_off:6>032200 <band:3>20m <freq:9>14.081901 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>4A WI <class:2>4A <arrl_sect:2>WI <eor> | |
<call:6>WB9COW <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>032715 <qso_date_off:8>20250629 <time_off:6>032715 <band:3>20m <freq:9>14.081639 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E WI <class:2>1E <arrl_sect:2>WI <eor> | |
<call:4>NN8B <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2D <qso_date:8>20250629 <time_on:6>032745 <qso_date_off:8>20250629 <time_off:6>032745 <band:3>20m <freq:9>14.081639 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2D OH <class:2>2D <arrl_sect:2>OH <eor> | |
<call:5>N1SLO <gridsquare:4>CN85 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>032915 <qso_date_off:8>20250629 <time_off:6>032915 <band:3>20m <freq:9>14.081431 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D OR <class:2>1D <arrl_sect:2>OR <eor> | |
<call:6>KK7ZPJ <gridsquare:4>CN87 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>033130 <qso_date_off:8>20250629 <time_off:6>033130 <band:3>20m <freq:9>14.080445 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1E WWA <class:2>1E <arrl_sect:3>WWA <eor> | |
<call:6>KK7MNC <gridsquare:4>CN87 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>033630 <qso_date_off:8>20250629 <time_off:6>033630 <band:3>20m <freq:9>14.081301 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D WWA <class:2>1D <arrl_sect:3>WWA <eor> | |
<call:4>W3OC <gridsquare:4>FN00 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>5A <qso_date:8>20250629 <time_on:6>033922 <qso_date_off:8>20250629 <time_off:6>033922 <band:3>20m <freq:9>14.081544 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>5A WPA <class:2>5A <arrl_sect:3>WPA <eor> | |
<call:5>VE2TA <gridsquare:4>FN45 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2F <qso_date:8>20250629 <time_on:6>034107 <qso_date_off:8>20250629 <time_off:6>034107 <band:3>20m <freq:9>14.081812 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2F QC <class:2>2F <arrl_sect:2>QC <eor> | |
<call:4>AB3I <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250629 <time_on:6>034137 <qso_date_off:8>20250629 <time_off:6>034137 <band:3>20m <freq:9>14.081812 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2A TN <class:2>2A <arrl_sect:2>TN <eor> | |
<call:4>N4NE <gridsquare:4>EM74 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>034252 <qso_date_off:8>20250629 <time_off:6>034252 <band:3>20m <freq:9>14.082036 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A GA <class:2>3A <arrl_sect:2>GA <eor> | |
<call:4>W8FY <gridsquare:4>EN70 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4F <qso_date:8>20250629 <time_on:6>034352 <qso_date_off:8>20250629 <time_off:6>034352 <band:3>20m <freq:9>14.080673 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>4F OH <class:2>4F <arrl_sect:2>OH <eor> | |
<call:6>WB8SIG <gridsquare:4>EN91 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>034430 <qso_date_off:8>20250629 <time_off:6>034430 <band:3>20m <freq:9>14.081239 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E OH <class:2>1E <arrl_sect:2>OH <eor> | |
<call:4>K8UU <gridsquare:4>EM89 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250629 <time_on:6>034601 <qso_date_off:8>20250629 <time_off:6>034601 <band:3>20m <freq:9>14.081375 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2A OH <class:2>2A <arrl_sect:2>OH <eor> | |
<call:4>W4XD <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>034845 <qso_date_off:8>20250629 <time_off:6>034845 <band:3>20m <freq:9>14.080757 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A VA <class:2>3A <arrl_sect:2>VA <eor> | |
<call:4>KX4I <gridsquare:4>EM63 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>035137 <qso_date_off:8>20250629 <time_off:6>035137 <band:3>20m <freq:9>14.082403 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E AL <class:2>1E <arrl_sect:2>AL <eor> | |
<call:3>K4E <gridsquare:4>EM91 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>5A <qso_date:8>20250629 <time_on:6>035345 <qso_date_off:8>20250629 <time_off:6>035345 <band:3>20m <freq:9>14.080841 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>5A GA <class:2>5A <arrl_sect:2>GA <eor> | |
<call:5>N7QPP <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>035730 <qso_date_off:8>20250629 <time_off:6>035730 <band:3>20m <freq:9>14.080923 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D GA <class:2>1D <arrl_sect:2>GA <eor> | |
<call:5>K9TIT <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1A <qso_date:8>20250629 <time_on:6>040152 <qso_date_off:8>20250629 <time_off:6>040152 <band:3>20m <freq:9>14.081833 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1A WI <class:2>1A <arrl_sect:2>WI <eor> | |
<call:4>W7BI <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4F <qso_date:8>20250629 <time_on:6>040445 <qso_date_off:8>20250629 <time_off:6>040445 <band:3>20m <freq:9>14.082036 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>4F WWA <class:2>4F <arrl_sect:3>WWA <eor> | |
<call:3>K4E <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>5A <qso_date:8>20250629 <time_on:6>040645 <qso_date_off:8>20250629 <time_off:6>040645 <band:3>20m <freq:9>14.082036 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>5A GA <class:2>5A <arrl_sect:2>GA <eor> | |
<call:6>KC4GCK <gridsquare:4>EM74 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>040930 <qso_date_off:8>20250629 <time_off:6>040930 <band:3>20m <freq:9>14.081035 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D GA <class:2>1D <arrl_sect:2>GA <eor> | |
<call:4>K4JJ <gridsquare:4>EM74 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>041537 <qso_date_off:8>20250629 <time_off:6>041537 <band:3>20m <freq:9>14.080538 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A GA <class:2>3A <arrl_sect:2>GA <eor> | |
<call:4>N8LC <gridsquare:4>EN82 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>042730 <qso_date_off:8>20250629 <time_off:6>042752 <band:3>20m <freq:9>14.082294 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>4A MI <class:2>4A <arrl_sect:2>MI <eor> | |
<call:5>W8XRN <gridsquare:4>EM79 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3F <qso_date:8>20250629 <time_on:6>043122 <qso_date_off:8>20250629 <time_off:6>043122 <band:3>20m <freq:9>14.080448 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3F OH <class:2>3F <arrl_sect:2>OH <eor> | |
<call:5>N8PFK <gridsquare:4>EN74 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>043230 <qso_date_off:8>20250629 <time_off:6>043230 <band:3>20m <freq:9>14.080755 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E MI <class:2>1E <arrl_sect:2>MI <eor> | |
<call:5>W6PZA <gridsquare:4>CN85 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>043424 <qso_date_off:8>20250629 <time_off:6>043424 <band:3>20m <freq:9>14.081870 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E OR <class:2>1E <arrl_sect:2>OR <eor> | |
<call:6>KC8QVR <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>044153 <qso_date_off:8>20250629 <time_off:6>044215 <band:3>20m <freq:9>14.080832 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D OH <class:2>1D <arrl_sect:2>OH <eor> | |
<call:4>WD7B <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>044315 <qso_date_off:8>20250629 <time_off:6>044315 <band:3>20m <freq:9>14.080832 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D WWA <class:2>1D <arrl_sect:3>WWA <eor> | |
<call:4>W4QR <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>044515 <qso_date_off:8>20250629 <time_off:6>044515 <band:3>20m <freq:9>14.080832 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A VA <class:2>3A <arrl_sect:2>VA <eor> | |
<call:6>KD0BTO <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>044730 <qso_date_off:8>20250629 <time_off:6>044730 <band:3>20m <freq:9>14.080832 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D AZ <class:2>1D <arrl_sect:2>AZ <eor> | |
<call:5>W2MMD <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>9A <qso_date:8>20250629 <time_on:6>045052 <qso_date_off:8>20250629 <time_off:6>045052 <band:3>20m <freq:9>14.081548 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>9A SNJ <class:2>9A <arrl_sect:3>SNJ <eor> | |
<call:6>VE3SJJ <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>045245 <qso_date_off:8>20250629 <time_off:6>045245 <band:3>20m <freq:9>14.081447 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D ONS <class:2>1D <arrl_sect:3>ONS <eor> | |
<call:4>W8RP <gridsquare:4>EN82 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>045615 <qso_date_off:8>20250629 <time_off:6>045615 <band:3>20m <freq:9>14.081853 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>4A MI <class:2>4A <arrl_sect:2>MI <eor> | |
<call:4>K7NN <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>045800 <qso_date_off:8>20250629 <time_off:6>045800 <band:3>20m <freq:9>14.081957 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D AZ <class:2>1D <arrl_sect:2>AZ <eor> | |
<call:5>KB7AK <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>045845 <qso_date_off:8>20250629 <time_off:6>045845 <band:3>20m <freq:9>14.081957 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1E WWA <class:2>1E <arrl_sect:3>WWA <eor> | |
<call:5>VE3GE <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2B <qso_date:8>20250629 <time_on:6>045915 <qso_date_off:8>20250629 <time_off:6>045915 <band:3>20m <freq:9>14.081957 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>2B ONS <class:2>2B <arrl_sect:3>ONS <eor> | |
<call:4>W8HP <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>050145 <qso_date_off:8>20250629 <time_off:6>050145 <band:3>20m <freq:9>14.081358 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>4A MI <class:2>4A <arrl_sect:2>MI <eor> | |
<call:4>W8RP <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>050215 <qso_date_off:8>20250629 <time_off:6>050215 <band:3>20m <freq:9>14.081358 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>4A MI <class:2>4A <arrl_sect:2>MI <eor> | |
<call:5>KE8CB <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>050300 <qso_date_off:8>20250629 <time_off:6>050300 <band:3>20m <freq:9>14.081358 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D MI <class:2>1D <arrl_sect:2>MI <eor> | |
<call:4>KC7Z <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>050400 <qso_date_off:8>20250629 <time_off:6>050400 <band:3>20m <freq:9>14.081358 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3A WWA <class:2>3A <arrl_sect:3>WWA <eor> | |
<call:4>W3AO <gridsquare:4>FM19 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:3>10A <qso_date:8>20250629 <time_on:6>051345 <qso_date_off:8>20250629 <time_off:6>051345 <band:3>20m <freq:9>14.082195 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:7>10A MDC <class:3>10A <arrl_sect:3>MDC <eor> | |
<call:4>W1PU <gridsquare:4>FN34 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250629 <time_on:6>051430 <qso_date_off:8>20250629 <time_off:6>051430 <band:3>20m <freq:9>14.080722 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2A VT <class:2>2A <arrl_sect:2>VT <eor> | |
<call:4>KU4S <gridsquare:4>FM06 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>051552 <qso_date_off:8>20250629 <time_off:6>051552 <band:3>20m <freq:9>14.080451 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D NC <class:2>1D <arrl_sect:2>NC <eor> | |
<call:5>N7GHZ <gridsquare:4>DM42 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>051715 <qso_date_off:8>20250629 <time_off:6>051715 <band:3>20m <freq:9>14.082113 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E AZ <class:2>1E <arrl_sect:2>AZ <eor> | |
<call:4>W4NC <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>8A <qso_date:8>20250629 <time_on:6>052100 <qso_date_off:8>20250629 <time_off:6>052100 <band:3>20m <freq:9>14.082041 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>8A NC <class:2>8A <arrl_sect:2>NC <eor> | |
<call:5>W8CUL <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>052422 <qso_date_off:8>20250629 <time_off:6>052422 <band:3>20m <freq:9>14.081175 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>4A WV <class:2>4A <arrl_sect:2>WV <eor> | |
<call:6>KI7FXL <gridsquare:4>DM26 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1B <qso_date:8>20250629 <time_on:6>052937 <qso_date_off:8>20250629 <time_off:6>052937 <band:3>20m <freq:9>14.081106 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1B NV <class:2>1B <arrl_sect:2>NV <eor> | |
<call:5>W4CAR <gridsquare:4>FM16 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>5A <qso_date:8>20250629 <time_on:6>053037 <qso_date_off:8>20250629 <time_off:6>053037 <band:3>20m <freq:9>14.081188 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>5A VA <class:2>5A <arrl_sect:2>VA <eor> | |
<call:5>N3NQP <gridsquare:4>EN90 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>053245 <qso_date_off:8>20250629 <time_off:6>053245 <band:3>20m <freq:9>14.080461 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D WPA <class:2>1D <arrl_sect:3>WPA <eor> | |
<call:6>KD2DLL <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>053730 <qso_date_off:8>20250629 <time_off:6>053730 <band:3>20m <freq:9>14.082019 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1E ENY <class:2>1E <arrl_sect:3>ENY <eor> | |
<call:6>KN4KYD <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1B <qso_date:8>20250629 <time_on:6>053900 <qso_date_off:8>20250629 <time_off:6>053900 <band:3>20m <freq:9>14.082019 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1B SFL <class:2>1B <arrl_sect:3>SFL <eor> | |
<call:5>W4HOG <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3D <qso_date:8>20250629 <time_on:6>054230 <qso_date_off:8>20250629 <time_off:6>054230 <band:3>20m <freq:9>14.081942 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3D NC <class:2>3D <arrl_sect:2>NC <eor> | |
<call:4>N2SF <gridsquare:4>FN31 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>054300 <qso_date_off:8>20250629 <time_off:6>054300 <band:3>20m <freq:9>14.080743 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>4A ENY <class:2>4A <arrl_sect:3>ENY <eor> | |
<call:4>WT2J <gridsquare:4>FN30 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>054600 <qso_date_off:8>20250629 <time_off:6>054600 <band:3>20m <freq:9>14.082699 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D NLI <class:2>1D <arrl_sect:3>NLI <eor> | |
<call:4>NA3M <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2B <qso_date:8>20250629 <time_on:6>054830 <qso_date_off:8>20250629 <time_off:6>054830 <band:3>20m <freq:9>14.081028 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>2B MDC <class:2>2B <arrl_sect:3>MDC <eor> | |
<call:4>N3LL <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>5D <qso_date:8>20250629 <time_on:6>054930 <qso_date_off:8>20250629 <time_off:6>054930 <band:3>20m <freq:9>14.081028 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>5D WPA <class:2>5D <arrl_sect:3>WPA <eor> | |
<call:5>W4KPR <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2F <qso_date:8>20250629 <time_on:6>055030 <qso_date_off:8>20250629 <time_off:6>055030 <band:3>20m <freq:9>14.081028 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>2F WCF <class:2>2F <arrl_sect:3>WCF <eor> | |
<call:5>W4KPR <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2F <qso_date:8>20250629 <time_on:6>055116 <qso_date_off:8>20250629 <time_off:6>055145 <band:3>20m <freq:9>14.081028 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>2F WCF <class:2>2F <arrl_sect:3>WCF <eor> | |
<call:6>KC3VPB <gridsquare:4>FM19 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>2E <qso_date:8>20250629 <time_on:6>055515 <qso_date_off:8>20250629 <time_off:6>055515 <band:3>20m <freq:9>14.075251 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>2E WPA <class:2>2E <arrl_sect:3>WPA <eor> | |
<call:5>K3IEC <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>055645 <qso_date_off:8>20250629 <time_off:6>055645 <band:3>20m <freq:9>14.075585 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3A EPA <class:2>3A <arrl_sect:3>EPA <eor> | |
<call:4>N4IV <gridsquare:4>FM06 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>060145 <qso_date_off:8>20250629 <time_off:6>060145 <band:3>20m <freq:9>14.076315 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A NC <class:2>3A <arrl_sect:2>NC <eor> | |
<call:4>W1MA <gridsquare:4>FN41 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>060752 <qso_date_off:8>20250629 <time_off:6>060752 <band:3>20m <freq:9>14.080821 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3A EMA <class:2>3A <arrl_sect:3>EMA <eor> | |
<call:4>W6ZE <gridsquare:4>DM03 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>5A <qso_date:8>20250629 <time_on:6>061315 <qso_date_off:8>20250629 <time_off:6>061315 <band:3>20m <freq:9>14.081262 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>5A ORG <class:2>5A <arrl_sect:3>ORG <eor> | |
<call:5>N1ERC <gridsquare:4>FN42 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>061437 <qso_date_off:8>20250629 <time_off:6>061437 <band:3>20m <freq:9>14.081339 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>4A EMA <class:2>4A <arrl_sect:3>EMA <eor> | |
<call:4>W4IY <gridsquare:4>FM18 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>9A <qso_date:8>20250629 <time_on:6>062045 <qso_date_off:8>20250629 <time_off:6>062045 <band:3>20m <freq:9>14.075205 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>9A VA <class:2>9A <arrl_sect:2>VA <eor> | |
<call:6>KM4VIQ <gridsquare:4>EM95 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>062315 <qso_date_off:8>20250629 <time_off:6>062315 <band:3>20m <freq:9>14.075436 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A NC <class:2>3A <arrl_sect:2>NC <eor> | |
<call:5>W0ENO <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>063652 <qso_date_off:8>20250629 <time_off:6>063652 <band:3>20m <freq:9>14.082336 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>4A CO <class:2>4A <arrl_sect:2>CO <eor> | |
<call:4>NH6D <gridsquare:4>BL02 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>063907 <qso_date_off:8>20250629 <time_off:6>063907 <band:3>20m <freq:9>14.082719 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D PAC <class:2>1D <arrl_sect:3>PAC <eor> | |
<call:6>KF6HDJ <gridsquare:4>EM60 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>064007 <qso_date_off:8>20250629 <time_off:6>064007 <band:3>20m <freq:9>14.082476 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D NFL <class:2>1D <arrl_sect:3>NFL <eor> | |
<call:5>W0ENO <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>064337 <qso_date_off:8>20250629 <time_off:6>064337 <band:3>20m <freq:9>14.082027 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>4A CO <class:2>4A <arrl_sect:2>CO <eor> | |
<call:5>K4SRC <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>5A <qso_date:8>20250629 <time_on:6>064745 <qso_date_off:8>20250629 <time_off:6>064745 <band:3>20m <freq:9>14.081619 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>5A NFL <class:2>5A <arrl_sect:3>NFL <eor> | |
<call:4>WX4E <gridsquare:4>EL97 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>064945 <qso_date_off:8>20250629 <time_off:6>064945 <band:3>20m <freq:9>14.081477 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>4A WCF <class:2>4A <arrl_sect:3>WCF <eor> | |
<call:5>W0ENO <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>070715 <qso_date_off:8>20250629 <time_off:6>070715 <band:3>20m <freq:9>14.081553 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>4A CO <class:2>4A <arrl_sect:2>CO <eor> | |
<call:5>AA6FD <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1A <qso_date:8>20250629 <time_on:6>071052 <qso_date_off:8>20250629 <time_off:6>071052 <band:3>20m <freq:9>14.081292 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1A CO <class:2>1A <arrl_sect:2>CO <eor> | |
<call:3>K4Y <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>2E <qso_date:8>20250629 <time_on:6>072715 <qso_date_off:8>20250629 <time_off:6>072715 <band:3>20m <freq:9>14.076388 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2E NC <class:2>2E <arrl_sect:2>NC <eor> | |
<call:4>KT9Y <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250629 <time_on:6>073600 <qso_date_off:8>20250629 <time_off:6>073600 <band:3>20m <freq:9>14.075163 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2A IL <class:2>2A <arrl_sect:2>IL <eor> | |
<call:5>W4NPS <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>073900 <qso_date_off:8>20250629 <time_off:6>073900 <band:3>20m <freq:9>14.075163 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A VA <class:2>3A <arrl_sect:2>VA <eor> | |
<call:5>VE2CQ <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250629 <time_on:6>074130 <qso_date_off:8>20250629 <time_off:6>074130 <band:3>20m <freq:9>14.075163 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2A QC <class:2>2A <arrl_sect:2>QC <eor> | |
<call:4>W4LX <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>9A <qso_date:8>20250629 <time_on:6>074730 <qso_date_off:8>20250629 <time_off:6>074730 <band:3>20m <freq:9>14.075071 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>9A SFL <class:2>9A <arrl_sect:3>SFL <eor> | |
<call:5>K9ILS <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>075416 <qso_date_off:8>20250629 <time_off:6>075416 <band:3>20m <freq:9>14.074333 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A IL <class:2>3A <arrl_sect:2>IL <eor> | |
<call:4>K6PV <gridsquare:4>DM03 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250629 <time_on:6>075737 <qso_date_off:8>20250629 <time_off:6>075737 <band:3>20m <freq:9>14.081383 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>2A LAX <class:2>2A <arrl_sect:3>LAX <eor> | |
<call:3>K9O <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>075845 <qso_date_off:8>20250629 <time_off:6>075845 <band:3>20m <freq:9>14.081090 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A IL <class:2>3A <arrl_sect:2>IL <eor> | |
<call:4>W4TA <gridsquare:4>EL87 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>080100 <qso_date_off:8>20250629 <time_off:6>080100 <band:3>20m <freq:9>14.081457 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3A WCF <class:2>3A <arrl_sect:3>WCF <eor> | |
<call:4>K4FC <gridsquare:4>EL98 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>7A <qso_date:8>20250629 <time_on:6>080152 <qso_date_off:8>20250629 <time_off:6>080152 <band:3>20m <freq:9>14.082733 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>7A NFL <class:2>7A <arrl_sect:3>NFL <eor> | |
<call:5>W5TRL <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2E <qso_date:8>20250629 <time_on:6>080245 <qso_date_off:8>20250629 <time_off:6>080307 <band:3>20m <freq:9>14.081579 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>2E STX <class:2>2E <arrl_sect:3>STX <eor> | |
<call:4>NZ5T <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250629 <time_on:6>080515 <qso_date_off:8>20250629 <time_off:6>080515 <band:3>20m <freq:9>14.081586 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>2A NTX <class:2>2A <arrl_sect:3>NTX <eor> | |
<call:6>KH6RDO <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>081215 <qso_date_off:8>20250629 <time_off:6>081215 <band:3>20m <freq:9>14.081586 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D PAC <class:2>1D <arrl_sect:3>PAC <eor> | |
<call:4>N4EH <gridsquare:4>EL98 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>5A <qso_date:8>20250629 <time_on:6>081415 <qso_date_off:8>20250629 <time_off:6>081415 <band:3>20m <freq:9>14.081688 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>5A NFL <class:2>5A <arrl_sect:3>NFL <eor> | |
<call:5>AD6GO <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>081630 <qso_date_off:8>20250629 <time_off:6>081630 <band:3>20m <freq:9>14.081230 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E AZ <class:2>1E <arrl_sect:2>AZ <eor> | |
<call:5>W4JNG <gridsquare:4>EM95 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>082400 <qso_date_off:8>20250629 <time_off:6>082400 <band:3>40m <freq:8>7.075452 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D NC <class:2>1D <arrl_sect:2>NC <eor> | |
<call:4>W6UQ <gridsquare:4>CM87 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>082700 <qso_date_off:8>20250629 <time_off:6>082700 <band:3>40m <freq:8>7.075718 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3A SCV <class:2>3A <arrl_sect:3>SCV <eor> | |
<call:4>W9NE <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>8A <qso_date:8>20250629 <time_on:6>083100 <qso_date_off:8>20250629 <time_off:6>083100 <band:3>40m <freq:8>7.076341 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>8A IL <class:2>8A <arrl_sect:2>IL <eor> | |
<call:6>VE7RLE <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250629 <time_on:6>083200 <qso_date_off:8>20250629 <time_off:6>083200 <band:3>40m <freq:8>7.076341 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2A BC <class:2>2A <arrl_sect:2>BC <eor> | |
<call:5>AI7RI <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>083330 <qso_date_off:8>20250629 <time_off:6>083330 <band:3>40m <freq:8>7.076341 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E OR <class:2>1E <arrl_sect:2>OR <eor> | |
<call:4>N2SO <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>083500 <qso_date_off:8>20250629 <time_off:6>083500 <band:3>40m <freq:8>7.076341 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D ENY <class:2>1D <arrl_sect:3>ENY <eor> | |
<call:5>W4NPS <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>084145 <qso_date_off:8>20250629 <time_off:6>084145 <band:3>40m <freq:8>7.076493 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A VA <class:2>3A <arrl_sect:2>VA <eor> | |
<call:5>K7JAR <gridsquare:4>DN18 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>084700 <qso_date_off:8>20250629 <time_off:6>084700 <band:3>40m <freq:8>7.075486 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>4A EWA <class:2>4A <arrl_sect:3>EWA <eor> | |
<call:4>W7DK <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>085600 <qso_date_off:8>20250629 <time_off:6>085600 <band:3>40m <freq:8>7.075377 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>4A WWA <class:2>4A <arrl_sect:3>WWA <eor> | |
<call:4>AJ4A <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>6A <qso_date:8>20250629 <time_on:6>090552 <qso_date_off:8>20250629 <time_off:6>090552 <band:3>40m <freq:8>7.049508 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>6A KY <class:2>6A <arrl_sect:2>KY <eor> | |
<call:5>N1ERC <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>090637 <qso_date_off:8>20250629 <time_off:6>090637 <band:3>40m <freq:8>7.049508 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>4A EMA <class:2>4A <arrl_sect:3>EMA <eor> | |
<call:4>W9EX <gridsquare:4>EN50 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>090737 <qso_date_off:8>20250629 <time_off:6>090737 <band:3>40m <freq:8>7.049050 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>4A IL <class:2>4A <arrl_sect:2>IL <eor> | |
<call:4>W9EX <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>090822 <qso_date_off:8>20250629 <time_off:6>090822 <band:3>40m <freq:8>7.048881 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>4A IL <class:2>4A <arrl_sect:2>IL <eor> | |
<call:5>KH6RS <gridsquare:4>BL10 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250629 <time_on:6>090915 <qso_date_off:8>20250629 <time_off:6>090915 <band:3>40m <freq:8>7.049704 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>2A PAC <class:2>2A <arrl_sect:3>PAC <eor> | |
<call:5>K7RDG <gridsquare:4>DM41 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>091115 <qso_date_off:8>20250629 <time_off:6>091115 <band:3>40m <freq:8>7.048101 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>4A AZ <class:2>4A <arrl_sect:2>AZ <eor> | |
<call:6>WB2QBP <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>091215 <qso_date_off:8>20250629 <time_off:6>091215 <band:3>40m <freq:8>7.048596 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3A NLI <class:2>3A <arrl_sect:3>NLI <eor> | |
<call:4>K6PV <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250629 <time_on:6>091607 <qso_date_off:8>20250629 <time_off:6>091607 <band:3>40m <freq:8>7.049425 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>2A LAX <class:2>2A <arrl_sect:3>LAX <eor> | |
<call:5>AB9UZ <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3D <qso_date:8>20250629 <time_on:6>091854 <qso_date_off:8>20250629 <time_off:6>091854 <band:3>40m <freq:8>7.048822 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3D WI <class:2>3D <arrl_sect:2>WI <eor> | |
<call:4>K4BT <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>092452 <qso_date_off:8>20250629 <time_off:6>092452 <band:3>40m <freq:8>7.048607 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>4A NFL <class:2>4A <arrl_sect:3>NFL <eor> | |
<call:4>W1MX <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250629 <time_on:6>092637 <qso_date_off:8>20250629 <time_off:6>092637 <band:3>40m <freq:8>7.048607 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>2A EMA <class:2>2A <arrl_sect:3>EMA <eor> | |
<call:5>KC8UX <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>093152 <qso_date_off:8>20250629 <time_off:6>093152 <band:3>40m <freq:8>7.048733 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D MI <class:2>1D <arrl_sect:2>MI <eor> | |
<call:5>W9YOY <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1C <qso_date:8>20250629 <time_on:6>093700 <qso_date_off:8>20250629 <time_off:6>093700 <band:3>40m <freq:8>7.075182 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1C MI <class:2>1C <arrl_sect:2>MI <eor> | |
<call:3>K6T <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>094130 <qso_date_off:8>20250629 <time_off:6>094130 <band:3>40m <freq:8>7.075182 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A SV <class:2>3A <arrl_sect:2>SV <eor> | |
<call:6>KI6BCJ <gridsquare:4>DM06 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>094300 <qso_date_off:8>20250629 <time_off:6>094300 <band:3>40m <freq:8>7.075034 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D SJV <class:2>1D <arrl_sect:3>SJV <eor> | |
<call:5>W4NJA <gridsquare:4>EM57 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>094800 <qso_date_off:8>20250629 <time_off:6>094800 <band:3>40m <freq:8>7.074784 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A KY <class:2>3A <arrl_sect:2>KY <eor> | |
<call:6>VE7SCC <gridsquare:4>CN89 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>094900 <qso_date_off:8>20250629 <time_off:6>094900 <band:3>40m <freq:8>7.075716 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A BC <class:2>3A <arrl_sect:2>BC <eor> | |
<call:3>K6T <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>100400 <qso_date_off:8>20250629 <time_off:6>100400 <band:3>40m <freq:8>7.076071 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A SV <class:2>3A <arrl_sect:2>SV <eor> | |
<call:6>KI6BCJ <gridsquare:4>DM06 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>100500 <qso_date_off:8>20250629 <time_off:6>100500 <band:3>40m <freq:8>7.074805 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D SJV <class:2>1D <arrl_sect:3>SJV <eor> | |
<call:5>AB6MV <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>100807 <qso_date_off:8>20250629 <time_off:6>100807 <band:3>40m <freq:8>7.048698 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3A ORG <class:2>3A <arrl_sect:3>ORG <eor> | |
<call:6>VE3SPR <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>9A <qso_date:8>20250629 <time_on:6>101915 <qso_date_off:8>20250629 <time_off:6>101915 <band:3>40m <freq:8>7.049536 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>9A MI <class:2>9A <arrl_sect:2>MI <eor> | |
<call:5>W4NEU <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>102545 <qso_date_off:8>20250629 <time_off:6>102545 <band:3>40m <freq:8>7.047756 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D TN <class:2>1D <arrl_sect:2>TN <eor> | |
<call:5>W8CSO <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>9A <qso_date:8>20250629 <time_on:6>102615 <qso_date_off:8>20250629 <time_off:6>102615 <band:3>40m <freq:8>7.047756 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>9A MI <class:2>9A <arrl_sect:2>MI <eor> | |
<call:5>W2GSB <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3F <qso_date:8>20250629 <time_on:6>102937 <qso_date_off:8>20250629 <time_off:6>102937 <band:3>40m <freq:8>7.048646 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3F NLI <class:2>3F <arrl_sect:3>NLI <eor> | |
<call:4>KK5W <gridsquare:4>EL29 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:3>10A <qso_date:8>20250629 <time_on:6>104000 <qso_date_off:8>20250629 <time_off:6>104000 <band:3>40m <freq:8>7.075570 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:7>10A STX <class:3>10A <arrl_sect:3>STX <eor> | |
<call:5>W5OBM <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250629 <time_on:6>104600 <qso_date_off:8>20250629 <time_off:6>104600 <band:3>40m <freq:8>7.075037 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2A MS <class:2>2A <arrl_sect:2>MS <eor> | |
<call:5>W6WPT <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>105345 <qso_date_off:8>20250629 <time_off:6>105345 <band:3>40m <freq:8>7.076336 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3A SJV <class:2>3A <arrl_sect:3>SJV <eor> | |
<call:6>JO7KMB <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>105445 <qso_date_off:8>20250629 <time_off:6>105445 <band:3>40m <freq:8>7.076336 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D DX <class:2>1D <arrl_sect:2>DX <eor> | |
<call:3>K6B <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>9A <qso_date:8>20250629 <time_on:6>110637 <qso_date_off:8>20250629 <time_off:6>110637 <band:3>40m <freq:8>7.048525 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>9A EB <class:2>9A <arrl_sect:2>EB <eor> | |
<call:5>AE5FM <gridsquare:4>EM13 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>111500 <qso_date_off:8>20250629 <time_off:6>111500 <band:3>40m <freq:8>7.048904 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D NTX <class:2>1D <arrl_sect:3>NTX <eor> | |
<call:3>W5R <gridsquare:4>EM12 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>111815 <qso_date_off:8>20250629 <time_off:6>111815 <band:3>40m <freq:8>7.074719 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>4A NTX <class:2>4A <arrl_sect:3>NTX <eor> | |
<call:3>W5R <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>111919 <qso_date_off:8>20250629 <time_off:6>111919 <band:3>40m <freq:8>7.074667 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>4A NTX <class:2>4A <arrl_sect:3>NTX <eor> | |
<call:3>W5R <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>112045 <qso_date_off:8>20250629 <time_off:6>112045 <band:3>40m <freq:8>7.074962 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>4A NTX <class:2>4A <arrl_sect:3>NTX <eor> | |
<call:5>AG6KA <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>112845 <qso_date_off:8>20250629 <time_off:6>112845 <band:3>40m <freq:8>7.076130 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D SDG <class:2>1D <arrl_sect:3>SDG <eor> | |
<call:4>K6EI <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>7A <qso_date:8>20250629 <time_on:6>113145 <qso_date_off:8>20250629 <time_off:6>113145 <band:3>40m <freq:8>7.076399 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>7A SCV <class:2>7A <arrl_sect:3>SCV <eor> | |
<call:4>W5NX <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>113345 <qso_date_off:8>20250629 <time_off:6>113345 <band:3>40m <freq:8>7.076399 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A AR <class:2>3A <arrl_sect:2>AR <eor> | |
<call:5>W7PIG <gridsquare:4>CN88 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>114400 <qso_date_off:8>20250629 <time_off:6>114400 <band:3>40m <freq:8>7.049647 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3A WWA <class:2>3A <arrl_sect:3>WWA <eor> | |
<call:5>W7PIG <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>114434 <qso_date_off:8>20250629 <time_off:6>114434 <band:3>40m <freq:8>7.048718 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3A WWA <class:2>3A <arrl_sect:3>WWA <eor> | |
<call:4>K5RS <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>115830 <qso_date_off:8>20250629 <time_off:6>115830 <band:3>40m <freq:8>7.048905 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>4A WTX <class:2>4A <arrl_sect:3>WTX <eor> | |
<call:6>KD9LHE <gridsquare:4>EN61 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>120215 <qso_date_off:8>20250629 <time_off:6>120215 <band:3>40m <freq:8>7.075889 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D IN <class:2>1D <arrl_sect:2>IN <eor> | |
<call:5>KD8SQ <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250629 <time_on:6>120915 <qso_date_off:8>20250629 <time_off:6>120915 <band:3>40m <freq:8>7.076268 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2A OH <class:2>2A <arrl_sect:2>OH <eor> | |
<call:4>NG7X <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>122000 <qso_date_off:8>20250629 <time_off:6>122000 <band:3>40m <freq:8>7.075933 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D AZ <class:2>1D <arrl_sect:2>AZ <eor> | |
<call:4>W5FC <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>122300 <qso_date_off:8>20250629 <time_off:6>122300 <band:3>40m <freq:8>7.076210 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3A NTX <class:2>3A <arrl_sect:3>NTX <eor> | |
<call:5>NC4CA <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>4F <qso_date:8>20250629 <time_on:6>122800 <qso_date_off:8>20250629 <time_off:6>122800 <band:3>20m <freq:9>14.076043 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>4F NC <class:2>4F <arrl_sect:2>NC <eor> | |
<call:5>W1DOH <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>123100 <qso_date_off:8>20250629 <time_off:6>123100 <band:3>20m <freq:9>14.076043 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1E NFL <class:2>1E <arrl_sect:3>NFL <eor> | |
<call:6>JH7RTQ <gridsquare:4>QM07 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>123445 <qso_date_off:8>20250629 <time_off:6>123445 <band:3>20m <freq:9>14.080991 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D DX <class:2>1D <arrl_sect:2>DX <eor> | |
<call:5>KE4MH <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>123737 <qso_date_off:8>20250629 <time_off:6>123737 <band:3>20m <freq:9>14.082021 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A NC <class:2>3A <arrl_sect:2>NC <eor> | |
<call:4>K4XY <gridsquare:4>FM18 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>124100 <qso_date_off:8>20250629 <time_off:6>124100 <band:3>20m <freq:9>14.081391 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A VA <class:2>3A <arrl_sect:2>VA <eor> | |
<call:4>W2ZJ <gridsquare:4>FN12 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>5F <qso_date:8>20250629 <time_on:6>124330 <qso_date_off:8>20250629 <time_off:6>124330 <band:3>20m <freq:9>14.080438 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>5F WNY <class:2>5F <arrl_sect:3>WNY <eor> | |
<call:6>KK4MAR <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>125530 <qso_date_off:8>20250629 <time_off:6>125530 <band:3>20m <freq:9>14.074731 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>4A NC <class:2>4A <arrl_sect:2>NC <eor> | |
<call:5>W0KKI <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>130445 <qso_date_off:8>20250629 <time_off:6>130445 <band:3>20m <freq:9>14.075490 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E CO <class:2>1E <arrl_sect:2>CO <eor> | |
<call:5>AA2BJ <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>131045 <qso_date_off:8>20250629 <time_off:6>131045 <band:3>20m <freq:9>14.074744 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D NNY <class:2>1D <arrl_sect:3>NNY <eor> | |
<call:5>KE3JP <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>131715 <qso_date_off:8>20250629 <time_off:6>131715 <band:3>20m <freq:9>14.074744 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D WPA <class:2>1D <arrl_sect:3>WPA <eor> | |
<call:6>KE8VZO <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>2B <qso_date:8>20250629 <time_on:6>132045 <qso_date_off:8>20250629 <time_off:6>132045 <band:3>20m <freq:9>14.074744 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2B OH <class:2>2B <arrl_sect:2>OH <eor> | |
<call:6>WD5TYL <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>135730 <qso_date_off:8>20250629 <time_off:6>135730 <band:3>20m <freq:9>14.074973 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3A STX <class:2>3A <arrl_sect:3>STX <eor> | |
<call:5>W8VTD <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>6A <qso_date:8>20250629 <time_on:6>140000 <qso_date_off:8>20250629 <time_off:6>140000 <band:3>20m <freq:9>14.074973 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>6A OH <class:2>6A <arrl_sect:2>OH <eor> | |
<call:5>K7TCH <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>141615 <qso_date_off:8>20250629 <time_off:6>141730 <band:3>20m <freq:9>14.075692 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D WWA <class:2>1D <arrl_sect:3>WWA <eor> | |
<call:4>W8FW <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>5A <qso_date:8>20250629 <time_on:6>142245 <qso_date_off:8>20250629 <time_off:6>142245 <band:3>20m <freq:9>14.076024 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>5A OH <class:2>5A <arrl_sect:2>OH <eor> | |
<call:4>WK5I <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>144215 <qso_date_off:8>20250629 <time_off:6>144215 <band:3>20m <freq:9>14.074606 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D STX <class:2>1D <arrl_sect:3>STX <eor> | |
<call:4>KY8C <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>144545 <qso_date_off:8>20250629 <time_off:6>144545 <band:3>20m <freq:9>14.074606 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E OH <class:2>1E <arrl_sect:2>OH <eor> | |
<call:5>KE5RS <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>145145 <qso_date_off:8>20250629 <time_off:6>145145 <band:3>20m <freq:9>14.074606 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3A STX <class:2>3A <arrl_sect:3>STX <eor> | |
<call:6>KC3DGM <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>145515 <qso_date_off:8>20250629 <time_off:6>145515 <band:3>20m <freq:9>14.074606 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D WPA <class:2>1D <arrl_sect:3>WPA <eor> | |
<call:5>W3MIE <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250629 <time_on:6>151537 <qso_date_off:8>20250629 <time_off:6>151537 <band:3>20m <freq:9>14.082071 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>2A WPA <class:2>2A <arrl_sect:3>WPA <eor> | |
<call:5>W7RCH <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1F <qso_date:8>20250629 <time_on:6>151652 <qso_date_off:8>20250629 <time_off:6>151652 <band:3>20m <freq:9>14.082071 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1F UT <class:2>1F <arrl_sect:2>UT <eor> | |
<call:5>N9AJD <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>151930 <qso_date_off:8>20250629 <time_off:6>151930 <band:3>20m <freq:9>14.082055 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D IN <class:2>1D <arrl_sect:2>IN <eor> | |
<call:5>K1CCN <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>152200 <qso_date_off:8>20250629 <time_off:6>152200 <band:3>20m <freq:9>14.082055 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A WI <class:2>3A <arrl_sect:2>WI <eor> | |
<call:5>N9LPQ <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>152730 <qso_date_off:8>20250629 <time_off:6>152730 <band:3>20m <freq:9>14.081980 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E WI <class:2>1E <arrl_sect:2>WI <eor> | |
<call:5>W8TNO <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>153615 <qso_date_off:8>20250629 <time_off:6>153615 <band:3>20m <freq:9>14.075570 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A MI <class:2>3A <arrl_sect:2>MI <eor> | |
<call:5>N8WUA <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>154515 <qso_date_off:8>20250629 <time_off:6>154515 <band:3>20m <freq:9>14.075025 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D OH <class:2>1D <arrl_sect:2>OH <eor> | |
<call:4>K6TY <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1B <qso_date:8>20250629 <time_on:6>161915 <qso_date_off:8>20250629 <time_off:6>161915 <band:3>20m <freq:9>14.075184 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1B SJV <class:2>1B <arrl_sect:3>SJV <eor> | |
<call:5>K1BMW <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>162145 <qso_date_off:8>20250629 <time_off:6>162145 <band:3>20m <freq:9>14.075239 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D NV <class:2>1D <arrl_sect:2>NV <eor> | |
<call:5>W7PIG <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>163400 <qso_date_off:8>20250629 <time_off:6>163400 <band:3>20m <freq:9>14.075718 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3A WWA <class:2>3A <arrl_sect:3>WWA <eor> | |
<call:5>K6SEA <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>2D <qso_date:8>20250629 <time_on:6>163830 <qso_date_off:8>20250629 <time_off:6>163830 <band:3>20m <freq:9>14.076287 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2D OR <class:2>2D <arrl_sect:2>OR <eor> | |
<call:6>WB7WUQ <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>164130 <qso_date_off:8>20250629 <time_off:6>164130 <band:3>20m <freq:9>14.076287 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1E EWA <class:2>1E <arrl_sect:3>EWA <eor> | |
<call:4>KM7S <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>164300 <qso_date_off:8>20250629 <time_off:6>164300 <band:3>20m <freq:9>14.076287 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D SV <class:2>1D <arrl_sect:2>SV <eor> | |
<call:6>KG7PQX <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1B <qso_date:8>20250629 <time_on:6>164500 <qso_date_off:8>20250629 <time_off:6>164500 <band:3>20m <freq:9>14.076287 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1B UT <class:2>1B <arrl_sect:2>UT <eor> | |
<call:5>K0NRA <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1B <qso_date:8>20250629 <time_on:6>165845 <qso_date_off:8>20250629 <time_off:6>165845 <band:3>20m <freq:9>14.074777 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1B SD <class:2>1B <arrl_sect:2>SD <eor> | |
<call:6>WB6TIS <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>170045 <qso_date_off:8>20250629 <time_off:6>170045 <band:3>20m <freq:9>14.074777 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D ID <class:2>1D <arrl_sect:2>ID <eor> | |
<call:6>WB6TIS <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1B <qso_date:8>20250629 <time_on:6>170315 <qso_date_off:8>20250629 <time_off:6>170315 <band:3>20m <freq:9>14.074777 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1B VA <class:2>1B <arrl_sect:2>VA <eor> | |
<call:5>KE6CA <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1B <qso_date:8>20250629 <time_on:6>170615 <qso_date_off:8>20250629 <time_off:6>170615 <band:3>20m <freq:9>14.075500 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1B ORG <class:2>1B <arrl_sect:3>ORG <eor> | |
<call:4>AB9M <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>171015 <qso_date_off:8>20250629 <time_off:6>171015 <band:3>20m <freq:9>14.081823 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D IL <class:2>1D <arrl_sect:2>IL <eor> | |
<call:5>N3RDV <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>171145 <qso_date_off:8>20250629 <time_off:6>171145 <band:3>20m <freq:9>14.081223 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D WPA <class:2>1D <arrl_sect:3>WPA <eor> | |
<call:5>W7IVM <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>171337 <qso_date_off:8>20250629 <time_off:6>171337 <band:3>20m <freq:9>14.081223 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>4A UT <class:2>4A <arrl_sect:2>UT <eor> | |
<call:4>W6EK <gridsquare:4>CM98 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>171807 <qso_date_off:8>20250629 <time_off:6>171807 <band:3>20m <freq:9>14.081650 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>4A SV <class:2>4A <arrl_sect:2>SV <eor> | |
<call:4>KW4M <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>172630 <qso_date_off:8>20250629 <time_off:6>172630 <band:3>20m <freq:9>14.074390 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E GA <class:2>1E <arrl_sect:2>GA <eor> | |
<call:5>W0EMP <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250629 <time_on:6>172900 <qso_date_off:8>20250629 <time_off:6>172900 <band:3>20m <freq:9>14.074390 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2A KS <class:2>2A <arrl_sect:2>KS <eor> | |
<call:4>AJ0Z <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1B <qso_date:8>20250629 <time_on:6>173430 <qso_date_off:8>20250629 <time_off:6>173430 <band:3>20m <freq:9>14.074390 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1B NE <class:2>1B <arrl_sect:2>NE <eor> | |
<call:5>AD0DA <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>173700 <qso_date_off:8>20250629 <time_off:6>173700 <band:3>20m <freq:9>14.074390 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D UT <class:2>1D <arrl_sect:2>UT <eor> | |
<call:4>WC4M <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>174800 <qso_date_off:8>20250629 <time_off:6>174830 <band:3>20m <freq:9>14.074390 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A AL <class:2>3A <arrl_sect:2>AL <eor> | |
<call:5>VA3UG <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>175000 <qso_date_off:8>20250629 <time_off:6>175000 <band:3>20m <freq:9>14.074390 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D ONS <class:2>1D <arrl_sect:3>ONS <eor> | |
<call:5>K6LCN <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>175230 <qso_date_off:8>20250629 <time_off:6>175230 <band:3>20m <freq:9>14.074390 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D LAX <class:2>1D <arrl_sect:3>LAX <eor> | |
<call:5>K7YMG <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>175430 <qso_date_off:8>20250629 <time_off:6>175430 <band:3>20m <freq:9>14.074390 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D SDG <class:2>1D <arrl_sect:3>SDG <eor> | |
<call:5>KK6BY <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>175600 <qso_date_off:8>20250629 <time_off:6>175600 <band:3>20m <freq:9>14.074390 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D LAX <class:2>1D <arrl_sect:3>LAX <eor> | |
<call:4>K6EV <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>175800 <qso_date_off:8>20250629 <time_off:6>175800 <band:3>20m <freq:9>14.074390 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D LAX <class:2>1D <arrl_sect:3>LAX <eor> | |
<call:5>W8JRH <gridsquare:4>EN72 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>180030 <qso_date_off:8>20250629 <time_off:6>180030 <band:3>20m <freq:9>14.074390 <station_callsign:5>N0JDC <my_gridsquare:4>DN70 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>4A KS <class:2>4A <arrl_sect:2>KS <eor> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ADIF Export | |
<adif_ver:5>3.1.1 | |
<created_timestamp:15>20250628 194250 | |
<programid:6>WSJT-X | |
<programversion:5>2.7.0 | |
<eoh> | |
<call:5>KI0BJ <gridsquare:4>DN57 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250628 <time_on:6>194245 <qso_date_off:8>20250628 <time_off:6>194245 <band:3>20m <freq:9>14.080929 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D MT <class:2>1D <arrl_sect:2>MT <eor> | |
<call:5>N1SLO <gridsquare:4>CN85 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250628 <time_on:6>195237 <qso_date_off:8>20250628 <time_off:6>195237 <band:3>20m <freq:9>14.081767 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D OR <class:2>1D <arrl_sect:2>OR <eor> | |
<call:4>AJ4A <gridsquare:4>EM77 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>6A <qso_date:8>20250628 <time_on:6>201100 <qso_date_off:8>20250628 <time_off:6>201100 <band:3>20m <freq:9>14.082261 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>6A KY <class:2>6A <arrl_sect:2>KY <eor> | |
<call:4>W2CG <gridsquare:4>FN20 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250628 <time_on:6>201252 <qso_date_off:8>20250628 <time_off:6>201252 <band:3>20m <freq:9>14.080524 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1E NNJ <class:2>1E <arrl_sect:3>NNJ <eor> | |
<call:4>K5KB <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250628 <time_on:6>201545 <qso_date_off:8>20250628 <time_off:6>201545 <band:3>20m <freq:9>14.082637 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D STX <class:2>1D <arrl_sect:3>STX <eor> | |
<call:4>K0FV <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2F <qso_date:8>20250628 <time_on:6>202507 <qso_date_off:8>20250628 <time_off:6>202507 <band:3>20m <freq:9>14.080822 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2F MO <class:2>2F <arrl_sect:2>MO <eor> | |
<call:4>W3AO <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:3>10A <qso_date:8>20250628 <time_on:6>202622 <qso_date_off:8>20250628 <time_off:6>202622 <band:3>20m <freq:9>14.080822 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:7>10A MDC <class:3>10A <arrl_sect:3>MDC <eor> | |
<call:5>AG5PC <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250628 <time_on:6>205607 <qso_date_off:8>20250628 <time_off:6>205607 <band:3>20m <freq:9>14.082147 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D NTX <class:2>1D <arrl_sect:3>NTX <eor> | |
<call:4>K9OM <gridsquare:4>EN65 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250628 <time_on:6>211452 <qso_date_off:8>20250628 <time_off:6>211452 <band:3>20m <freq:9>14.080942 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E WI <class:2>1E <arrl_sect:2>WI <eor> | |
<call:4>K6RO <gridsquare:4>DM13 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250628 <time_on:6>213230 <qso_date_off:8>20250628 <time_off:6>213230 <band:3>20m <freq:9>14.081601 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D SDG <class:2>1D <arrl_sect:3>SDG <eor> | |
<call:5>VE3RC <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250628 <time_on:6>214333 <qso_date_off:8>20250628 <time_off:6>214333 <band:3>20m <freq:9>14.075300 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>2A ONE <class:2>2A <arrl_sect:3>ONE <eor> | |
<call:4>N3LL <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>5D <qso_date:8>20250628 <time_on:6>215400 <qso_date_off:8>20250628 <time_off:6>215400 <band:3>20m <freq:9>14.074960 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>5D WPA <class:2>5D <arrl_sect:3>WPA <eor> | |
<call:4>N4NE <gridsquare:4>EM74 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250628 <time_on:6>220745 <qso_date_off:8>20250628 <time_off:6>220745 <band:3>20m <freq:9>14.082380 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A GA <class:2>3A <arrl_sect:2>GA <eor> | |
<call:6>WB8SIG <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250628 <time_on:6>220815 <qso_date_off:8>20250628 <time_off:6>220815 <band:3>20m <freq:9>14.082380 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E OH <class:2>1E <arrl_sect:2>OH <eor> | |
<call:5>N8PFK <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250628 <time_on:6>221215 <qso_date_off:8>20250628 <time_off:6>221215 <band:3>20m <freq:9>14.081940 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E MI <class:2>1E <arrl_sect:2>MI <eor> | |
<call:4>W8AL <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250628 <time_on:6>221415 <qso_date_off:8>20250628 <time_off:6>221415 <band:3>20m <freq:9>14.081800 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2A OH <class:2>2A <arrl_sect:2>OH <eor> | |
<call:4>K9OM <gridsquare:4>EN65 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250628 <time_on:6>223437 <qso_date_off:8>20250628 <time_off:6>223437 <band:3>20m <freq:9>14.080905 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E WI <class:2>1E <arrl_sect:2>WI <eor> | |
<call:5>AA4DD <gridsquare:4>EM86 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250628 <time_on:6>224345 <qso_date_off:8>20250628 <time_off:6>224345 <band:3>20m <freq:9>14.076406 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D TN <class:2>1D <arrl_sect:2>TN <eor> | |
<call:6>WB8SIG <gridsquare:4>EN91 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250628 <time_on:6>224607 <qso_date_off:8>20250628 <time_off:6>224607 <band:3>20m <freq:9>14.082284 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E OH <class:2>1E <arrl_sect:2>OH <eor> | |
<call:4>AA4U <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250628 <time_on:6>225622 <qso_date_off:8>20250628 <time_off:6>225622 <band:3>20m <freq:9>14.082446 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E AL <class:2>1E <arrl_sect:2>AL <eor> | |
<call:4>NW8S <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>5A <qso_date:8>20250628 <time_on:6>233037 <qso_date_off:8>20250628 <time_off:6>233037 <band:3>20m <freq:9>14.082599 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>5A OH <class:2>5A <arrl_sect:2>OH <eor> | |
<call:6>KE8VSI <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250628 <time_on:6>233422 <qso_date_off:8>20250628 <time_off:6>233422 <band:3>20m <freq:9>14.081752 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D MI <class:2>1D <arrl_sect:2>MI <eor> | |
<call:5>K1WAS <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3D <qso_date:8>20250628 <time_on:6>234945 <qso_date_off:8>20250628 <time_off:6>234945 <band:3>20m <freq:9>14.082140 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3D CT <class:2>3D <arrl_sect:2>CT <eor> | |
<call:5>AA6FD <gridsquare:4>DM79 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1A <qso_date:8>20250629 <time_on:6>000107 <qso_date_off:8>20250629 <time_off:6>000107 <band:3>20m <freq:9>14.082523 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1A CO <class:2>1A <arrl_sect:2>CO <eor> | |
<call:4>KB6C <gridsquare:4>DM04 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>2D <qso_date:8>20250629 <time_on:6>001715 <qso_date_off:8>20250629 <time_off:6>001715 <band:3>20m <freq:9>14.076523 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2D SB <class:2>2D <arrl_sect:2>SB <eor> | |
<call:4>AJ4A <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>6A <qso_date:8>20250629 <time_on:6>002015 <qso_date_off:8>20250629 <time_off:6>002015 <band:3>20m <freq:9>14.076046 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>6A KY <class:2>6A <arrl_sect:2>KY <eor> | |
<call:5>K8BSR <gridsquare:4>EN71 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>7A <qso_date:8>20250629 <time_on:6>002516 <qso_date_off:8>20250629 <time_off:6>002516 <band:3>20m <freq:9>14.076112 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>7A OH <class:2>7A <arrl_sect:2>OH <eor> | |
<call:5>N0VRS <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250629 <time_on:6>004037 <qso_date_off:8>20250629 <time_off:6>004037 <band:3>20m <freq:9>14.082112 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2A OH <class:2>2A <arrl_sect:2>OH <eor> | |
<call:5>K8NQW <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250629 <time_on:6>004237 <qso_date_off:8>20250629 <time_off:6>004237 <band:3>20m <freq:9>14.082112 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2A OH <class:2>2A <arrl_sect:2>OH <eor> | |
<call:4>NX0R <gridsquare:4>EM08 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>012922 <qso_date_off:8>20250629 <time_off:6>012922 <band:3>40m <freq:8>7.049108 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D KS <class:2>1D <arrl_sect:2>KS <eor> | |
<call:5>KS0KS <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>013122 <qso_date_off:8>20250629 <time_off:6>013122 <band:3>40m <freq:8>7.049368 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A KS <class:2>3A <arrl_sect:2>KS <eor> | |
<call:4>K5CS <gridsquare:4>EM35 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>013522 <qso_date_off:8>20250629 <time_off:6>013522 <band:3>40m <freq:8>7.049868 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E AR <class:2>1E <arrl_sect:2>AR <eor> | |
<call:4>NX0R <gridsquare:4>EM08 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>013752 <qso_date_off:8>20250629 <time_off:6>013752 <band:3>40m <freq:8>7.049800 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D KS <class:2>1D <arrl_sect:2>KS <eor> | |
<call:5>W2HRC <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2B <qso_date:8>20250629 <time_on:6>014007 <qso_date_off:8>20250629 <time_off:6>014007 <band:3>40m <freq:8>7.049828 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>2B NTX <class:2>2B <arrl_sect:3>NTX <eor> | |
<call:4>N0TA <gridsquare:4>DN70 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>014737 <qso_date_off:8>20250629 <time_off:6>014737 <band:3>40m <freq:8>7.049673 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D CO <class:2>1D <arrl_sect:2>CO <eor> | |
<call:6>WD9HNZ <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3D <qso_date:8>20250629 <time_on:6>020945 <qso_date_off:8>20250629 <time_off:6>020945 <band:3>40m <freq:8>7.076901 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3D WI <class:2>3D <arrl_sect:2>WI <eor> | |
<call:4>AK9D <gridsquare:4>EM28 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2D <qso_date:8>20250629 <time_on:6>024707 <qso_date_off:8>20250629 <time_off:6>024707 <band:3>40m <freq:8>7.049108 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2D KS <class:2>2D <arrl_sect:2>KS <eor> | |
<call:6>KB7RUQ <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>024822 <qso_date_off:8>20250629 <time_off:6>024822 <band:3>40m <freq:8>7.049381 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D UT <class:2>1D <arrl_sect:2>UT <eor> | |
<call:6>KB0VHA <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>024937 <qso_date_off:8>20250629 <time_off:6>024937 <band:3>40m <freq:8>7.049381 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E CO <class:2>1E <arrl_sect:2>CO <eor> | |
<call:5>K7UVA <gridsquare:4>DN40 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>032807 <qso_date_off:8>20250629 <time_off:6>032807 <band:3>40m <freq:8>7.049304 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A UT <class:2>3A <arrl_sect:2>UT <eor> | |
<call:5>N3HSH <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>033706 <qso_date_off:8>20250629 <time_off:6>033706 <band:3>40m <freq:8>7.049801 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D AZ <class:2>1D <arrl_sect:2>AZ <eor> | |
<call:6>WA6LIE <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>033852 <qso_date_off:8>20250629 <time_off:6>033852 <band:3>40m <freq:8>7.049800 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D AZ <class:2>1D <arrl_sect:2>AZ <eor> | |
<call:6>KE0NVB <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>033952 <qso_date_off:8>20250629 <time_off:6>033952 <band:3>40m <freq:8>7.049800 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>4A CO <class:2>4A <arrl_sect:2>CO <eor> | |
<call:5>W0ARR <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>034530 <qso_date_off:8>20250629 <time_off:6>034552 <band:3>40m <freq:8>7.049800 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D NE <class:2>1D <arrl_sect:2>NE <eor> | |
<call:4>N0ZS <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>035300 <qso_date_off:8>20250629 <time_off:6>035300 <band:3>40m <freq:8>7.049050 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A MO <class:2>3A <arrl_sect:2>MO <eor> | |
<call:4>K6NV <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>040015 <qso_date_off:8>20250629 <time_off:6>040015 <band:3>40m <freq:8>7.049302 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D SV <class:2>1D <arrl_sect:2>SV <eor> | |
<call:6>KE0FOE <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>040045 <qso_date_off:8>20250629 <time_off:6>040045 <band:3>40m <freq:8>7.049302 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E MO <class:2>1E <arrl_sect:2>MO <eor> | |
<call:5>AI5DE <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1B <qso_date:8>20250629 <time_on:6>040315 <qso_date_off:8>20250629 <time_off:6>040315 <band:3>40m <freq:8>7.049651 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1B NM <class:2>1B <arrl_sect:2>NM <eor> | |
<call:5>AD6GO <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>040500 <qso_date_off:8>20250629 <time_off:6>040500 <band:3>40m <freq:8>7.049651 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E AZ <class:2>1E <arrl_sect:2>AZ <eor> | |
<call:4>W0ZA <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>040830 <qso_date_off:8>20250629 <time_off:6>040830 <band:3>40m <freq:8>7.049651 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D NE <class:2>1D <arrl_sect:2>NE <eor> | |
<call:6>WD9HSY <gridsquare:4>EN61 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>041922 <qso_date_off:8>20250629 <time_off:6>041922 <band:3>40m <freq:8>7.049302 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E IL <class:2>1E <arrl_sect:2>IL <eor> | |
<call:4>NJ8G <gridsquare:4>DM33 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>043000 <qso_date_off:8>20250629 <time_off:6>043000 <band:3>40m <freq:8>7.075544 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D AZ <class:2>1D <arrl_sect:2>AZ <eor> | |
<call:5>W5FWC <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>2B <qso_date:8>20250629 <time_on:6>043700 <qso_date_off:8>20250629 <time_off:6>043700 <band:3>40m <freq:8>7.075332 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>2B NTX <class:2>2B <arrl_sect:3>NTX <eor> | |
<call:5>N0IWN <gridsquare:4>EN32 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250629 <time_on:6>044926 <qso_date_off:8>20250629 <time_off:6>044926 <band:3>40m <freq:8>7.049794 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2A IA <class:2>2A <arrl_sect:2>IA <eor> | |
<call:5>W0CET <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4F <qso_date:8>20250629 <time_on:6>052822 <qso_date_off:8>20250629 <time_off:6>052822 <band:3>40m <freq:8>7.048511 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>4F KS <class:2>4F <arrl_sect:2>KS <eor> | |
<call:6>WB8SIG <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>053207 <qso_date_off:8>20250629 <time_off:6>053207 <band:3>40m <freq:8>7.049700 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E OH <class:2>1E <arrl_sect:2>OH <eor> | |
<call:4>K9RN <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250629 <time_on:6>053852 <qso_date_off:8>20250629 <time_off:6>053852 <band:3>40m <freq:8>7.048840 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2A IL <class:2>2A <arrl_sect:2>IL <eor> | |
<call:4>W5FC <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>053952 <qso_date_off:8>20250629 <time_off:6>053952 <band:3>40m <freq:8>7.048840 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3A NTX <class:2>3A <arrl_sect:3>NTX <eor> | |
<call:5>W6GRE <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>054037 <qso_date_off:8>20250629 <time_off:6>054037 <band:3>40m <freq:8>7.048840 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E IA <class:2>1E <arrl_sect:2>IA <eor> | |
<call:5>K6SEA <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2D <qso_date:8>20250629 <time_on:6>054122 <qso_date_off:8>20250629 <time_off:6>054122 <band:3>40m <freq:8>7.048840 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2D OR <class:2>2D <arrl_sect:2>OR <eor> | |
<call:5>K7BWC <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1B <qso_date:8>20250629 <time_on:6>060100 <qso_date_off:8>20250629 <time_off:6>060100 <band:3>40m <freq:8>7.075351 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1B UT <class:2>1B <arrl_sect:2>UT <eor> | |
<call:4>N7RO <gridsquare:4>CN88 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>062822 <qso_date_off:8>20250629 <time_off:6>062822 <band:3>40m <freq:8>7.048612 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D WWA <class:2>1D <arrl_sect:3>WWA <eor> | |
<call:5>K7CAR <gridsquare:4>DM37 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1B <qso_date:8>20250629 <time_on:6>064222 <qso_date_off:8>20250629 <time_off:6>064222 <band:3>40m <freq:8>7.048732 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1B UT <class:2>1B <arrl_sect:2>UT <eor> | |
<call:4>NN5T <gridsquare:4>EM12 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>064745 <qso_date_off:8>20250629 <time_off:6>064815 <band:3>40m <freq:8>7.049106 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D NTX <class:2>1D <arrl_sect:3>NTX <eor> | |
<call:5>W5MRC <gridsquare:4>EM13 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>064945 <qso_date_off:8>20250629 <time_off:6>064945 <band:3>40m <freq:8>7.049106 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>4A NTX <class:2>4A <arrl_sect:3>NTX <eor> | |
<call:6>WB9COW <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>070130 <qso_date_off:8>20250629 <time_off:6>070130 <band:3>40m <freq:8>7.049724 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E WI <class:2>1E <arrl_sect:2>WI <eor> | |
<call:4>NN1D <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>070415 <qso_date_off:8>20250629 <time_off:6>070415 <band:3>40m <freq:8>7.049724 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E NH <class:2>1E <arrl_sect:2>NH <eor> | |
<call:4>N5WF <gridsquare:4>EM03 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250629 <time_on:6>071930 <qso_date_off:8>20250629 <time_off:6>071930 <band:3>40m <freq:8>7.048733 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>2A NTX <class:2>2A <arrl_sect:3>NTX <eor> | |
<call:4>AE8K <gridsquare:4>EM99 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>072745 <qso_date_off:8>20250629 <time_off:6>072745 <band:3>40m <freq:8>7.049884 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A WV <class:2>3A <arrl_sect:2>WV <eor> | |
<call:3>W0A <gridsquare:4>EM37 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>073400 <qso_date_off:8>20250629 <time_off:6>073400 <band:3>40m <freq:8>7.049801 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A MO <class:2>3A <arrl_sect:2>MO <eor> | |
<call:5>W7VOI <gridsquare:4>DN13 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250629 <time_on:6>075337 <qso_date_off:8>20250629 <time_off:6>075337 <band:3>40m <freq:8>7.048792 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2A ID <class:2>2A <arrl_sect:2>ID <eor> | |
<call:5>N4NJJ <gridsquare:4>DM26 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>075552 <qso_date_off:8>20250629 <time_off:6>075552 <band:3>40m <freq:8>7.048877 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D NV <class:2>1D <arrl_sect:2>NV <eor> | |
<call:5>W8QLY <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>8A <qso_date:8>20250629 <time_on:6>080600 <qso_date_off:8>20250629 <time_off:6>080600 <band:3>40m <freq:8>7.049612 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>8A OH <class:2>8A <arrl_sect:2>OH <eor> | |
<call:5>W2ORC <gridsquare:4>FN03 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2F <qso_date:8>20250629 <time_on:6>080700 <qso_date_off:8>20250629 <time_off:6>080700 <band:3>40m <freq:8>7.048688 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>2F WNY <class:2>2F <arrl_sect:3>WNY <eor> | |
<call:4>K9OM <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>080830 <qso_date_off:8>20250629 <time_off:6>080830 <band:3>40m <freq:8>7.049484 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E WI <class:2>1E <arrl_sect:2>WI <eor> | |
<call:4>W4TA <gridsquare:4>EL87 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>082900 <qso_date_off:8>20250629 <time_off:6>082900 <band:3>20m <freq:9>14.075761 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3A WCF <class:2>3A <arrl_sect:3>WCF <eor> | |
<call:5>N6DBF <gridsquare:4>DM42 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>2D <qso_date:8>20250629 <time_on:6>083000 <qso_date_off:8>20250629 <time_off:6>083000 <band:3>20m <freq:9>14.075576 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2D AZ <class:2>2D <arrl_sect:2>AZ <eor> | |
<call:5>K7ZOO <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>084315 <qso_date_off:8>20250629 <time_off:6>084315 <band:3>20m <freq:9>14.081883 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D AZ <class:2>1D <arrl_sect:2>AZ <eor> | |
<call:5>K5TIT <gridsquare:4>EM22 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2B <qso_date:8>20250629 <time_on:6>085137 <qso_date_off:8>20250629 <time_off:6>085137 <band:3>20m <freq:9>14.081354 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>2B NTX <class:2>2B <arrl_sect:3>NTX <eor> | |
<call:4>W4LX <gridsquare:4>EL86 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>9A <qso_date:8>20250629 <time_on:6>085400 <qso_date_off:8>20250629 <time_off:6>085400 <band:3>20m <freq:9>14.075314 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>9A SFL <class:2>9A <arrl_sect:3>SFL <eor> | |
<call:4>W5NC <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3F <qso_date:8>20250629 <time_on:6>092045 <qso_date_off:8>20250629 <time_off:6>092045 <band:3>20m <freq:9>14.076022 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3F STX <class:2>3F <arrl_sect:3>STX <eor> | |
<call:4>W5PC <gridsquare:4>EM12 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>5A <qso_date:8>20250629 <time_on:6>092530 <qso_date_off:8>20250629 <time_off:6>092530 <band:3>20m <freq:9>14.075317 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>5A NTX <class:2>5A <arrl_sect:3>NTX <eor> | |
<call:4>N6MI <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250629 <time_on:6>094800 <qso_date_off:8>20250629 <time_off:6>094800 <band:3>20m <freq:9>14.075261 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2A SB <class:2>2A <arrl_sect:2>SB <eor> | |
<call:4>W6UQ <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>095000 <qso_date_off:8>20250629 <time_off:6>095000 <band:3>20m <freq:9>14.075261 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3A SCV <class:2>3A <arrl_sect:3>SCV <eor> | |
<call:5>W5ENT <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250629 <time_on:6>095130 <qso_date_off:8>20250629 <time_off:6>095130 <band:3>20m <freq:9>14.075261 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>2A NTX <class:2>2A <arrl_sect:3>NTX <eor> | |
<call:4>WB5N <gridsquare:4>DM92 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>2B <qso_date:8>20250629 <time_on:6>095900 <qso_date_off:8>20250629 <time_off:6>095900 <band:3>20m <freq:9>14.075772 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>2B WTX <class:2>2B <arrl_sect:3>WTX <eor> | |
<call:6>KF0TXQ <gridsquare:4>DN70 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>100900 <qso_date_off:8>20250629 <time_off:6>100900 <band:3>20m <freq:9>14.076055 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D CO <class:2>1D <arrl_sect:2>CO <eor> | |
<call:4>N5WF <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250629 <time_on:6>101400 <qso_date_off:8>20250629 <time_off:6>101400 <band:3>20m <freq:9>14.075635 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>2A NTX <class:2>2A <arrl_sect:3>NTX <eor> | |
<call:4>N5WF <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>101530 <qso_date_off:8>20250629 <time_off:6>101530 <band:3>20m <freq:9>14.075635 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>4A SV <class:2>4A <arrl_sect:2>SV <eor> | |
<call:5>W5MEL <gridsquare:4>EM15 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>102915 <qso_date_off:8>20250629 <time_off:6>102915 <band:3>20m <freq:9>14.075448 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A OK <class:2>3A <arrl_sect:2>OK <eor> | |
<call:4>W5ND <gridsquare:4>EM30 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>103615 <qso_date_off:8>20250629 <time_off:6>103615 <band:3>20m <freq:9>14.075991 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3A STX <class:2>3A <arrl_sect:3>STX <eor> | |
<call:6>WD5TYL <gridsquare:4>EM20 <mode:3>FT8 <rst_sent:0> <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>110045 <qso_date_off:8>20250629 <time_off:6>110045 <band:3>20m <freq:9>14.075291 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3A STX <class:2>3A <arrl_sect:3>STX <eor> | |
<call:5>KC2NJ <gridsquare:4>FN20 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>111145 <qso_date_off:8>20250629 <time_off:6>111245 <band:3>20m <freq:9>14.081168 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D NNJ <class:2>1D <arrl_sect:3>NNJ <eor> | |
<call:5>KC3WX <gridsquare:4>FN20 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2D <qso_date:8>20250629 <time_on:6>112030 <qso_date_off:8>20250629 <time_off:6>112030 <band:3>20m <freq:9>14.081415 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>2D EPA <class:2>2D <arrl_sect:3>EPA <eor> | |
<call:5>W2MMD <gridsquare:4>FM29 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>9A <qso_date:8>20250629 <time_on:6>112245 <qso_date_off:8>20250629 <time_off:6>112245 <band:3>20m <freq:9>14.082222 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>9A SNJ <class:2>9A <arrl_sect:3>SNJ <eor> | |
<call:5>W2MMD <gridsquare:4>FM29 <mode:4>MFSK <submode:3>FT4 <rst_sent:0> <rst_rcvd:2>9A <qso_date:8>20250629 <time_on:6>112315 <qso_date_off:8>20250629 <time_off:6>112315 <band:3>20m <freq:9>14.081859 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>9A SNJ <class:2>9A <arrl_sect:3>SNJ <eor> | |
<call:4>K2AA <gridsquare:4>FM29 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>7A <qso_date:8>20250629 <time_on:6>112752 <qso_date_off:8>20250629 <time_off:6>112752 <band:3>20m <freq:9>14.082541 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>7A SNJ <class:2>7A <arrl_sect:3>SNJ <eor> | |
<call:5>W1NRG <gridsquare:4>FN31 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>2F <qso_date:8>20250629 <time_on:6>113530 <qso_date_off:8>20250629 <time_off:6>113530 <band:3>20m <freq:9>14.076306 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>2F CT <class:2>2F <arrl_sect:2>CT <eor> | |
<call:5>W3LTR <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>120615 <qso_date_off:8>20250629 <time_off:6>120615 <band:3>20m <freq:9>14.081685 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>4A EPA <class:2>4A <arrl_sect:3>EPA <eor> | |
<call:4>WC4U <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1B <qso_date:8>20250629 <time_on:6>120816 <qso_date_off:8>20250629 <time_off:6>120845 <band:3>20m <freq:9>14.081685 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1B NFL <class:2>1B <arrl_sect:3>NFL <eor> | |
<call:4>N3LL <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>5D <qso_date:8>20250629 <time_on:6>121152 <qso_date_off:8>20250629 <time_off:6>121152 <band:3>20m <freq:9>14.082722 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>5D WPA <class:2>5D <arrl_sect:3>WPA <eor> | |
<call:5>KS4YT <gridsquare:4>EM63 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>123615 <qso_date_off:8>20250629 <time_off:6>123615 <band:2>6m <freq:9>50.315387 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D AL <class:2>1D <arrl_sect:2>AL <eor> | |
<call:5>KS4YT <gridsquare:4>EM63 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>124315 <qso_date_off:8>20250629 <time_off:6>124315 <band:2>6m <freq:9>50.315376 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D AL <class:2>1D <arrl_sect:2>AL <eor> | |
<call:4>KV4T <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>131645 <qso_date_off:8>20250629 <time_off:6>131645 <band:2>6m <freq:9>50.315381 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D AL <class:2>1D <arrl_sect:2>AL <eor> | |
<call:4>K6RO <gridsquare:4>DM13 <mode:4>MFSK <submode:3>FT4 <rst_sent:0> <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>135553 <qso_date_off:8>20250629 <time_off:6>135630 <band:3>15m <freq:9>21.141578 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D SDG <class:2>1D <arrl_sect:3>SDG <eor> | |
<call:5>W6ELI <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>141130 <qso_date_off:8>20250629 <time_off:6>141130 <band:3>15m <freq:9>21.076350 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D ORG <class:2>1D <arrl_sect:3>ORG <eor> | |
<call:4>W0DK <gridsquare:4>DN70 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>141445 <qso_date_off:8>20250629 <time_off:6>141445 <band:3>15m <freq:9>21.074739 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A CO <class:2>3A <arrl_sect:2>CO <eor> | |
<call:5>NF4AC <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>4F <qso_date:8>20250629 <time_on:6>141745 <qso_date_off:8>20250629 <time_off:6>141745 <band:3>15m <freq:9>21.076178 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>4F NFL <class:2>4F <arrl_sect:3>NFL <eor> | |
<call:4>W5FC <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>142245 <qso_date_off:8>20250629 <time_off:6>142245 <band:3>15m <freq:9>21.075920 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3A NTX <class:2>3A <arrl_sect:3>NTX <eor> | |
<call:5>AB5UE <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>142645 <qso_date_off:8>20250629 <time_off:6>142645 <band:3>15m <freq:9>21.075920 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>4A STX <class:2>4A <arrl_sect:3>STX <eor> | |
<call:4>N4FL <gridsquare:4>EL96 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>144030 <qso_date_off:8>20250629 <time_off:6>144030 <band:3>15m <freq:9>21.076615 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3A SFL <class:2>3A <arrl_sect:3>SFL <eor> | |
<call:5>AG5PM <gridsquare:4>EM12 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>151545 <qso_date_off:8>20250629 <time_off:6>151545 <band:3>15m <freq:9>21.076057 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1E NTX <class:2>1E <arrl_sect:3>NTX <eor> | |
<call:5>KB1SO <gridsquare:4>FN42 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>151800 <qso_date_off:8>20250629 <time_off:6>151800 <band:3>15m <freq:9>21.076272 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E NH <class:2>1E <arrl_sect:2>NH <eor> | |
<call:5>W7PXL <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>152630 <qso_date_off:8>20250629 <time_off:6>152630 <band:3>15m <freq:9>21.075901 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>4A OR <class:2>4A <arrl_sect:2>OR <eor> | |
<call:5>N0BAK <gridsquare:4>EN34 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1B <qso_date:8>20250629 <time_on:6>152830 <qso_date_off:8>20250629 <time_off:6>152830 <band:3>15m <freq:9>21.075198 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1B MN <class:2>1B <arrl_sect:2>MN <eor> | |
<call:5>N0BAK <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1B <qso_date:8>20250629 <time_on:6>152931 <qso_date_off:8>20250629 <time_off:6>152931 <band:3>15m <freq:9>21.075198 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1B MN <class:2>1B <arrl_sect:2>MN <eor> | |
<call:4>K5LD <gridsquare:4>EL98 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>153115 <qso_date_off:8>20250629 <time_off:6>153115 <band:3>15m <freq:9>21.077288 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>4A SFL <class:2>4A <arrl_sect:3>SFL <eor> | |
<call:5>N5KXI <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>153545 <qso_date_off:8>20250629 <time_off:6>153545 <band:3>15m <freq:9>21.076054 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D OK <class:2>1D <arrl_sect:2>OK <eor> | |
<call:5>W7SAA <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>6A <qso_date:8>20250629 <time_on:6>155445 <qso_date_off:8>20250629 <time_off:6>155445 <band:3>15m <freq:9>21.075611 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>6A OR <class:2>6A <arrl_sect:2>OR <eor> | |
<call:5>W7AIA <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>160300 <qso_date_off:8>20250629 <time_off:6>160300 <band:3>15m <freq:9>21.075824 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>4A WWA <class:2>4A <arrl_sect:3>WWA <eor> | |
<call:5>W7RXJ <gridsquare:4>CN85 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>161000 <qso_date_off:8>20250629 <time_off:6>161000 <band:3>15m <freq:9>21.075755 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>4A OR <class:2>4A <arrl_sect:2>OR <eor> | |
<call:5>K7QXG <gridsquare:4>CN84 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>161230 <qso_date_off:8>20250629 <time_off:6>161230 <band:3>15m <freq:9>21.075839 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D OR <class:2>1D <arrl_sect:2>OR <eor> | |
<call:5>AB6MV <gridsquare:4>DM13 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>164330 <qso_date_off:8>20250629 <time_off:6>164330 <band:3>15m <freq:9>21.076441 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3A ORG <class:2>3A <arrl_sect:3>ORG <eor> | |
<call:5>K4EME <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>164730 <qso_date_off:8>20250629 <time_off:6>164730 <band:3>15m <freq:9>21.076112 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D VA <class:2>1D <arrl_sect:2>VA <eor> | |
<call:5>K7ECI <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>164830 <qso_date_off:8>20250629 <time_off:6>164830 <band:3>15m <freq:9>21.076112 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A ID <class:2>3A <arrl_sect:2>ID <eor> | |
<call:3>W7Q <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>165000 <qso_date_off:8>20250629 <time_off:6>165000 <band:3>15m <freq:9>21.076112 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>4A OR <class:2>4A <arrl_sect:2>OR <eor> | |
<call:6>KB7RUQ <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>165200 <qso_date_off:8>20250629 <time_off:6>165200 <band:3>15m <freq:9>21.076112 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D UT <class:2>1D <arrl_sect:2>UT <eor> | |
<call:5>W6IWN <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1B <qso_date:8>20250629 <time_on:6>165945 <qso_date_off:8>20250629 <time_off:6>165945 <band:3>15m <freq:9>21.076608 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1B SV <class:2>1B <arrl_sect:2>SV <eor> | |
<call:6>WB2QBP <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>171700 <qso_date_off:8>20250629 <time_off:6>171700 <band:3>15m <freq:9>21.142760 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>3A NLI <class:2>3A <arrl_sect:3>NLI <eor> | |
<call:4>K5PX <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1A <qso_date:8>20250629 <time_on:6>171845 <qso_date_off:8>20250629 <time_off:6>171845 <band:3>15m <freq:9>21.141269 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1A OK <class:2>1A <arrl_sect:2>OK <eor> | |
<call:5>K1WAS <gridsquare:0> <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>3D <qso_date:8>20250629 <time_on:6>172030 <qso_date_off:8>20250629 <time_off:6>172030 <band:3>15m <freq:9>21.141480 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3D CT <class:2>3D <arrl_sect:2>CT <eor> | |
<call:5>N1NQD <gridsquare:4>FN13 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>172100 <qso_date_off:8>20250629 <time_off:6>172100 <band:3>15m <freq:9>21.141747 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>1D WNY <class:2>1D <arrl_sect:3>WNY <eor> | |
<call:4>W6TJ <gridsquare:4>DM13 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>4A <qso_date:8>20250629 <time_on:6>172330 <qso_date_off:8>20250629 <time_off:6>172330 <band:3>15m <freq:9>21.140740 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>4A ORG <class:2>4A <arrl_sect:3>ORG <eor> | |
<call:5>KH6RS <gridsquare:4>BL10 <mode:4>MFSK <submode:3>FT4 <rst_sent:2>2B <rst_rcvd:2>2A <qso_date:8>20250629 <time_on:6>172452 <qso_date_off:8>20250629 <time_off:6>172452 <band:3>15m <freq:9>21.141972 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:6>2A PAC <class:2>2A <arrl_sect:3>PAC <eor> | |
<call:6>KF7BXH <gridsquare:4>DM09 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:0> <qso_date:8>20250629 <time_on:6>173415 <qso_date_off:8>20250629 <time_off:6>173415 <band:3>15m <freq:9>21.076050 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>++ ++ <class:2>++ <arrl_sect:2>++ <eor> | |
<call:5>ND0UG <gridsquare:4>DN86 <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>173615 <qso_date_off:8>20250629 <time_off:6>173615 <band:3>15m <freq:9>21.076050 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A ND <class:2>3A <arrl_sect:2>ND <eor> | |
<call:6>KD0PYK <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>3A <qso_date:8>20250629 <time_on:6>174600 <qso_date_off:8>20250629 <time_off:6>174600 <band:3>15m <freq:9>21.075657 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>3A CO <class:2>3A <arrl_sect:2>CO <eor> | |
<call:5>N7RBL <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1D <qso_date:8>20250629 <time_on:6>174730 <qso_date_off:8>20250629 <time_off:6>174730 <band:3>15m <freq:9>21.075657 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1D UT <class:2>1D <arrl_sect:2>UT <eor> | |
<call:6>KE0GSZ <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>175730 <qso_date_off:8>20250629 <time_off:6>175730 <band:3>15m <freq:9>21.075710 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E IA <class:2>1E <arrl_sect:2>IA <eor> | |
<call:5>AK7AT <gridsquare:0> <mode:3>FT8 <rst_sent:2>2B <rst_rcvd:2>1E <qso_date:8>20250629 <time_on:6>180130 <qso_date_off:8>20250629 <time_off:6>180130 <band:3>15m <freq:9>21.075630 <station_callsign:5>N0JDC <my_gridsquare:6>DN70KA <tx_pwr:1>5 <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:5>1E ID <class:2>1E <arrl_sect:2>ID <eor> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment