Giter Site home page Giter Site logo

rbhushan90 / pybluez Goto Github PK

View Code? Open in Web Editor NEW

This project forked from karulis/pybluez

0.0 1.0 0.0 442 KB

Bluetooth Python extension module

Home Page: http://karulis.github.io/pybluez/

License: GNU General Public License v2.0

Python 37.49% C 23.69% Objective-C 27.49% C++ 11.32%

pybluez's Introduction

PyBluez

Python extension module allowing access to system Bluetooth resources.

https://github.com/karulis/pybluez

EXAMPLES:

# simple inquiry example
import bluetooth

nearby_devices = bluetooth.discover_devices(lookup_names=True)
print("found %d devices" % len(nearby_devices))

for addr, name in nearby_devices:
    print("  %s - %s" % (addr, name))
# bluetooth low energy scan
from bluetooth.ble import DiscoveryService

service = DiscoveryService()
devices = service.discover(2)

for address, name in devices.items():
    print("name: {}, address: {}".format(name, address))

GNU/Linux and Windows XP examples:

GNU/Linux only examples:

GNU/Linux experimental BLE support:

CONTACT:

Please use the mailing list at
http://groups.google.com/group/pybluez/

INSTALLATION:

Use pip(there are also binaries for Windows platform on PyPi):

pip install pybluez

For experimental Bluetooth Low Energy support(only for Linux platform - for additional dependencies please take look at: ble-dependencies):

pip install pybluez[ble]

For source installation:

python setup.py install

for Bluetooth Low Energy support:

pip install -e .[ble]

BUILD REQUIREMENTS:

GNU/Linux:

  • Python 2.3 or more recent version
  • Python distutils (standard in most Python distros, separate package python-dev in Debian)
  • BlueZ libraries and header files

Windows:

  • Microsoft Windows XP SP1 or Windows Vista/7/8/8.1
  • Visual C++ 2010 Express for build for Python 3.3 or newer
  • Visual C++ 2008 Express for build for Python 3.2 or older
  • In order to build 64-bit debug and release executables, Visual Studio 2008/2010 Standard Edition is required
  • Widcomm BTW development kit 5.0 or later (Optional)
  • Python 2.3 or more recent version

Mac OS X (Unstable - tested only on OS X 10.10/10.11):

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

pybluez's People

Contributors

karulis avatar traviswpeters avatar rgov avatar thomasleveil avatar youngbo89 avatar cspensky avatar rkarabut avatar kedos avatar b4be1 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.