sysnetlab / SenSee

SenSee
GNU General Public License v3.0
0 stars 1 forks source link

add support for bluetooth sensor #23

Open SagarPandit01 opened 7 years ago

SagarPandit01 commented 7 years ago

From @graychan on April 29, 2014 19:22

Android devices has Bluetooth capability and can receive channel information, such as RSSI data. (1) Creating BluetoothSensor by extending VirtualSensor (2) Creating an interface to allow users to choose which Bluetooth channel (which access point and which channel) to monitor

Copied from original issue: sysnetlab/SensorDataCollector#3