~jeffpc

https://www.josefsipek.net

Trackers

~jeffpc/hlog

Last active 4 days ago

~jeffpc/fox

Last active 16 days ago

~jeffpc/libjeffpc

Last active 4 months ago

~jeffpc/humitemp

Last active 5 months ago

~jeffpc/blahgd

Last active 6 months ago

~jeffpc/avr-common

Last active 7 months ago

~jeffpc/aaa

Last active 1 year, 7 months ago

#87 Custom queue-based FT4/FT8 UI 2 days ago

feature added by ~jeffpc on ~jeffpc/hlog

#87 Custom queue-based FT4/FT8 UI 2 days ago

idea removed by ~jeffpc on ~jeffpc/hlog

#37 Automatic audio recordings 2 days ago

feature added by ~jeffpc on ~jeffpc/hlog

#37 Automatic audio recordings 2 days ago

idea removed by ~jeffpc on ~jeffpc/hlog

#82 Document HLQ file format 2 days ago

Comment by ~jeffpc on ~jeffpc/hlog

I got enough of a doc written to commit it. It spans 4 commits: e6dd6779c419, 394f08c7384a, 03da5e8c60fa, and 292c99819f2e.

REPORTED RESOLVED IMPLEMENTED

#143 Rename qso_init event 4 days ago

Ticket created by ~jeffpc on ~jeffpc/hlog

This event is confusingly named. It makes it sound like it initializes every QSO, but it only handles the ones entered via the UI. WSJT-X created entries duplicate the template.

#142 Rearchitect ncurses interactions 4 days ago

ui added by ~jeffpc on ~jeffpc/hlog

#142 Rearchitect ncurses interactions 4 days ago

Ticket created by ~jeffpc on ~jeffpc/hlog

Instead of the somewhat ad-hoc approach taken currently, it'd be good to wrap ncurses with some convenient-to-use abstractions.

  • a screen (contains a root window for simplicity, but that's an implementation detail)
  • 0+ windows created and parented to the screen
    • windows can be visible/not-visible
    • windows can be active/in-active
  • 0+ forms created and parented to a window
    • forms can be active/in-active

This should be a reasonably straight forward extension of the existing xform code.

Some things that can be added later on, are modal dialogs (e.g., for operator change during a contest).

#37 Automatic audio recordings 6 days ago

Comment by ~jeffpc on ~jeffpc/hlog

The more I think about it, the more I want to shrug it off. The audio recording will be useful even if it is slightly time-dilated. The files are rotated based on more accurate clock (NTP-synced system clock), so there is a natural timestamp every hour that associates real time with a sample.

#141 Wrong tx mode when using memory mode 9 days ago

radio-specific added by ~jeffpc on ~jeffpc/hlog