From: Armin B. <arm...@de...> - 2005-09-01 15:46:11
|
Zach Bean wrote: > Norm Dressler wrote: > >> Well, I'm having enough grief with getting any good syncronization >> working that I'm thinking of investigating whether I should write an >> Obex based plugin. This would work over bluetooth and presumably with >> any Nokia Symbian phone. >> >> Would this be needed by others or should I really look at sticking >> with SyncML and help with the Sunbird/Mozilla plugin? The SyncML >> plugin assumes you have a TCP/IP connection to your system -- but I >> know my phone can also do SyncML over Bluetooth directly. I don't >> think that is supported right now right? > > > Doesn't libsyncml have support for OBEX as a transport? I know > 'configure' always tells me it's disabled for my system (I've never > tried to get it Enabled because my phone doesn't support it (to my > knowledge)). If so, I'd think it would be good to start by adding > support for that to the SyncML plugin. > Not directly. I just wrote the configure checks for openobex. The real code for obex is not yet implemented. Right now my roadmap for the syncml part is like this: - implement ds server over http (i can test this with a phone here) - implement obex transport - implement ds client (testing against the server) > Just throwing in my opinion :o) > > Zach > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users |