Add the session, radio control, bandmap and cluster

Nonemm.Session holds what the operator is typing, what the log says about it and
what happens on Enter, with no UI toolkit behind it. Nonemm.Rig talks to
hamlib's rigctld and reconnects on its own. Nonemm.Spotting reads DX cluster
lines into a bandmap that drops spots after an hour.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Erik
2026-08-27 10:39:53 +00:00
parent ef631f1dc4
commit ffeeb2cdc1
25 changed files with 1416 additions and 0 deletions

View File

@@ -15,5 +15,7 @@
<Project Path="tests/Nonemm.Contests.Tests/Nonemm.Contests.Tests.csproj" />
<Project Path="tests/Nonemm.Formats.Tests/Nonemm.Formats.Tests.csproj" />
<Project Path="tests/Nonemm.Storage.Tests/Nonemm.Storage.Tests.csproj" />
<Project Path="tests/Nonemm.Session.Tests/Nonemm.Session.Tests.csproj" />
<Project Path="tests/Nonemm.Spotting.Tests/Nonemm.Spotting.Tests.csproj" />
</Folder>
</Solution>