* [Bluez-users] Limitation of emulator ?
@ 2004-02-10 7:34 Varat Chaikasetsin
2004-02-10 8:23 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: Varat Chaikasetsin @ 2004-02-10 7:34 UTC (permalink / raw)
To: bluez-users
Hello ,
I'm doing my final year project about routing in Scatternet.I need to have
lots of BT devices for this project so I decided to use "hciemu" to simulate
many BT devices instead of using the real ones.
Everthing seems to be allright with that emulator but now I'm facing a big
problem. I can't simulate BT device more than 15 devices (hci0 - hci15).I
use "hciemu localhost:xx" command to simulated all devices.
Moreover, when I've simulated 15 devices then pluged the USB device in ,I
can't see or use that USB device by using "hciconfig" command.
What am I doing wrong? what should I do ? or it's a limitation of the
emulator ?
Thanks for your help.
Regards,
Varat
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-users] Limitation of emulator ?
2004-02-10 7:34 [Bluez-users] Limitation of emulator ? Varat Chaikasetsin
@ 2004-02-10 8:23 ` Marcel Holtmann
2004-02-12 7:01 ` [Bluez-users] " Varat Chaikasetsin
0 siblings, 1 reply; 4+ messages in thread
From: Marcel Holtmann @ 2004-02-10 8:23 UTC (permalink / raw)
To: Varat Chaikasetsin; +Cc: BlueZ Mailing List
Hi Varat,
> I'm doing my final year project about routing in Scatternet.I need to have
> lots of BT devices for this project so I decided to use "hciemu" to simulate
> many BT devices instead of using the real ones.
> Everthing seems to be allright with that emulator but now I'm facing a big
> problem. I can't simulate BT device more than 15 devices (hci0 - hci15).I
> use "hciemu localhost:xx" command to simulated all devices.
> Moreover, when I've simulated 15 devices then pluged the USB device in ,I
> can't see or use that USB device by using "hciconfig" command.
> What am I doing wrong? what should I do ? or it's a limitation of the
> emulator ?
the kernel side has no limit of attached devices, but the userspace
tools like hciconfig etc. are limited to maximal 16 devices.
Regards
Marcel
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bluez-users] Re: Limitation of emulator ?
2004-02-10 8:23 ` Marcel Holtmann
@ 2004-02-12 7:01 ` Varat Chaikasetsin
2004-02-12 8:11 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: Varat Chaikasetsin @ 2004-02-12 7:01 UTC (permalink / raw)
To: bluez-users
Hi Marcel
> Hi Varat,
> > I'm doing my final year project about routing in Scatternet.I need to
have
> > lots of BT devices for this project so I decided to use "hciemu" to
simulate
> > many BT devices instead of using the real ones.
> > Everthing seems to be allright with that emulator but now I'm facing a
big
> > problem. I can't simulate BT device more than 15 devices (hci0 - hci15).I
> > use "hciemu localhost:xx" command to simulated all devices.
> > Moreover, when I've simulated 15 devices then pluged the USB device
in ,I
> > can't see or use that USB device by using "hciconfig" command.
> > What am I doing wrong? what should I do ? or it's a limitation of the
> > emulator ?
>
> the kernel side has no limit of attached devices, but the userspace
> tools like hciconfig etc. are limited to maximal 16 devices.
>
> Regards
>
> Marcel
I've tried to change the HCI_MAX_DEV parameter in " bluez-libs-
2.4/include/hci.h " before reinstalling it as your suggestion.After that, I
intalled these utilities
bluez-utils-2.3
bluez-pan-1.1
bluez-sdp-1.5
bluez-bluefw-1.0
bluez-hcidump-1.5
bluez-hciemu-1.0
first time that I changed it's max number to 8 it worked. I can simulate
only 8 device but later, when I try to change it to other value and reintall
all of libraries and uitilities the way I did before ,it doesn't work !.
What am I doing wrong ? or Do I have to install libraries and utilities in
order ?
Regards,
Varat
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-users] Re: Limitation of emulator ?
2004-02-12 7:01 ` [Bluez-users] " Varat Chaikasetsin
@ 2004-02-12 8:11 ` Marcel Holtmann
0 siblings, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2004-02-12 8:11 UTC (permalink / raw)
To: Varat Chaikasetsin; +Cc: BlueZ Mailing List
Hi Varat,
> I've tried to change the HCI_MAX_DEV parameter in " bluez-libs-
> 2.4/include/hci.h " before reinstalling it as your suggestion.After that, I
> intalled these utilities
>
> bluez-utils-2.3
> bluez-pan-1.1
> bluez-sdp-1.5
> bluez-bluefw-1.0
> bluez-hcidump-1.5
> bluez-hciemu-1.0
>
> first time that I changed it's max number to 8 it worked. I can simulate
> only 8 device but later, when I try to change it to other value and reintall
> all of libraries and uitilities the way I did before ,it doesn't work !.
> What am I doing wrong ? or Do I have to install libraries and utilities in
> order ?
maybe you have to recompile everything. The install order is bluez-libs,
bluez-utils and then the rest.
Regards
Marcel
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-02-12 8:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-10 7:34 [Bluez-users] Limitation of emulator ? Varat Chaikasetsin
2004-02-10 8:23 ` Marcel Holtmann
2004-02-12 7:01 ` [Bluez-users] " Varat Chaikasetsin
2004-02-12 8:11 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox