itm / testbed-runtime

WISEBED Wireless Sensor Network Testbed Infrastructure Software
https://github.com/itm/testbed-runtime/wiki
15 stars 11 forks source link

Implement SmartSantander EventBroker integration #288

Closed danbim closed 11 years ago

danbim commented 11 years ago

Should be realized as a plugin (would then depend on #306).

danbim commented 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.

danbim commented 11 years ago

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.