phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [phpGroupWare-developers] SyncML interface, code release 1


From: Guillaume Courtois
Subject: Re: [phpGroupWare-developers] SyncML interface, code release 1
Date: Wed, 18 Jul 2007 13:29:00 +0000

> * Grab gugux's code
>
> * Check if the input is wbxml if so convert it to xml (and back again on
> the way out)

WBXML is pretty easy in its principle. Each SyncML code is translated into its
binary representation, and same thing on the other way.

The problem is that there are different translation tables, depending on what
content must be translated, and there are special codes to say we must switch
from one conversion table to another.

And also, it's pretty hard to make tests because for example you send a
translated WBXML packet to a phone, it says "error" and that's it. To debug
this and find where the problem is, good luck ...





reply via email to

[Prev in Thread] Current Thread [Next in Thread]