itm / wsn-device-drivers

Drivers for Wireless Sensor Network Devices
Other
6 stars 4 forks source link

Remove all iSense message handling and replace it by a plain Input and OutputStream #2

Closed mlegenhausen closed 13 years ago

mlegenhausen commented 13 years ago

Currently the device drivers parse iSense messages. Cause this has to be handled by an more upper layer this has to be removed from the drivers.

mlegenhausen commented 13 years ago

The question is now is the send operation anymore needed?

mlegenhausen commented 13 years ago

The are no more listener for isense packages. All received data can now be read from the input stream provided by the device. The output stream can be used by the send method which now accepts bytes instead of a messagepacket.