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

Discovery Scanning & Enumeration #235

Merged
merged 123 commits into from
Apr 21, 2022
Merged

Discovery Scanning & Enumeration #235

merged 123 commits into from
Apr 21, 2022

Conversation

grafnu
Copy link
Collaborator

@grafnu grafnu commented Jan 31, 2022

First pass at documentation for discovery & enumeration. Goal is to have something concrete in place for ongoing onboarding discussions, and then can finalize/iterate over time.

bin/check_links Outdated Show resolved Hide resolved
bin/gendocs Outdated Show resolved Hide resolved
docs/specs/discovery.md Outdated Show resolved Hide resolved
docs/specs/discovery.md Outdated Show resolved Hide resolved
docs/specs/sequences/discovery.md Outdated Show resolved Hide resolved
@grafnu grafnu changed the title Enumeration Documentation Discovery Scanning & Enumeration Feb 8, 2022
@grafnu
Copy link
Collaborator Author

grafnu commented Mar 15, 2022

Ok, this PR is way too long but feature complete. Unfortunately a new feature like this requires changes across many different sub-parts of the code-base so I'm not entirely sure how to break it up into reasonable size chunks that also have meaning on their own. (That and I was bad and threw in some lint refactoring).

If somebody thinks it's too big to process let me know and I can try to break it up -- otherwise just take your time to go through it.

@grafnu grafnu marked this pull request as draft March 16, 2022 01:37
@grafnu
Copy link
Collaborator Author

grafnu commented Mar 16, 2022

Ok -- I'm refactoring out basic bits into other PRs and will return to this one (code changes) when it's a bit more sane.

@grafnu grafnu marked this pull request as ready for review April 19, 2022 20:43
}
}
if (t != null) {
System.out.println(t);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

System.err?

/**
* Validation tests for discovery scan and enumeration capabilities.
*/
public class DiscoveryValidator extends SequenceValidator {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May need to refactor these into smaller pieces in the future but ok to get started now

@grafnu grafnu merged commit 8372575 into faucetsdn:master Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants