From owner-freebsd-bluetooth@FreeBSD.ORG Wed Jul 13 20:07:57 2005 Return-Path: X-Original-To: freebsd-bluetooth@freebsd.org Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2051E16A41C for ; Wed, 13 Jul 2005 20:07:57 +0000 (GMT) (envelope-from Maksim.Yevmenkin@savvis.net) Received: from mailgate1b.savvis.net (mailgate1b.savvis.net [216.91.182.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id A77CD43D48 for ; Wed, 13 Jul 2005 20:07:56 +0000 (GMT) (envelope-from Maksim.Yevmenkin@savvis.net) Received: from localhost (localhost.localdomain [127.0.0.1]) by mailgate1b.savvis.net (Postfix) with ESMTP id D8C5C3BEBE; Wed, 13 Jul 2005 15:07:55 -0500 (CDT) Received: from mailgate1b.savvis.net ([127.0.0.1]) by localhost (mailgate1b.savvis.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31049-01-10; Wed, 13 Jul 2005 15:07:55 -0500 (CDT) Received: from out001.email.savvis.net (out001.apptix.savvis.net [216.91.32.44]) by mailgate1b.savvis.net (Postfix) with ESMTP id AE2893BE51; Wed, 13 Jul 2005 15:07:55 -0500 (CDT) Received: from s228130hz1ew031.apptix-01.savvis.net ([10.146.4.28]) by out001.email.savvis.net with Microsoft SMTPSVC(6.0.3790.211); Wed, 13 Jul 2005 15:07:54 -0500 Received: from [10.254.186.111] ([64.14.1.106]) by s228130hz1ew031.apptix-01.savvis.net with Microsoft SMTPSVC(6.0.3790.211); Wed, 13 Jul 2005 15:07:51 -0500 Message-ID: <42D57496.2050102@savvis.net> Date: Wed, 13 Jul 2005 13:07:50 -0700 From: Maksim Yevmenkin User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eric Anderson References: <42D558B3.1060603@centtech.com> <42D55B3D.50605@savvis.net> <42D55D5D.8030604@centtech.com> In-Reply-To: <42D55D5D.8030604@centtech.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 13 Jul 2005 20:07:51.0569 (UTC) FILETIME=[8C481810:01C587E6] X-Virus-Scanned: amavisd-new at savvis.net Cc: freebsd-bluetooth@freebsd.org Subject: Re: Palm sync over bluetooth? X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jul 2005 20:07:57 -0000 Eric, >>> Does anyone have a cookbook, or howto on this? I think I'm missing a >>> piece somewhere.. >> >> depends on what do you mean by "sync" :) intelligent sync, i.e >> something like syncml etc. is not supported at the moment. its not >> really a bluetooth fault, its just no one wrote a tool (or at least i >> do not know of any) that properly does syncml over obex over bluetooth >> (or whatever palm supports). i'd like to add syncml support to >> obexapp(1), but not have much free time at the moment. >> >> it should be possible to transfer files/etc. from/to palm using obex >> with obexapp(1) from ports (comms/obexapp). > > :) ok, I'll try to state more clearly.. > > I'd like to get my palm t5 to sync (using the 'hotsync' in the palm) > over bluetooth, instead of serial cable, or even usb, using jpilot (or > pilot-xfer which jpilot uses I believe). pilot-xfer can use a serial > port (/dev/something) or network (net:any for ip). > > I was thinking that since my palm supports syncing over bluetooth (uses > it like a serial port), I should be able to make my FreeBSD box connect > the bluetooth to a pseudo tty device, which I could then have pilot-xfer > use. Does this seem reasonable? man rfcomm_sppd(1) thanks, max