-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added new table of recent QSOs and more cleanup of the INI file plus a few others. #69
Merged
+164
−55
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
bfec6be
Added a chart that shows the last 10 worked contacts. This is in head…
ny4i c504569
Fixed a typo in headless (was missing exception handler).
ny4i 7e0d306
Added the HEADLESS DWELL parameter
ny4i a36a049
Add a CREATE INDEX to index qso_log by timestamp for the last 10 qso …
ny4i b397711
Fixed a typo, an unused module and changed the qso loop. Notes int he…
ny4i fb554db
Reformatted the time column in the last 10 QSOs report. Also removed …
ny4i File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# Change this file name to n1mm_view.ini and put it in ONLY one of the following three locations: | ||
# ~/.config/n1mm_view.ini | ||
# ~/n1mm_view.ini | ||
# <script directory>/n1mm_view.ini | ||
# If you have the file in more than one of those locations, the script will abort with an error message. | ||
# This is to avoid multiple ini files making it harder to know where the settings are being read. | ||
|
||
# This is where you should set you local options for your site. At a minimum, change the following: | ||
# Under EVENT_INFO, | ||
# set Name to something like <Your CLub Name> Field Day or WInter Field Day | ||
# set the START_TIME and END_TIME | ||
# set you QTH_ coordinates if you want to see a pin on the map | ||
# Optionally, set the LOGO_FILENAME to the proper logo | ||
# For Winter Field Day, wget https://winterfieldday.org/img/wfda_logo.png | ||
# For ARRL Field Day, grab the new logo each year | ||
# If you are using the headless.py script to generate graphics to load to your website, | ||
# modify the POST_FILE_COMMAND to rsync the files or run a script if you want to do multiple steps. | ||
# If you use a script like postCommands.sh, make it executable with chmod +x postCommands.sh | ||
|
||
|
||
|
||
[GLOBAL] | ||
DATABASE_FILENAME = n1mm_view.db | ||
DISPLAY_DWELL_TIME = 6 | ||
DATA_DWELL_TIME = 60 | ||
HEADLESS_DWELL_TIME = 120 | ||
LOG_LEVEL = INFO | ||
LOGO_FILENAME = /home/pi/wfda_logo.png | ||
|
||
[EVENT INFO] | ||
NAME = Field Day | ||
START_TIME = 2025-01-25 15:00:00 | ||
END_TIME = 2025-01-26 20:59:59 | ||
QTH_LATITUDE = 27.9837941202094249 | ||
QTH_LONGITUDE = -82.74670114956339 | ||
|
||
[N1MM INFO] | ||
BROADCAST_PORT = 12060 | ||
BROADCAST_ADDRESS = 192.168.1.255 | ||
LOG_FILE_NAME = FD2024-N4N.s3db | ||
|
||
[HEADLESS INFO] | ||
; Set IMAGE_DIR to None or the name of a directory on the system to write files. Note if using a Pi with an SD card only, use the ramdisk setup in the install process. | ||
; A sample value could be /mnt/ramdisk/n1mm_view/html | ||
IMAGE_DIR = None | ||
|
||
; The POST_FILE_COMMAND is used is to execute this command. You can use it to call rsync or a script. | ||
#POST_FILE_COMMAND = rsync -avz /mnt/ramdisk/n1mm_view/html/* user@sshserver:www/n1mm_view/html | ||
|
||
[FONT INFO] | ||
# If font seems too big, try 60 for VIEW_FONT and 100 for BIGGER_FONT | ||
VIEW_FONT = 64 | ||
BIGGER_FONT = 180 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does your logging software (I think you are not using N1MM) emit a mode of 'SSB'?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have seen other software send SSB. I think TR4W (which I maintain) did but I fixed that issue. This is a belt-and-suspenders approach now more so just in case.