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

Rename AprsIsConnection to AprsIsClient #126

Merged
merged 5 commits into from
Apr 26, 2022
Merged

Rename AprsIsConnection to AprsIsClient #126

merged 5 commits into from
Apr 26, 2022

Conversation

CBielstein
Copy link
Owner

Description

This changes AprsIsConnection project and class to AprsIsClient to match more closely with .NET naming conventions (TcpClient, HttpClient, etc.). It's also a slightly more descriptive name as this is coded exclusively as a client implementation, not a server, so it's arguably not a generic connection between APRS-IS nodes.

This also brings the code in line with the name of the nuget package AprsSharp.AprsIsClient.

Changes

  • Rename AprsIsConnection to AprsIsClient (both object and project)
  • Rename AprsIsConnectionUniteTests to AprsIsClientUnitTests and related file renames
  • Update project references
  • Updated other references in the code

Validation

  • Build and tests pass
  • CLI runs and receives packets

@CBielstein CBielstein added the code cleanliness Refactors, static analysis, etc. label Apr 22, 2022
@CBielstein CBielstein self-assigned this Apr 22, 2022
@CBielstein CBielstein merged commit c31af2e into main Apr 26, 2022
@CBielstein CBielstein deleted the aprsisclient branch April 26, 2022 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code cleanliness Refactors, static analysis, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant