Manuel, Yes, you got that right. I assume you are using obexftp in a bash script? Then my assumption was correct to use OBEX_Init() / BtOBEX_TransportConnect() / ... / OBEX_Cleanup() for each connection (client). Is there anything wrong (collision) if two or more clients have the same obex-push port number? I remember making my server unresponsive when incidently using port number 10 when sending the file (probably because it collided with a port number of the SDP server?). This was before I knew how to identify which port number to use. :)
Thanks, Boris > Boris, > What do you want to achieve? Send the same file at the same time to > multiple devices? If I'm not wrong there's no way you can achieve > that, Obex FTP (from the Bluetooth specs) is implemented over rfcomm, > and not over piconet, so the specs doesn't support sending the same > file more than once. > Oops sorry, I got your point, you want to know if with only one hci > device you can different send files to up to 7 different devices at > the same time? Yes you can do that, and OpenObex supports it, just > because BlueZ does. I had used that lots of time. At our company we > are uploading 5*N files at the same time, where N is the number of HCI > devices connected to the computer. We decided to do 5 and not 7 per > hci to not get the full bandwith loaded. If you want I can send you > our bash scripts and you can take a look, those are GPL, but are not > in the web yet, I had to add them to the svn repository of the > company. > Cheers, > Manuel > > > > Manuel, > > > > The provided enhancement is not what I was talking about. I would like to > handle > > multiple concurrent connections from one HCI device. The suggested > enhancement > > only gives you the choice to select from many HCI devices, but the > > communication is still 1 to 1. > > > > Regards, > > Boris > > > > > Check this out: http://dev.zuckschwerdt.org/obexftp/ticket/3 > > > This patch makes obexftp handle multipleconnections, something that > > > openObex was supporting but that ObexFTP wasn't. > > > I think, that as long as you don't try to get multiple connections to > > > the same target, OpenObex is trade safe. > > > Let me know if you need something. > > > Thanks, > > > Manuel > > > > > > > Hi everybody, > > > > > > > > I have read somewhere that one BT device supports up to 7 concurrent > > > > connections. I wonder if OpenOBEX supports this? If so, how do I use > > > concurrent > > > > connections? > > > > > > > > Do I use OBEX_Init() / BtOBEX_TransportConnect() / ... / OBEX_Cleanup() > for > > > each > > > > connection? > > > > > > > > Or is OBEX_Init() / OBEX_Cleanup() pair used for all connections and I > have > > > to > > > > use some other function to distinguish between different connections? > > > > > > > > Furthermore, is OpenOBEX thread safe (so I can use each connection in > > > different > > > > thread)? > > > > > > > > Thanks, > > > > Boris > > > > > ___________________________________________________________________________ > > > > NajhitrejÄšÄ�i brezplaĂ��ni klicni dostop :: Varno in zanesljivo > po > > internetu > > > > ObiÄšÄ�Ă��ite http://www.dialup386.com/ > > > > > > > > > ------------------------------------------------------------------------- > > > > This SF.net email is sponsored by DB2 Express > > > > Download DB2 Express C - the FREE version of DB2 express and take > > > > control of your XML. No limits. Just data. Click to get it now. > > > > http://sourceforge.net/powerbar/db2/ > > > > _______________________________________________ > > > > Openobex-users mailing list > > > > [email protected] > > > > http://lists.sourceforge.net/lists/listinfo/openobex-users > > > > > > > > > > > > > -- > > > Naranjo, Manuel Francisco > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by DB2 Express > > > Download DB2 Express C - the FREE version of DB2 express and take > > > control of your XML. No limits. Just data. Click to get it now. > > > http://sourceforge.net/powerbar/db2/ > > > _______________________________________________ > > > Openobex-users mailing list > > > [email protected] > > > http://lists.sourceforge.net/lists/listinfo/openobex-users > > > > > > > > > > > ___________________________________________________________________________ > > NajhitrejĹĄi brezplaÄ�ni klicni dostop :: Varno in zanesljivo po internetu > > ObiĹĄÄ�ite http://www.dialup386.com/ > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by DB2 Express > > Download DB2 Express C - the FREE version of DB2 express and take > > control of your XML. No limits. Just data. Click to get it now. > > http://sourceforge.net/powerbar/db2/ > > _______________________________________________ > > Openobex-users mailing list > > [email protected] > > http://lists.sourceforge.net/lists/listinfo/openobex-users > > > > > -- > Naranjo, Manuel Francisco > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Openobex-users mailing list > [email protected] > http://lists.sourceforge.net/lists/listinfo/openobex-users > ___________________________________________________________________________ Najhitrejši brezplačni klicni dostop :: Varno in zanesljivo po internetu Obiščite http://www.dialup386.com/ ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Openobex-users mailing list [email protected] http://lists.sourceforge.net/lists/listinfo/openobex-users
