Kizoku-Dev / pybluez

Automatically exported from code.google.com/p/pybluez
GNU General Public License v2.0
0 stars 0 forks source link

PyBluez

Python extension module allowing access to system Bluetooth resources.

http://code.google.com/p/pybluez

BUILD REQUIREMENTS:

GNU/Linux:

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