|
Revision 3523, 1.3 kB
(checked in by devtar, 5 years ago)
|
|
|
| Line | |
|---|
| 1 | About UmitBT |
|---|
| 2 | ================ |
|---|
| 3 | UmitBT is a GUI based Bluetooth device scanner which does manufacturer detection. |
|---|
| 4 | With UmitBT, not only are you able to probe for Bluetooth enabled devices, but |
|---|
| 5 | also perform Service Discovery scans and identify the device based on the |
|---|
| 6 | manufacturer of the device. The devices are then mapped out graphically based |
|---|
| 7 | on the devices manufacturer. |
|---|
| 8 | |
|---|
| 9 | Using UmitBT |
|---|
| 10 | ================ |
|---|
| 11 | |
|---|
| 12 | To use UmitBT, you will need a version of PyBluez[1] if your on GNU Linux or Windows |
|---|
| 13 | and LightBlue[2] if your using Mac OSX. By default, Service Discovery Protocol scan |
|---|
| 14 | is turned off. To enable SDP scan, click on the SDP option under |
|---|
| 15 | Preference or alternatively use the <ctrl> + S hotkey. Do take note that SDP scanning |
|---|
| 16 | would take a considerable amount of time to complete depending on the amount of the |
|---|
| 17 | devices. Once the devices have been probed, the respective devices are mapped out. |
|---|
| 18 | To view the information associated to the device such as device name, |
|---|
| 19 | manufacturer and even the SDP scan info, do double-click on the respective icon. |
|---|
| 20 | UmitBT loads or saves results on a ubt file. A ubt file(*.ubt) created is unique to |
|---|
| 21 | UmitBT. |
|---|
| 22 | |
|---|
| 23 | To start the UmitBT |
|---|
| 24 | |
|---|
| 25 | $ python umitbluetooth |
|---|
| 26 | |
|---|
| 27 | Have fun! |
|---|
| 28 | |
|---|
| 29 | More information about the project can be found in: |
|---|
| 30 | |
|---|
| 31 | http://blog.umitproject.org/ |
|---|
| 32 | |
|---|
| 33 | Att, Devtar Singh. |
|---|
| 34 | |
|---|
| 35 | [1] http://pybluez.googlecode.com/ |
|---|
| 36 | [2] http://lightblue.sourceforge.net/ |
|---|