From: Chris F. <cd...@fo...> - 2009-05-13 22:51:40
|
On Wed, May 13, 2009 at 02:22:51PM +0200, Patryk Cisek wrote: > Can I somehow make proper character mappings for syncml plugin? > > Is there some kind very verbose (diagnostic) mode for multisync? Or maybe I > can use some USB sniffer? What USB sniffer do OpenSync Devs use for > debugging? I don't know the answer to your charset question, but if you are interested in USB sniffing, this document may be useful as general information: http://repo.or.cz/w/barry.git?a=blob;f=doc/USB-capture.txt;h=3e39632bd92b7d51106ddd3e9ab5caad37a87e27;hb=e3324779769a01894f86d9c16f55c82f9493dda8 See also usbmon: http://www.mjmwired.net/kernel/Documentation/usb/usbmon.txt Opensync also supports very verbose logging of its internal behaviour if you set the following environment variables; export OSYNC_TRACE=/path/to/some/empty/directory export OSYNC_NOPRIVACY=1 These logs don't go to the USB level though. But you may be able to see the flow of data through the plugins and engine, and see where the charset problem occurs. I'd start here. - Chris |