-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add support for ARRL Sweepstakes Contest #55
Comments
I have started to code this one. The exchange is complex. It consists of five parts (e.g. I had original envisioned having two generalized fields, Exch1 and Exch2. Most contests fit into this model. However, the SS Contest does not fit into this model very well. So... Having looked at this for a little while now, I'm going to slow down on this to allow more time to be spent on design. I was hoping to get something out before Nov 2022 (in time for SS CW in November), but this is not practical at this time. I will hold this code on a branch in my local repository called |
From a groups.io/N1MM posting...
Also see ARRL 2023 Contest Rules. |
Well, this has been a long time coming. I finally have a coded, working version of ARRL Sweepstakes. I will not get this code into code review and post a build so we can get some testing on it. Here is a screen shot after 8 minutes or so. I realize my code copying skills have a lot to be desired and that I would probably not do very well in this contest as the exchange is long. Need to practice more I guess... I will get this into code review in the next day or two. |
Hi @relrod, Would you be interested in helping to test the implementation of this contest before the release? We would appreciate the help. Thank you, |
@w7sst oh this is awesome, thanks for the ping. Unfortunately I don't currently have a windows VM or WINE set up on my system (Linux). I could change that, but I don't want to set expectations because I'm not sure when I will get to it, and I don't want to block a release on it. If I get around to it before you do the release, I will update here with my findings and let you know! I'm excited for this either way, whenever I get back to using MR! |
I have finally posted a pull request/code review for ARRL Sweepstakes Contest. Here is a link to the development build. Let me know if you have any time to test this. Thanks, |
The
The last item above, is an random behavior where the Check-Section of the calling station is inserted into the Exchange field. The randomness of this is controlled with the following
Set this value to zero to disable the feature. Update:
Note - this change is not in the .zip file (v1.85-dev-4) |
Below is a copy of Jim's (@K6OK) feedback after testing the development build v1.85-dev.4...
|
@K6OK I was wondering if you had any feedback on the automatic populating of the Did you find this beneficial to the simulation and your practice time? Is the default (50%) reasonable? Should we turn this off (by setting the .ini keyword to zero)? Just wondering what your thoughts were on this feature and whether we should leave it enabled by default. For me, if someone is practicing and is intending to use N1MM logger, then this behavior would be beneficial during practice. Thank you, |
Hi Mike -- Initially I was a little bit surprised by it but I quickly went "Aha! History file mode!" I'm fine with the 50% mix. It's good practice for this contest. Forces you to keep a close eye on the entry field, you have to be prepared to either decode and type the whole exchange or decode-to-verify. Keeps you on your toes. -- Jim |
Contest information
Unique contest behaviors
<check> and <section>
(e.g.72 OR
). The cursor is positioned at the end of this information and allows the user to enter the first two fields of the exchange (serial-number and precedence) as copied from the QSO (e.g.1234 A
). The result is72 OR 1234 A
. N1MM will the re-order this information and log the correct exchange as1234 A W7SST 72 OR
. It would be nice if Morse Runner's exchange handing could so something similar. At a minimum, the user would enter the exchange as copied.Additional information
This contest may be implemented in two phases:
Can you help?
Please let us know if you are available to help. (replace '[ ]' with '[x]' to affirm)
The text was updated successfully, but these errors were encountered: