views:

331

answers:

2

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.

A: 

SyncML.NET is at SourceForge, but I've personally never tried it.

scott
That's a SyncML client, what we're looking for is a SyncML server component that we can integrate into our application
Davy8
A: 

You can try Compelson SyncML server from Compelson labs. It has an SDK for custom Storage. By default it ships with SqlServer data store for sync clients. The SDK also has a sample project which uses File System as data store for sync clients.

Chk this link: http://www.mobiledit.com/downloads.asp?show=syncml_developers

this. __curious_geek