Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #8471
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <balle@chaostal.de> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'python,': 0.01; 'url:sourceforge': 0.02; 'python.': 0.04; 'subject:Python': 0.06; 'python': 0.08; 'content-type:multipart/signed': 0.09; 'filename:fname piece:signature': 0.09; 'googling': 0.09; 'library': 0.15; 'content-type:application/pgp-signature': 0.16; 'filename:fname piece:asc': 0.16; 'filename:fname:signature.asc': 0.16; 'jython': 0.16; 'library?': 0.16; 'language,': 0.17; 'programming': 0.18; 'seems': 0.20; 'maybe': 0.22; 'header:In- Reply-To:1': 0.22; '-0700': 0.23; 'thats': 0.23; 'url:code': 0.23; '2009.': 0.25; 'developing': 0.27; "i'm": 0.27; 'nov': 0.28; 'all,': 0.28; 'url:)': 0.30; '2009)': 0.30; 'sun,': 0.30; 'url:projects': 0.30; 'thanks': 0.30; 'hi,': 0.30; '2009': 0.31; 'it.': 0.33; 'it?': 0.34; 'there': 0.34; 'however,': 0.34; 'to:addr:python-list': 0.34; 'then.': 0.35; 'help,': 0.35; 'stopped': 0.35; 'switch': 0.35; 'charset:us-ascii': 0.36; 'but': 0.37; 'some': 0.37; 'subject:: ': 0.38; 'header:Mime-Version:1': 0.39; 'to:addr:python.org': 0.39; 'under': 0.39; "i'd": 0.40; 'your': 0.61; 'url:net': 0.61; 'url:p': 0.63; 'jun': 0.67; '(pdt)': 0.84; 'schrieb': 0.84 |
| Date | Sun, 26 Jun 2011 19:07:56 +0200 |
| From | Bastian Ballmann <balle@chaostal.de> |
| To | python-list@python.org |
| Subject | Re: Python Bluetooth |
| In-Reply-To | <326aded1-5769-4555-a842-403c815d8a9d@j15g2000yqf.googlegroups.com> |
| References | <326aded1-5769-4555-a842-403c815d8a9d@j15g2000yqf.googlegroups.com> |
| X-Mailer | Claws Mail 3.7.9 (GTK+ 2.24.5; i686-pc-linux-gnu) |
| Mime-Version | 1.0 |
| Content-Type | multipart/signed; micalg=PGP-SHA1; boundary="Sig_/V9QYEiAydLPe++uxBkpdgi6"; protocol="application/pgp-signature" |
| X-Virus-Scanned | Debian amavisd-new at lucy.chaostal.de |
| 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.420.1309108144.1164.python-list@python.org> (permalink) |
| Lines | 53 |
| NNTP-Posting-Host | 82.94.164.166 |
| X-Trace | 1309108144 news.xs4all.nl 4355 [::ffff:82.94.164.166]:37214 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:8471 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
Hi, you can have a look at http://lightblue.sourceforge.net/ but it also seems to be unactive since end of 2009. If you really need a lib thats still under active development and you dont want to switch to C maybe http://sourceforge.net/projects/javabluetooth/ together with Jython is an option? HTH && Greets Basti Am Sun, 26 Jun 2011 08:32:27 -0700 (PDT) schrieb Valentin de Pablo Fouce <thimxx@gmail.com>: > 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? > > Has anybody any advice about it? > > For me, the key is to develop in bluetooth, so I'm flexible in > programming language, although I'd like to go on python. > > Thanks for your help, > > Valentin
Back to comp.lang.python | Previous | Next — Previous in thread | Next 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