itm / wsn-device-utils

A set of command line utils to reprogram, reset, listen to, ... wireless sensor network devices
2 stars 5 forks source link

DeviceMacReader must not use DeviceObserver events if the device supports reading the MAC address #14

Closed danbim closed 13 years ago

danbim commented 13 years ago

Given the user passes the device type pacemate or isense it is not necessary to execute DeviceObserver.getEvents() but reading the MAC address can be done without this. This can cause problems on platforms where the devicelist script is not supported e.g., because it has no perl installed.