Skip to main content

NOT1MM Logger

Project description

Not1MM

License: GPL v3 Python: 3.9+ Made With:PyQt5 PyPI - Downloads

logo

What and why is Not1MM

Not1MM's interface is a blantent ripoff of N1MM. It is NOT N1MM and any problem you have with this software should in no way reflect on their software.

If you use Windows(tm) you should run their, or some other, program.

I personally don't. While it may be possible to get N1MM working under Wine, I haven't checked, I'd rather not have to jump thru the hoops.

Currently this exists for my own personal amusement. Something to do in my free time. While I'm not watching TV, Right vs Left political 'News' programs, mind numbing 'Reality' TV etc...

What it is not

Working.

The current state is "Not Working". I literally just dragged some widgets out on a Qt Designer window, and wrote a couple stubs to display the interface. Next to nothing is working or useful.

What it probably never will be

Feature complete.

main screen

Changes of note

  • [23-4-5] Fixed crash caused by lists not being lists. Filled out some existing code stubs in the Field Day plugin. Fixed log window not showing current contest Q's.
  • [23-4-4] Current OP defaults to Station call if OPON not used. Text formatting of Station settings. Removed STX and SRX strings from General Logging ADIF. DB now operates on current contest Nr. Hide/Show band-mode frames.
  • [23-4-3] Added dialog to select from defined contests in the active database. Force Station settings then new contest dialog on new DB creation. Add Greneral Logging contest type. Added other Cabrillo tags.
March 2023
  • [23-3-31] Now saving station settings in the contest database.
  • [23-3-30] Added Open new and Open existing database
  • [23-3-29] Added a new contest dialog.
  • [23-3-27] Add menu item to recalculate mults.
  • [23-3-27] Fix cursor behaviour when editing text in callsign field.
  • [23-3-25] Fix minimum call length. Fix cabrillo tag. Add adif output.
  • [23-3-24] Added dupe checking. Added CAT check for flrig or rigctld. Added online flag for flrig.
  • [23-3-23] Added most of Cabrillo generation. Plan to test it this weekends CQ WPX SSB.
  • [23-3-22] Add prefill of serial nr. set OP call on startup. Set IsMultiplier1 new unique wpx. Add OP and contest name to window title. and stuff.
  • [23-3-21] Worked on CQ WPX SSB plugin.
  • [23-3-20] Added a contact edit dialog. RightClick to edit contact. Changed placeholder text color in settings dialog. Hooked up CW speedchange widget. PgUp/PgDn to change speed.
  • [23-3-17] Added multicast UDP messages to update the log window when new contact made. You can now edit existing contacts in the log window. You can't delete them yet. Got rid of watchdog. Isolated common multicast code to it's own class.
  • [23-3-15] Added a rudimentary log view window.
  • [23-3-10] Started work on saving contacts to the DB. Added a claculate_wpx_prefix routine.
  • [23-3-9] Placed network call lookup in a thread. Display freq/mode for non CAT radios. Hooked up the CW macros to cwdaemon.
  • [23-3-8] Band/Frequency/Mode indicators. Direct frequency/mode entry in call field.
  • [23-3-7] Changed dxlog table column names.
  • [23-3-1] Add shift tab for field movement.
February 2023
  • [23-2-23] Dialogs now do darkmode, Add settings dialog. App remembers window size and location.
  • [23-2-22] Added cty.dat file.
  • [23-2-21] Added edit macro dialog.
  • [23-2-20] Save view states. fixed debug messages. Started coding plugins/stubs.
  • [23-2-15] Added qss stylesheet. Connected Run and S&P radio buttons. Reads in cwmacros.
  • [23-2-12] Added View menu to show/hide macro buttons, command buttons, and the band/mode indicator on the left. Added OpOn dialog. Added a dark mode. QRZ lookup added but needs work.
  • [23-2-9] Initial post and name squatting.

Running from source

Since this is packaged for PyPi, if you want to work on your own source branch, after cloning from github you would:

pip install --upgrade pip
pip install setuptools
pip install build
source rebuild.sh

from the root directory. This installs a build chain and a local editable copy of not1mm.

There's two ways to launch the program from the local editable copy.

You can either be in the root of the source directory and type:

python not1mm

or be in some other directory and just type:

not1mm

Various data file locations

Data

If your system has an XDG_DATA_HOME environment variable set, the databases can be found there. Otherwise they will be found at yourhome/.local/share/not1mm

Config

Configuration file(s) can be found at the location defined by XDG_CONFIG_HOME. Otherwise they will be found at yourhome/.config/not1mm

Adding a database

On the initial running, a database is created for you called ham.db. This and all future databases are located in the data directory mentioned above. You can create new databases by selecting File > New Database from the main window. You can select previously created databases by selecting File > Open Database.

Station Settings dialog

After initial run of the program or creating a new contact database you will need to fo to File > Station Settings and fill out the information in the dialog.

settings screen

You can fill it out if you want to. You can leave our friends behind. 'Cause your friends don't fill, and if they don't fill. Well, they're no friends of yours.

You can fill. You can fill. Everyone look at your keys.

I forgot my hat today.

Adding a contest

Select File > New Contest

New Contest Dialog

Selecting an added contest as the current contest

Select File > Open Contest

Open an existing contest

Hiding screen elements

You can show or hide certain buttons/indicators by checking and unchecking their boxes under the view menu. You can then resize the screen to make it more compact.

View Menu

The your choices will be remembered when you relaunch the program.

Editing function key macros

You can edit the CW macros by right clicking on the buttons and filling out the dialog. Edit Macro

cty.dat and QRZ lookups for distance and bearing

When a callsign is entered, a look up is first done in a cty.dat file to determin the country of origin, geographic center, cq zone and ITU region. Great circle calculations are done to determin the heading and distance from your gridsquare to the grographic center. This information then displayed at the bottom left.

snapshot of heading and distance

After this, a request is made to QRZ for the gridsquare of the callsign. If there is a response the information is recalculated and displayed. You'll know is this has happened, since the gridsquare will replace the word "Regional".

snapshot of heading and distance

Other uses for the call field

  • [A Frequency] You can enter a frequency in kilohertz. This will change the band you're logging on. If you have CAT control, this will change the frequency of the radio as well.
  • [CW, SSB, RTTY] You can set the mode logged. If you have CAT control this will also change the mode on the radio.
  • [OPON] Change the operator currently logging.

You must press the SPACE bar after entering any of the above.

Log Display

The Log display gets updated automatically when a contact is entered. The top half is a list of all contacts.

Log Display Window

The bottom half of the log displays contacts sorted by what's currently in the call entry field.

Editing a contact

Editing a cell

You can double click a cell in the log window and edit its contents.

You can also Right-Click on a cell to bring up the edit dialog.

right click edit dialog

You can not directly edit the multiplier status of a contact. Instead see the next section on recalculating mults. If you change the callsign make sure the WPX field is still valid.

Recalulate Mults

After editing a contact and before generating a Cabrillo file. There is a Misc menu option that will recalculate the multipliers incase an edit had caused a change.

Cabrillo

Kinda working in a forced way. Need to generalize it for multiple contests. Click on File > Generate Cabrillo

There's a few more fields I have to code in. But it's enough for me to edit and submit.

The file will be placed in your home directory. The name will be in the format of:

StationCall_ContestName.log

So for me it would be:

K6GTE_CQ-WPX-SSB.log

ADIF

File > Generate ADIF

Boom... ADIF

StationCall_ContestName.adi

Dupe checking

Added dupe checking. Big Red 'Dupe' will appear if it's a dupe...

CAT

Added rudimentary check for running instance of flrig or rigctld. It will connect to whichever it finds first.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

not1mm-23.4.5.tar.gz (513.8 kB view hashes)

Uploaded Source

Built Distribution

not1mm-23.4.5-py3-none-any.whl (545.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page