Show
Ignore:
Timestamp:
08/31/08 20:46:16 (5 years ago)
Author:
devtar
Message:

For UmitBT 0.71RC2. Versioning rectified across several files.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branch/UmitBluetooth/README

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