public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-devel] OBEX OPP/FTP implementation in Bluez
@ 2007-08-02 18:25 Udayan Singh
  2007-08-02 18:38 ` Manuel Naranjo
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Udayan Singh @ 2007-08-02 18:25 UTC (permalink / raw)
  To: BlueZ development

Hi All,

Had been going through the link of bluez wiki. On the following page:
http://wiki.bluez.org/wiki/Roadmap
----------------------------
.....
This page lists planed features, changes, etc to BlueZ in the future.
......
Transfer service
Obex Object Push Profile (OPP)
Obex File Transfer Profile (FTP)
....
----------------------------
So, isnt this implemented as of now ?

In case yes, which package should i look into else, if i am interested
in implementing the same, any views that you would like to share.

Thanks,
Udayan

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] OBEX OPP/FTP implementation in Bluez
  2007-08-02 18:25 [Bluez-devel] OBEX OPP/FTP implementation in Bluez Udayan Singh
@ 2007-08-02 18:38 ` Manuel Naranjo
  2007-08-02 18:40   ` Udayan Singh
  2007-08-02 19:17 ` Collin R. Mulliner
  2007-08-02 21:10 ` Bastien Nocera
  2 siblings, 1 reply; 9+ messages in thread
From: Manuel Naranjo @ 2007-08-02 18:38 UTC (permalink / raw)
  To: BlueZ development

Udayan,
You should check OpenObex http://dev.zuckschwerdt.org/openobex/ it's a 
great obex implementation for Linux, I'm using it with bluez every day.
Thanks,
Manuel
> Hi All,
>
> Had been going through the link of bluez wiki. On the following page:
> http://wiki.bluez.org/wiki/Roadmap
> ----------------------------
> .....
> This page lists planed features, changes, etc to BlueZ in the future.
> ......
> Transfer service
> Obex Object Push Profile (OPP)
> Obex File Transfer Profile (FTP)
> ....
> ----------------------------
> So, isnt this implemented as of now ?
>
> In case yes, which package should i look into else, if i am interested
> in implementing the same, any views that you would like to share.
>
> Thanks,
> Udayan
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> Bluez-devel mailing list
> Bluez-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-devel
>
>   


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] OBEX OPP/FTP implementation in Bluez
  2007-08-02 18:38 ` Manuel Naranjo
@ 2007-08-02 18:40   ` Udayan Singh
  2007-08-02 18:56     ` Manuel Naranjo
  0 siblings, 1 reply; 9+ messages in thread
From: Udayan Singh @ 2007-08-02 18:40 UTC (permalink / raw)
  To: BlueZ development

Hi Manuel,

Thanks for the inputs, will check the same.

Also, probably you can update the wiki for bluez ??

http://wiki.bluez.org/wiki/Transfer

as well as roadmap:
http://wiki.bluez.org/wiki/Roadmap

I think it would be a good idea to do so !!

Regards,
Udayan

On 8/3/07, Manuel Naranjo <naranjo.manuel@gmail.com> wrote:
> Udayan,
> You should check OpenObex http://dev.zuckschwerdt.org/openobex/ it's a
> great obex implementation for Linux, I'm using it with bluez every day.
> Thanks,
> Manuel
> > Hi All,
> >
> > Had been going through the link of bluez wiki. On the following page:
> > http://wiki.bluez.org/wiki/Roadmap
> > ----------------------------
> > .....
> > This page lists planed features, changes, etc to BlueZ in the future.
> > ......
> > Transfer service
> > Obex Object Push Profile (OPP)
> > Obex File Transfer Profile (FTP)
> > ....
> > ----------------------------
> > So, isnt this implemented as of now ?
> >
> > In case yes, which package should i look into else, if i am interested
> > in implementing the same, any views that you would like to share.
> >
> > Thanks,
> > Udayan
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc.
> > Still grepping through log files to find problems?  Stop.
> > Now Search log events and configuration files using AJAX and a browser.
> > Download your FREE copy of Splunk now >>  http://get.splunk.com/
> > _______________________________________________
> > Bluez-devel mailing list
> > Bluez-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/bluez-devel
> >
> >
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> Bluez-devel mailing list
> Bluez-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-devel
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] OBEX OPP/FTP implementation in Bluez
  2007-08-02 18:40   ` Udayan Singh
@ 2007-08-02 18:56     ` Manuel Naranjo
  2007-08-02 19:00       ` Udayan Singh
  2007-08-06 16:08       ` Pierre-Yves Paulus
  0 siblings, 2 replies; 9+ messages in thread
From: Manuel Naranjo @ 2007-08-02 18:56 UTC (permalink / raw)
  To: BlueZ development

Hi Udayan,
> Thanks for the inputs, will check the same.
>   
No problem :D.

> Also, probably you can update the wiki for bluez ??
>
> http://wiki.bluez.org/wiki/Transfer
>   
I can certainly update this one, and add a brief description on how to 
use obexftp and openobex with bluez.
> as well as roadmap:
> http://wiki.bluez.org/wiki/Roadmap
>   
I don't know if I can update this one, maybe in the feature BlueZ team 
want to add obex support directly in the stack.

Cheers,
Manuel

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] OBEX OPP/FTP implementation in Bluez
  2007-08-02 18:56     ` Manuel Naranjo
@ 2007-08-02 19:00       ` Udayan Singh
  2007-08-02 19:17         ` Manuel Naranjo
  2007-08-06 16:08       ` Pierre-Yves Paulus
  1 sibling, 1 reply; 9+ messages in thread
From: Udayan Singh @ 2007-08-02 19:00 UTC (permalink / raw)
  To: BlueZ development

Hi Manuel,


> > as well as roadmap:
> > http://wiki.bluez.org/wiki/Roadmap
> >
> I don't know if I can update this one, maybe in the feature BlueZ team
> want to add obex support directly in the stack.

So presently Bluez does not have obex support directly in the stack.
If I want to work on the same, ne pointers to how can I go about doing
the same ?

Thanks for all the inputs,
Udayan

>
> Cheers,
> Manuel
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] OBEX OPP/FTP implementation in Bluez
  2007-08-02 19:00       ` Udayan Singh
@ 2007-08-02 19:17         ` Manuel Naranjo
  0 siblings, 0 replies; 9+ messages in thread
From: Manuel Naranjo @ 2007-08-02 19:17 UTC (permalink / raw)
  To: BlueZ development

Udayan Singh escribi=F3:
> Hi Manuel,
>
>
>   =

>>> as well as roadmap:
>>> http://wiki.bluez.org/wiki/Roadmap
>>>
>>>       =

>> I don't know if I can update this one, maybe in the feature BlueZ team
>> want to add obex support directly in the stack.
>>     =

>
> So presently Bluez does not have obex support directly in the stack.
> If I want to work on the same, ne pointers to how can I go about doing
> the same ?
You can use openobex and obexftp (both are in the same place, openobex =

is a lib obexftp is an user app), it's the defacto obex implementation =

for linux and it works perfectly over bluetooth with bluez. It's just =

that you don't get this when you download blueZ.
What I'm not sure is that if the BlueZ guys are planning to reimplement =

Obex and add this to they're source base.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] OBEX OPP/FTP implementation in Bluez
  2007-08-02 18:25 [Bluez-devel] OBEX OPP/FTP implementation in Bluez Udayan Singh
  2007-08-02 18:38 ` Manuel Naranjo
@ 2007-08-02 19:17 ` Collin R. Mulliner
  2007-08-02 21:10 ` Bastien Nocera
  2 siblings, 0 replies; 9+ messages in thread
From: Collin R. Mulliner @ 2007-08-02 19:17 UTC (permalink / raw)
  To: BlueZ development

if you are looking for a OBEX (OOP/FTP) server then checkout:
http://www.mulliner.org/bluetooth/sobexsrv.php

Collin

On Thu, 2007-08-02 at 23:55 +0530, Udayan Singh wrote:
> Hi All,
> 
> Had been going through the link of bluez wiki. On the following page:
> http://wiki.bluez.org/wiki/Roadmap
> ----------------------------
> .....
> This page lists planed features, changes, etc to BlueZ in the future.
> ......
> Transfer service
> Obex Object Push Profile (OPP)
> Obex File Transfer Profile (FTP)
> ....
> ----------------------------
> So, isnt this implemented as of now ?
> 
> In case yes, which package should i look into else, if i am interested
> in implementing the same, any views that you would like to share.
> 
> Thanks,
> Udayan
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> Bluez-devel mailing list
> Bluez-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-devel
--
Collin R. Mulliner <collin@betaversion.net>
BETAVERSiON Systems [www.betaversion.net]
info/pgp: finger collin@betaversion.net
To know recursion, you must first know recursion.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] OBEX OPP/FTP implementation in Bluez
  2007-08-02 18:25 [Bluez-devel] OBEX OPP/FTP implementation in Bluez Udayan Singh
  2007-08-02 18:38 ` Manuel Naranjo
  2007-08-02 19:17 ` Collin R. Mulliner
@ 2007-08-02 21:10 ` Bastien Nocera
  2 siblings, 0 replies; 9+ messages in thread
From: Bastien Nocera @ 2007-08-02 21:10 UTC (permalink / raw)
  To: BlueZ development


On Thu, 2007-08-02 at 23:55 +0530, Udayan Singh wrote:
> Hi All,
> 
> Had been going through the link of bluez wiki. On the following page:
> http://wiki.bluez.org/wiki/Roadmap
> ----------------------------
> .....
> This page lists planed features, changes, etc to BlueZ in the future.
> ......
> Transfer service
> Obex Object Push Profile (OPP)
> Obex File Transfer Profile (FTP)
> ....
> ----------------------------
> So, isnt this implemented as of now ?

Will be in openobex itself, once Tadas finishes his Google Summer of
Code project (look on Google's page, under the GNOME project).


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] OBEX OPP/FTP implementation in Bluez
  2007-08-02 18:56     ` Manuel Naranjo
  2007-08-02 19:00       ` Udayan Singh
@ 2007-08-06 16:08       ` Pierre-Yves Paulus
  1 sibling, 0 replies; 9+ messages in thread
From: Pierre-Yves Paulus @ 2007-08-06 16:08 UTC (permalink / raw)
  To: BlueZ development

Hi Manuel,

>> http://wiki.bluez.org/wiki/Transfer
>>   
> I can certainly update this one, and add a brief description on how to 
> use obexftp and openobex with bluez.

I would be very interested in this howto, too. Thanks in advance for 
writing it.

Best Regards,
Pierre-Yves

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

end of thread, other threads:[~2007-08-06 16:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-02 18:25 [Bluez-devel] OBEX OPP/FTP implementation in Bluez Udayan Singh
2007-08-02 18:38 ` Manuel Naranjo
2007-08-02 18:40   ` Udayan Singh
2007-08-02 18:56     ` Manuel Naranjo
2007-08-02 19:00       ` Udayan Singh
2007-08-02 19:17         ` Manuel Naranjo
2007-08-06 16:08       ` Pierre-Yves Paulus
2007-08-02 19:17 ` Collin R. Mulliner
2007-08-02 21:10 ` Bastien Nocera

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