Closed danbim closed 11 years ago
I think in order to have TR connect to devices that are already configured in the RD when TR starts we would have to query the RD once at startup and issue a series of AddSensorNode events internally in TR. This would trigger the TR DeviceManager to connect to these already connected devices.
If portal server / DeviceDB is not running yet when gateway starts the initial event firing will fail. Handle this by retrying the initial event firing until DeviceDB is available.
Should be realized as a plugin (would then depend on #306).