itm / testbed-runtime

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

Configured timeouts ignored by REST API #261

Closed danbim closed 10 years ago

danbim commented 10 years ago

Instead of using fixed timeouts read device configurations from DeviceDB and cache the timeout values configured there. The cache could be designed in a way that it periodically refreshes it's timeout values for every node configured in the testbed. If no timeout is set for a specific node a default value should be used which is equal to the constant values currently used.

danbim commented 10 years ago

Will be solved together with https://github.com/itm/testbed-runtime/issues/331.