public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] Bluez Ported on uClinux
@ 2005-01-21  3:11 안희준
  2005-01-21  9:30 ` Erwin Authried
  0 siblings, 1 reply; 2+ messages in thread
From: 안희준 @ 2005-01-21  3:11 UTC (permalink / raw)
  To: BlueZ Mailing List

[-- Attachment #1: Type: text/plain, Size: 1105 bytes --]

Dear BlueZers,

Recently I ported Bluez (kernel stack, and lib and utils) on uClinux (Arm cored Conexant Network Processor Machine). 
Why? I couldn't find any port (usually the Makefiles) on the web, and saw several unclearly answered questions on the mailing list. 

Now, I works very well for PAN and SPP (which is my major applications so far): however, it works excellent but It does not work very well with Windows application provided my dongle provider (CSR-based AirBird USB class 1).   Especially it take too long time to make pan connection (around 30 secs), though it it works ok after the long connection time. 


Here I ask some help request !

 -  Is there any way to make the ip assigning process automatically?

     > pand --listen --master --role GN

    .....

     >ifconfig bnep0  192.168.7.1 

     Is there any way to make the ifconfig automatically?  

    
 -  I cannot handle shared library very well. So I am using it with static library. 
    Is there anyone who success with shared library in uClinux and Bluez lib and utils?



Thanks.


Heejune

[-- Attachment #2: Type: text/html, Size: 2133 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Bluez-users] Bluez Ported on uClinux
  2005-01-21  3:11 [Bluez-users] Bluez Ported on uClinux 안희준
@ 2005-01-21  9:30 ` Erwin Authried
  0 siblings, 0 replies; 2+ messages in thread
From: Erwin Authried @ 2005-01-21  9:30 UTC (permalink / raw)
  To: bluez-users@lists.sourceforge.net

Am Fre, den 21.01.2005 schrieb =EC=95=88=ED=9D=AC=EC=A4=80 um 4:11:
>         Dear BlueZers,
>        =20
>         =20
>        =20
>         Recently I ported Bluez (kernel stack, and lib and utils) on
>         uClinux (Arm cored Conexant Network Processor Machine).=20
>        =20
>         Why? I couldn't find any port (usually the Makefiles) on the
>         web, and saw several unclearly answered questions on the
>         mailing list.=20
>        =20
>         =20
>        =20
>         Now, I works very well for PAN and SPP (which is my major
>         applications so far): however, it works excellent but It does
>         not work very well with Windows application provided my dongle
>         provider (CSR-based AirBird USB class 1).   Especially it take
>         too long time to make pan connection (around 30 secs), though
>         it it works ok after the long connection time.=20
>        =20
>         =20
>        =20
>         =20
>        =20
>         Here I ask some help request !
>        =20
>         =20
>        =20
>          -  Is there any way to make the ip assigning process
>         automatically?
>        =20
>         =20
>        =20
>              > pand --listen --master --role GN
>        =20
>         =20
>        =20
>             .....
>        =20
>         =20
>        =20
>              >ifconfig bnep0  192.168.7.1=20
>        =20
>         =20
>        =20
>              Is there any way to make the ifconfig automatically? =20
>        =20
>         =20
>        =20
>            =20
>        =20
>          -  I cannot handle shared library very well. So I am using it
>         with static library.=20
>        =20
>             Is there anyone who success with shared library in uClinux
>         and Bluez lib and utils?
>        =20
Hi,

for the uClinux port, no Makefile changes are required. You just need a
few options for "configure". Look at http://cvs.home.at/midori/sources/,
you can find the build scripts in bluez-libs-2.10 and bluez-utils-2.10.
=20
The ifconfig should be done in /etc/bluetooth/pan/dev-up. My script
looks like this:
------------------------
#!/bin/sh
# IP and BT_GATEWAY are exported from /etc/rc
ifconfig $1 $IP
test -z $BT_GATEWAY || route add default gw $BT_GATEWAY
------------------------
The script is called automatically by pand.=20
I'm not aware of shared library support for ARM.=20

Regards,
Erwin




-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-01-21  9:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-21  3:11 [Bluez-users] Bluez Ported on uClinux 안희준
2005-01-21  9:30 ` Erwin Authried

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox