File: README

package info (click to toggle)
pybluez 0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 524 kB
  • ctags: 776
  • sloc: ansic: 4,226; python: 2,175; cpp: 1,861; makefile: 46
file content (63 lines) | stat: -rw-r--r-- 1,840 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
PyBluez

Python extension module allowing access to system Bluetooth resources.

http://org.csail.mit.edu/pybluez

BUILD REQUIREMENTS:

  GNU/Linux:
     - Python 2.3 or Python 2.4
     - Python distutils (standard in most Python distros, separate package
                         python-dev in Debian)
     - BlueZ libraries and header files

  Windows XP:
    - Microsoft Windows XP SP1
    - Microsoft Visual Studio
    - Microsoft Windows Platform SDK
    - Widcomm BTW development kit 5.0 or later (Optional)
    - Python 2.3 or more recent version


INSTALLATION:
  from a command shell:

  # python setup.py install

EXAMPLES:
  GNU/Linux and Windows XP:

  # examples/simple/inquiry.py
  # examples/simple/sdp-browse.py
  # examples/simple/rfcomm-server.py
  # examples/simple/rfcomm-client.py

  GNU/Linux only:

  # exmaples/simple/l2capserver.py
  # exmaples/simple/l2capclient.py
  # examples/simple/asynchronous-inquiry.py
  # examples/bluezchat   (requires PyGTK)

  # examples/advanced/inquiry-with-rssi.py
  # examples/l2-unreliable-server.py
  # examples/l2-unreliable-client.py

CONTACT:
  Albert Huang <albert@csail.mit.edu>

LICENSE:

  PyBluez is free software; you can redistribute it and/or modify it under the
  terms of the GNU General Public License as published by the Free Software
  Foundation; either version 2 of the License, or (at your option) any later
  version.
  
  PyBluez is distributed in the hope that it will be useful, but WITHOUT ANY
  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
  A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  
  You should have received a copy of the GNU General Public License along with
  PyBluez; if not, write to the Free Software Foundation, Inc., 51 Franklin St,
  Fifth Floor, Boston, MA  02110-1301  USA