SoundMetrics / aris-integration-sdk

SDK for building custom controllers for the ARIS sonar.
MIT License
5 stars 2 forks source link

Add indicator on ArisBeacon for unreachable subnet #110

Closed curtnichols closed 5 years ago

curtnichols commented 5 years ago

Add a property to ArisBeacon that indicates whether the ARIS is on an unreachable subnet. This can help diagnose in the UI why one cannot connect to an ARIS. (An ARIS on a different subnet will still be "seen" as its beacon is a broadcast UDP packet.)

We run into this with static IP addresses, sticky DHCP in production, and now other local experiments.

curtnichols commented 5 years ago

It appears that this is best solved by pinging the target device, and this likely belongs in the application code. For ARIScope, this is tracked in SoundMetrics/aris-applications#412.

Closing.