SoundMetrics / aris-integration-sdk

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

Usability: format of sonar availability messages #53

Closed curtnichols closed 7 years ago

curtnichols commented 7 years ago

Expected Behavior

It should be easy to read the notifications of sonar availability. Lead with the serial number.

Started listening...
ARIS 1549 + found at 192.168.10.180
ARIS 1004 + found at 192.168.10.168
ARIS   24 + found at 169.254.8.70
ARIS   24 - no longer heard
ARIS   24 + found at 192.168.10.144
ARIS 1549 - no longer heard
ARIS 1549 + found at 192.168.10.180
ARIS 1549 - no longer heard
ARIS 1549 + found at 192.168.10.180
ARIS 1549 - no longer heard

Current Behavior

As it stands, the messages are a bit jumbled and hard to read.

Started listening...
Found ARIS 1549 at 192.168.10.180
Found ARIS 1004 at 192.168.10.168
Found ARIS 24 at 169.254.8.70
No longer hearing from ARIS 24
Found ARIS 24 at 192.168.10.144
No longer hearing from ARIS 1549
Found ARIS 1549 at 192.168.10.180
No longer hearing from ARIS 1549
Found ARIS 1549 at 192.168.10.180
No longer hearing from ARIS 1549

Steps to Reproduce (for bugs)

n/a Examples provided above.

Your Environment

Context

The whole idea of arislog is to provide visibility into what's going on with sonar(s) on the network. Making availability messages easier to read helps rather than hinders.