itm / testbed-runtime

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

Confusing detached/attached events due to driver workaround #399

Open danbim opened 9 years ago

danbim commented 9 years ago

Due to a workaround done some time ago (https://github.com/itm/wsn-device-drivers/issues/148) TelosB devices are disconnected and reconnected after each flash operation. As the detach / attach events are communicated to the user and displayed in the GUI users are confused.

See https://github.com/itm/testbed-runtime/blob/develop/iwsn-gateway/src/main/java/de/uniluebeck/itm/tr/iwsn/gateway/SingleDeviceAdapter.java#L460.

danbim commented 9 years ago

See #370