[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[coldsync-hackers] New snapshot: 2.2.0
I've uploaded a new ColdSync snapshot, version 2.2.0:
http://www.ooblick.com/software/coldsync/coldsync-2.2.0-20010730.tar.gz
The main difference between this snapshot and previous
versions is that "hardware" protocols (serial, usb) are separated from
"software" protocols (DLP+PADP+SLP, DLP+netsync, etc). You can specify
the "software" protocol either with a "protocol:" line in a listen{}
block, or with the "-P" command-line option. Valid protocols currently
include
"default" Whatever the "hardware" protocol wants
"full" DLP->PADP->SLP
"simple" DLP->netsync (without header)
"m50x" Synonym for "simple"
"net" DLP->netsync (with header)
Since this snapshot includes Koen Deforche's m50x patch, you
can still use
listen usb_m50x { ... }
This is (or should be) equivalent to
listen serial {
protocol: m50x;
}
The latter is the preferred version. I'd like to drop the "listen
usb_m50x{}" syntax by the next stable version.
It should also be possible to sync a m50* under FreeBSD with
listen usb {
protocol: m50x;
}
I'd like to thank Koen Deforche and Mike Durian for their
contributions.
Question for Koen: if I'm reading your code correctly, the
m50x protocol is exactly the same as the netsync protocol, except that
the first ritual packet doesn't have the header. Is this correct? If
so, this seems rather odd.
--
Andrew Arensburger This message *does* represent the
arensb@ooblick.com views of ooblick.com
Just *once* I'd like to meet an alien that wasn't immune to bullets.
This message was sent through the coldsync-hackers mailing list. To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body. For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.