* [Bluez-users] Bluetooth ans Scripts
@ 2005-04-12 16:20 Joerg Platte
2005-04-12 20:56 ` Marco Trudel
2005-04-13 13:01 ` Marcel Holtmann
0 siblings, 2 replies; 5+ messages in thread
From: Joerg Platte @ 2005-04-12 16:20 UTC (permalink / raw)
To: bluez-users
Hi!
Currently I'm doing some Bluetooth connection and performance tests. I wa=
nt to=20
create connections, park them and transfer data and so on. I could write =
a C=20
program doing all this stuff, but this may take a long time and is not=20
flexible. Does anyone know a Bluez-"frontend" written in a high level=20
(Script) language which is capable of doing all kind of connection handli=
ng=20
and data transfer?
regards,
J=F6rg
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-users] Bluetooth ans Scripts
2005-04-12 16:20 [Bluez-users] Bluetooth ans Scripts Joerg Platte
@ 2005-04-12 20:56 ` Marco Trudel
2005-04-13 13:12 ` Stephen Crane
2005-04-14 6:42 ` Joerg Platte
2005-04-13 13:01 ` Marcel Holtmann
1 sibling, 2 replies; 5+ messages in thread
From: Marco Trudel @ 2005-04-12 20:56 UTC (permalink / raw)
To: bluez-users
Joerg Platte wrote:
> Hi!
>
> Currently I'm doing some Bluetooth connection and performance tests. I want to
> create connections, park them and transfer data and so on.
As much as I know, you won't find bluetooth hardware that supports parking.
respectively, you might park devices, but you won't be able to have up to
248 parked and 7 active devices...
the limit of 7 stays...
> I could write a C
> program doing all this stuff, but this may take a long time and is not
> flexible. Does anyone know a Bluez-"frontend" written in a high level
> (Script) language which is capable of doing all kind of connection handling
> and data transfer?
java, jsr82?
regards
Marco
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-users] Bluetooth ans Scripts
2005-04-12 20:56 ` Marco Trudel
@ 2005-04-13 13:12 ` Stephen Crane
2005-04-14 6:42 ` Joerg Platte
1 sibling, 0 replies; 5+ messages in thread
From: Stephen Crane @ 2005-04-13 13:12 UTC (permalink / raw)
To: bluez-users
[-- Attachment #1: Type: text/plain, Size: 944 bytes --]
On Tue, 2005-04-12 at 22:56 +0200, Marco Trudel wrote:
> Joerg Platte wrote:
> > Hi!
> >
> > Currently I'm doing some Bluetooth connection and performance tests. I want to
> > create connections, park them and transfer data and so on.
>
> As much as I know, you won't find bluetooth hardware that supports parking.
> respectively, you might park devices, but you won't be able to have up to
> 248 parked and 7 active devices...
> the limit of 7 stays...
>
> > I could write a C
> > program doing all this stuff, but this may take a long time and is not
> > flexible. Does anyone know a Bluez-"frontend" written in a high level
> > (Script) language which is capable of doing all kind of connection handling
> > and data transfer?
>
> java, jsr82?
Or even a Groovy version of JSR82?
Steve
--
Stephen Crane, Rococo Software Ltd. http://www.rococosoft.com
steve.crane@rococosoft.com +353-1-6601315 (ext 209)
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-users] Bluetooth ans Scripts
2005-04-12 20:56 ` Marco Trudel
2005-04-13 13:12 ` Stephen Crane
@ 2005-04-14 6:42 ` Joerg Platte
1 sibling, 0 replies; 5+ messages in thread
From: Joerg Platte @ 2005-04-14 6:42 UTC (permalink / raw)
To: bluez-users
Am Dienstag, 12. April 2005 22:56 schrieb Marco Trudel:
Hi!
> As much as I know, you won't find bluetooth hardware that supports park=
ing.
> respectively, you might park devices, but you won't be able to have up =
to
> 248 parked and 7 active devices...
> the limit of 7 stays...
That's not a problem. 7 connections are sufficient. But a parked device d=
oes=20
not alter the performance of other active devices.
> > I could write a C
> > program doing all this stuff, but this may take a long time and is no=
t
> > flexible. Does anyone know a Bluez-"frontend" written in a high level
> > (Script) language which is capable of doing all kind of connection
> > handling and data transfer?
>
> java, jsr82?
Java maybe an option, but I think it's like using a C program.
regards,
J=F6rg
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-users] Bluetooth ans Scripts
2005-04-12 16:20 [Bluez-users] Bluetooth ans Scripts Joerg Platte
2005-04-12 20:56 ` Marco Trudel
@ 2005-04-13 13:01 ` Marcel Holtmann
1 sibling, 0 replies; 5+ messages in thread
From: Marcel Holtmann @ 2005-04-13 13:01 UTC (permalink / raw)
To: bluez-users
Hi Joerg,
> Currently I'm doing some Bluetooth connection and performance tests. I want to
> create connections, park them and transfer data and so on. I could write a C
> program doing all this stuff, but this may take a long time and is not
> flexible. Does anyone know a Bluez-"frontend" written in a high level
> (Script) language which is capable of doing all kind of connection handling
> and data transfer?
I actually have plans for a Bluetooth script language, but besides the
idea and some basic concepts nothing has been done so far.
Regards
Marcel
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-04-14 6:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-12 16:20 [Bluez-users] Bluetooth ans Scripts Joerg Platte
2005-04-12 20:56 ` Marco Trudel
2005-04-13 13:12 ` Stephen Crane
2005-04-14 6:42 ` Joerg Platte
2005-04-13 13:01 ` Marcel Holtmann
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.