| 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 | Installing UmitBT |
|---|
| 10 | ================ |
|---|
| 11 | Windows: |
|---|
| 12 | Use the integrated installer.Check http://umitbt.umitproject.org for more info. |
|---|
| 13 | |
|---|
| 14 | Linux and Mac OSX: |
|---|
| 15 | To use UmitBT, you will need a version of PyBluez[1] if your on GNU Linux |
|---|
| 16 | or LightBlue[2] if your using Mac OSX. |
|---|
| 17 | -To install. |
|---|
| 18 | $ python setup.py |
|---|
| 19 | -To run UmitBT |
|---|
| 20 | $ umitbluetooth |
|---|
| 21 | |
|---|
| 22 | Using UmitBT |
|---|
| 23 | ================ |
|---|
| 24 | By default, Service Discovery Protocol scan is turned off. To enable SDP scan, |
|---|
| 25 | click on the SDP option under Preference or alternatively use the <ctrl> + S hotkey. |
|---|
| 26 | Do take note that SDP scanning would take a considerable amount of time to complete |
|---|
| 27 | depending on the amount of the devices. Once the devices have been probed, the |
|---|
| 28 | respective devices are mapped out. To view the information associated to the device |
|---|
| 29 | such as device name, manufacturer and even the SDP scan info, do double-click on the |
|---|
| 30 | respective icon. UmitBT loads or saves results on a ubt file. A ubt file(*.ubt) |
|---|
| 31 | created is unique to UmitBT. |
|---|
| 32 | |
|---|
| 33 | |
|---|
| 34 | Have fun! |
|---|
| 35 | |
|---|
| 36 | More information about the project can be found in: |
|---|
| 37 | |
|---|
| 38 | http://umitbt.umitproject.org |
|---|
| 39 | http://blog.umitproject.org/ |
|---|
| 40 | |
|---|
| 41 | Att, Devtar Singh. |
|---|
| 42 | |
|---|
| 43 | [1] http://pybluez.googlecode.com/ |
|---|
| 44 | [2] http://lightblue.sourceforge.net/ |
|---|