Skip to content
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

Commit ct7aup's original CWOPS CWT implementation #13

Closed
w7sst opened this issue Sep 13, 2022 · 1 comment
Closed

Commit ct7aup's original CWOPS CWT implementation #13

w7sst opened this issue Sep 13, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@w7sst
Copy link
Owner

w7sst commented Sep 13, 2022

Summary

Dave, CT7AUP, implemented the CWOPS CWT contest into Morse Runner. Dave sent me the source code via email as a zip file. This issue will create a pull request to commit this change back to his repository. Dave can chose to pick it if he wants. I will also have some proposed changes that I'll provide back to Dave in separate commit(s).

Motivation

The main motivation is to say thank you to David for this work. This change served as a base on which the FD prototype was built and the table-driven approach being taken.

Detailed Description

David's repository contained executable code only. This change will place David's code back into his repository.

@w7sst w7sst added the enhancement New feature or request label Sep 13, 2022
@w7sst w7sst self-assigned this Sep 16, 2022
w7sst added a commit that referenced this issue Sep 16, 2022
This change form the basis of David's CWOPS CWT contest implementation
w7sst added a commit that referenced this issue Sep 16, 2022
This is David's CWT contest implementation (w7sst added some whitespace)
@w7sst
Copy link
Owner Author

w7sst commented Sep 16, 2022

Summary

David, ct7aup, provided me with an initial implementation of the CWOPS CWT contest, along with a couple of other minor enhancements to Morse Runner. I was interested in picking this change up because it provided a starting point for multiple contests. I also wanted to learn from other developers to see how they approached the problem of supporting multiple contests.

Commits

  1. Normalized David's repository. He had at least one file that was not using the desired LF when stored in git. This change was based on David's ct7aup/MorseRunner repository which was my starting point.
  2. merged in ge0Lin's changes, which included the original Morse Runner back to VE3NEA.
  3. David had sent me his CWT implementation via email as a zip file back in April 2022. I split this change into 5 or 6 commits, each with an independent change. These changes have been committed to the 'ct7aup-cwt-dev' branch.

How to pick up these changes

David, to pick up this change, you can fetch/pull into your sandbox. I was not able to create the usual Pull Request since your repository is not forked from the original VE3NEA repository.

Options:

  1. in your repository, try
get fetch https://github.com/w7sst/MorseR`unner +ct7aup-cwt-dev:ct7aup-cwt-dev
git checkout master
git merge ct7aup-cwt-dev
  1. I can add you as a Collaborator to this repository. You will be able to add a remote repository connection to your sandbox and push/pull directly. I am not sure of the commands for this. Let me know if you need additional help with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant