Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #8492
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <dan.kluev@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.002 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'python,': 0.01; 'subject:Python': 0.06; 'wrapper': 0.07; 'python': 0.08; 'googling': 0.09; 'am,': 0.13; 'received:209.85.214.174': 0.13; 'received:mail-iw0-f174.google.com': 0.13; 'wrote:': 0.15; 'library': 0.15; 'library?': 0.16; 'written': 0.17; 'mon,': 0.17; 'seems': 0.20; 'header:In-Reply-To:1': 0.22; 'url:code': 0.23; 'fine': 0.26; 'developing': 0.27; "i'm": 0.27; 'nov': 0.28; 'received:209.85.214': 0.28; 'message-id:@mail.gmail.com': 0.28; 'all,': 0.28; '27,': 0.29; 'url:)': 0.30; '2009)': 0.30; '2009': 0.31; 'it.': 0.33; 'there': 0.34; 'however,': 0.34; 'to:addr :python-list': 0.34; 'daniel': 0.34; 'then.': 0.35; 'uses': 0.35; 'stopped': 0.35; 'received:google.com': 0.37; 'some': 0.37; 'using': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'your': 0.61; 'url:p': 0.63; 'jun': 0.67 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=8fz7qf1dIlnUZYgLFZlET+nrgTyjEBhmw7Y6kBP31nA=; b=QaxWbEjuHCoo/Fbpt6Pt6UkWkyVrTMVwl0b6MdKgiVeexbN0oKzWBKN5iVTSdzeFv6 GZ5ZH0uCVZIhPCjT9vXtw/5L0KJ9CG45/rLYMimAT5pC9lXPMzEXOigRZp9QEnLkRf2/ lpFpHoyJoLgTUCuMniVo+zgV7stjkFZJ/Gttw= |
| DomainKey-Signature | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=R2CZhx2kAdv0oH8bM+m67IxqEjJoye4iaqh6BvQHD1OaTK76AcD+QDyvqDt6aXMRHr AWc/uAZQ2SSldLTgrmoUznZPtDiDHSqEVxgbwyyhtbJCwklh+FEDwn4V/DVHXEE+tR/e WVjqLetErQUsybN7oFJwymgK6bQTwwZ3rQHCE= |
| MIME-Version | 1.0 |
| In-Reply-To | <326aded1-5769-4555-a842-403c815d8a9d@j15g2000yqf.googlegroups.com> |
| References | <326aded1-5769-4555-a842-403c815d8a9d@j15g2000yqf.googlegroups.com> |
| Date | Mon, 27 Jun 2011 17:36:19 +1100 |
| Subject | Re: Python Bluetooth |
| From | Daniel Kluev <dan.kluev@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.437.1309156581.1164.python-list@python.org> (permalink) |
| Lines | 17 |
| NNTP-Posting-Host | 82.94.164.166 |
| X-Trace | 1309156581 news.xs4all.nl 4364 [::ffff:82.94.164.166]:48147 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:8492 |
Show key headers only | View raw
On Mon, Jun 27, 2011 at 2:32 AM, Valentin de Pablo Fouce <thimxx@gmail.com> wrote: > Hi all, > > I'm looking for developing a bluetooth application in python, and I'm > looking for the most suitable python library for it. Googling some > time I found pyBluez (http://code.google.com/p/pybluez/), however, the > library seems to be stopped since end 2009 (latest update Nov 2009) > and not to many work since then. Is there any other library? blueman is written in python and works fine with latest bluez lib. It uses dbus for interaction with bluez, you can try using their wrapper for your own app. -- With best regards, Daniel Kluev
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Python Bluetooth Valentin de Pablo Fouce <thimxx@gmail.com> - 2011-06-26 08:32 -0700 Re: Python Bluetooth Bastian Ballmann <balle@chaostal.de> - 2011-06-26 19:07 +0200 Re: Python Bluetooth Terry Reedy <tjreedy@udel.edu> - 2011-06-26 13:37 -0400 Re: Python Bluetooth Bastian Ballmann <balle@chaostal.de> - 2011-06-26 20:39 +0200 Re: Python Bluetooth Daniel Kluev <dan.kluev@gmail.com> - 2011-06-27 17:36 +1100
csiph-web