CBielstein / APRSsharp

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

Add ConnectedServer Property to AprsIsClient #134

Closed martelro closed 2 years ago

martelro commented 2 years ago

Description

As described in #120, a rotating address is often used to connect to an APRS-IS server; however, the actual connected server is not known to the user.

This change adds parsing to the AprsIsClient class to obtain the connected server and expose it as a property of the class.

Changes

Validation

martelro commented 2 years ago

Thank you for the kind review. Admittedly, I know some areas of C# better than others, but those will come with time and practice I hope!

I've pushed the updates, but please let me know if there's anything else. Thank you!

CBielstein commented 2 years ago

Commenting for my own sake: I did rerun the build task due to test timeout failures, but these were not related to this test. They are a known issue of our parallelism and such issues would be resolved by #125. With that in mind, I'm still merging this PR and we can fix #125 asap to ensure this doesn't happen again.