|
From: Simon So <ss...@cs...> - 2002-05-14 05:33:18
|
Hi Julia SyncML is a mobile device data sync protocol, formatting data into XML doc and transported over either http, wsp or obex (infrared/bluetooth). You can use libraries like sync4j or ksync (from enhydra, yet another syncml implementation) to format/interpret your data. As far as transporting over the serial port, it's not mandated by the syncml protocol. You may write your own transport layer. Best, Simon > I've been working on a java interface to deal with my cell phones > Phonebook database (http://jStarTalk.MageNet.com) And I'm a little > confused about what SyncML is. Could I simplify my adventures > (currently I'm reverse engineering the data that goes across the serial > port) by using SyncML? > > Any hints would be appreciated. > > Julia |