From: <nhd...@gm...> - 2006-02-20 20:13:24
|
Hi Armin, I'm trying to follow the your suggestion but I'm having troubles to understand the libsyncml architecture. I would like you give me some information about the libsyncml architecture= . Thanks, -- =C1drian L=EDvio nhd...@gm... Trainee in the Nokia Technology Institute - INdT - www.indt.org Electrical Engeneering student in the Federal University of Campina Grande - UFCG - www.ufcg.edu.br Centre of Electrical Engeneering and Informatics - CEEI Academic Unit of Electrical Engeneering - UAEE - www.ee.ufcg.edu.br Laboratory of Embedded Systems and Pervasive Computing - www.embeddedacademy.org On 2/3/06, Armin Bauer <arm...@de...> wrote: > > > > =C1drian L=EDvio wrote: > > Hi Armin, Hi All, > > > > My objective is to make a synchronization between an mobile phone (my > > target device is a 6680) using the syncml plugin and libsyncml over > > bluetooth. > > sounds like a good goal. i have a 6680 as well so i will be able to help > with the debugging. > > > > > I need information about the libsyncml architecture and what has to b= e > > done. Which points I need to implement to make the syncronization work > > using the obex over bluetooth transport? > > my suggestion would be: > > - apply the patches from martin schulze. he already has fixed some > issues of the library (i was not yet able to try them myself though). > - use the syncml-http-server.c code from tools/ to create a new > syncml-obex-client.c tool. In this tool change the transport from > http-server to obex-client. > - then test the obex connection from this tool (only the obex layer) > - as soon as this works, test the syncml session by adding hardcoded > syncml commands to the session directly and looking at the response. > - if this works, try the smlDsServer > > the main points which probably dont work right now: sync alerts for > non-1.2 devices, mapping commands of a sync session and parts of the > smlManager (Martin already fixed parts of this) > > i will join in the development again as soon as my exams are over. > Thanks for all your help! > > Armin > > |