From: Armin B. <arm...@de...> - 2006-03-06 01:37:45
|
Stef Epardaud wrote: > Hello, > > I just noticed the front page of the opensync.org website advises > everyone to test the SyncML plugin. After fighting a bit with makefiles > in libsyncml in order to not get any HTTP support, I managed to compile > everything. I am really very exited about this release and thank all of > you very much for it, I can't wait to have sync support for my phone! > > But in the end I'm stuck: it looks as if only obex over USB or HTTP is > supported, but I need bluetooth in order to test. I've tried opening an > rfcomm connection to the SyncML Client channel on my phone and bind it > to /dev/rfcomm0, then attempting to use the BLUETOOTH transport of > libsyncml by giving it the path to the device, but that did not work. > It looks as if making the syncml plugin support the bluetooth libsyncml > transport is easy enough, but there doesn't seem to be the proper > support for bluetooth in libsyncml yet, or am I wrong ? > Do you have any release plan for bluetooth support so that I can test > this great plugin ? > Thanks. Hi Stef, adding bluetooth support to libsyncml is fairly trivial. The only thing that has to be done is to expose the configuration through the config if the obex transport and add the appropiate connection code (which can be copied from obexftp). After that, libsyncml can handle bluetooth. Adding support for irda would be the same procedure. Ill see if i get around to adding this the next days. I will drop a mail to the mailing list once it is finished. Armin |