CBielstein / APRSsharp

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

Periodically send connection messages to APRS-IS #122

Closed CBielstein closed 2 years ago

CBielstein commented 2 years ago

Description

As per the aprsc documentation, APRS-IS servers timeout a connection after 48 hours. To avoid this, the AprsIsConnection object should send login messages periodically to the server to remain connected.

This can be tested on the command line locally with a small re-send time, starting APRS#, and watching the APRS-IS server's stats page.

Acceptance Criteria