Tagged Questions

The purpose of SyncML is to offer an open standard as a replacement for existing data synchronization solutions, which have mostly been somewhat vendor-, application- or operating system specific. SyncML is most commonly thought of as a method to synchronize contact and calendar information (personal information manager) between some type of handheld device and a computer (personal, or network-based service), such as between a mobile phone and a personal

learn more… | top users | synonyms

5
votes
1answer
390 views

SyncML with Android and PHP Web Service

I was just curious if anyone has used SyncML (Synchronization Markup Language) and if it's a good standard to use. We'd need it for synchronising information from a tablet device to a web server (via ...
4
votes
2answers
92 views

What are the difference between SyncML and CalDAV?

I wonder what are the difference between SyncML and CalDAV in terms of features, pros, and cons. I'm trying to determine which technology to use in order to synchronize events/calendars between a web ...
3
votes
3answers
2k views

Decoding a WBXML SyncML message from an S60 device

I'm trying to decode a WBXML encoded SyncML message from a Nokia N95. My first attempt was to use the python pywbxml module which wraps calls to libwbxml. Decoding the message with this gave a lot of ...
2
votes
1answer
809 views

Fully functional SyncML compliant WBXML encoder-decoder?

Is there any WBXML encoder-decoder available which is atleast fully compliant for SyncML 1.2 ?
1
vote
0answers
36 views

SyncML bug with my custom server for the Replace command to the client

I develop a syncml server and I do not synchronize from the server to the client (nokia e71) for modified contacts. All the rest works except when I make a command replace towards the client for an ...
1
vote
1answer
190 views

rsync vs SyncML (Funambol)

I would like some idea about how rsync compares to SyncML/Funambol, especially when it comes to bandwidth, sync over unstable network and multiple clients to one server. This is to sync several ...
1
vote
1answer
411 views

syncml status 415 for devinf

I'm getting 415 status from N95 client for sending server devinf. I tried many things but no success. Here is server response (generated by me, I'm writing my own implementation of syncml server.): ...
1
vote
3answers
1k views

Looking for a pure Python library for the SyncML protocol

I'm looking for an open source, pure Python library that supports the SyncML protocol, at least enough to implement a SyncML client.
1
vote
2answers
530 views

Are there any SyncML server components that work in .NET?

Basically we'd want to create a SyncML server that we can hookup to our own custom data source, all the component would do is listen for client connections and notify and request data from our code ...
0
votes
0answers
5 views

Error when trying to open the syncml web site

When I try to open the address http://www.syncml.org then I received this message : Bad Request (Invalid Hostname). My computer runs Windows XP Service Pack 3. So why this error ?
0
votes
1answer
20 views

Where can I download the jar file for the datasync API?

I want to use javax.microedition.datasync in my MIDlet application to synchronize data of my mobile phone with a computer. The problem is that I don't know where to find the library used by the ...
0
votes
0answers
41 views

How to sync contatct using Tsync which use SyncMl protocol

I want to sync my contact with server which uses the SyncMl Protocol. I tried to use plugin form site http://www.topologilinux.com/syncml/index.php?menu=1 after downloading i tired to use in the ...
0
votes
1answer
61 views

Syncml Client for iPhone

I need Syncml client for iPhone which could be an opensource. Any download Links accessible to Syncml client would be helpful for me.. Thanks in advance.
0
votes
0answers
102 views

Difference between SyncML 1.2 and 1.2.1

I looked into the spec for SyncML 1.2 and SyncML 1.2.1 and tried searching online for the difference between these two version and couldn't find any. In the 1.2.1 spec, It is mentioned that the ...
0
votes
1answer
282 views

SyncML (sync or update?)

I'm faced with another dilemma, with regards to synchronizing (or updating?) data across to the server, from a mobile device (using Android). I've looked into SyncML as the standard for doing this, ...
0
votes
0answers
108 views

synchronization to my mobile contacts by phpsyncml script?

I am trying to synchronize my mobile contacts with in my website with phpsyncml trying do it more time but allows show "invalid host address" error please help to test this script with my website ...
0
votes
1answer
52 views

Hardware-neutral library to sync with smartphones?

I'd like to know what the status is to sync data (eg. SQLite, etc.) from Windows with smartphones. Ideally, the same tool should support the main smartphones (iPhone, BlackBerry, Windows Mobile, ...