syncml

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 <unknown> tags and a big chunk of binary within a <Collection> tag. I tried running the contents of the <Collection> through by itself but ...

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 return the data back to the client. Looking primarily to sync Contact data from our app with various mobile devices. ...

Fully functional SyncML compliant WBXML encoder-decoder ?

Is there any WBXML encoder-decoder available which is atleast fully compliant for SyncML 1.2 ? ...

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. ...

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.): <?xml version="1.0"?> <!DOCTYPE SyncML PUBLIC "-//SYNCML//DTD SyncML 1.2//EN" "http://www.openmobilealliance.org/tech/DTD/OMA-TS-SyncML_Re...

SyncML stack to new BMP

Hi All, Any one has any idea how to achieve this? Please share your thoughts. Thanks buzz ...

SyncML 1.2 DS Server Alert Notification

Hello, probably this is not the best place for this but I don't know where else to look for help. I'm trying to implement a service to start server initiated synchronizations by using SyncML 1.2 SAN specification but I'm having problems when sending, can't receive anything. Here is my encoding, in case you may detect a problem that I ca...

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, Android). Google returned information on OpenSync and SyncML, and I'd like to ask experts whether those projects are ready for showtime, and if...