GithubHelp home page GithubHelp logo

hiaselhans / pybluez Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pybluez/pybluez

0.0 2.0 0.0 694 KB

Bluetooth Python extension module

Home Page: https://pybluez.readthedocs.io/

License: GNU General Public License v2.0

Python 18.47% C 15.71% Objective-C 15.40% CSS 1.21% HTML 49.20%

pybluez's Introduction

PyBluez

Build Status

The PyBluez module allows Python code to access the host machine's Bluetooth resources.

Platform Support

Linux Raspberry Pi macOS Windows
✔️ ✔️ ✔️ ✔️

Python Version Support

Python 2 Python 3 (min 3.5)
Till Version 0.22 Version 0.23 and newer

Contributors Wanted

This project is not under active development. Contributions are strongly desired to resolve compatibility problems on newer systems, address bugs, and improve platform support for various features.

Examples

# simple inquiry example
import bluetooth

nearby_devices = bluetooth.discover_devices(lookup_names=True)
print("Found {} devices.".format(len(nearby_devices)))

for addr, name in nearby_devices:
    print("  {} - {}".format(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 file bugs to the issue tracker. Questions can be asked on the mailing list hosted on Google Groups, but unfortunately it is not very active.

Installation

Please refer to the installation instructions.

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

abdur-rahmaanj avatar arusekk avatar askpatrickw avatar b1ack0wl avatar beadysea avatar btashton avatar c-w avatar cclauss avatar colatkinson avatar cspensky avatar dogtopus avatar duboviy avatar eduardomarossi avatar flokx avatar haim0n avatar hugovk avatar karulis avatar kedos avatar laksh225 avatar methane avatar michalmaruska avatar muellermartin avatar rgov avatar rkarabut avatar sabreatom avatar thomasleveil avatar traviswpeters avatar vlovich avatar youngbo89 avatar zeripath avatar

Watchers

 avatar  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.