openlvc / disco

Java library for Distributed Interactive Simulation
11 stars 3 forks source link

Allow WAN clients to set the name of their link inside a RELAY station #5

Closed timpokorny closed 8 years ago

timpokorny commented 8 years ago

Story

{As a} system administrator, {I want} to be able to see a site-specific name in the Distributor status monitoring logging, {So that I can} associate links with the actual locations they come from

Context

Currently, when a WAN link is established back to a RELAY, in the status monitoring that is logged to the console the link are reported with the names wanX (where X is an incrementing number).

You can't tell who is who unless you know the IP addresses. Further, is a link breaks and reconnects, it gets a new name based on an incremented number.

It would be very much useful if a WAN link could specfiy a name to show so that they can be identified more reaily.

Acceptance Criteria

Once complete, the system shall: