openlcb / OpenLCB_Java

A git-managed copy of the SVN-based Java prototype implementation of OpenLCB. This implementation operates inside JMRI.
6 stars 9 forks source link

Implements sending message to unknown alias #197

Closed balazsracz closed 2 years ago

balazsracz commented 2 years ago

This PR adds code to support the case when an outgoing message addresses a Node for which we do not have a valid alias in the AliasMap. This can happen in multiple cases, some more frequent than others:

The mechanism to do this is the following:

Misc fixes: