CBielstein / APRSsharp

APRS# - Modern APRS software for the amateur radio community
MIT License
12 stars 5 forks source link

Rename AprsIsConnection to AprsIsClient #126

Closed CBielstein closed 2 years ago

CBielstein commented 2 years ago

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

Validation