From owner-freebsd-bluetooth@FreeBSD.ORG Mon Feb 6 18:27:22 2006 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 AD43E16A422 for ; Mon, 6 Feb 2006 18:27:22 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42A4543D45 for ; Mon, 6 Feb 2006 18:27:22 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from [192.168.1.254] (really [70.32.199.60]) by mta11.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060206182721.WGAT7811.mta11.adelphia.net@[192.168.1.254]>; Mon, 6 Feb 2006 13:27:21 -0500 Message-ID: <43E79500.9070208@savvis.net> Date: Mon, 06 Feb 2006 10:27:12 -0800 From: Maksim Yevmenkin User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: konstantin-mail@gmx.de References: <28105.1139225685@www072.gmx.net> In-Reply-To: <28105.1139225685@www072.gmx.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-bluetooth@freebsd.org Subject: Re: MultiSync, SyncML via Bluetooth (Mobile phone) 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: Mon, 06 Feb 2006 18:27:22 -0000 Konstantin, > I want to syncronisize my cell phone via Bluetooth. I've found MultiSync > with the SyncML plugin. I've read that I can do this with OBEX. > > If I type > obexapp -a 00:01:e3:ff:e9:ff -C IrMC > after pairing, I get a promt like this: > obex> > > But what should I do now? Is this approach totally wrong? obexapp is a standalone command line tool that allows you to use obex file transfer and obex object push profiles with bluetooth devices. it has nothing to do with multisync and/or syncml plugin. > Both the SyncML plugin and the sync manager of my phone asking for a URL, if > they act as a client. right, my guess they want to know how to locate syncml server. syncml can use various transports, i.e. it can run over obex, wsp and http. you could try to use bluetooth lan profile to connect your phone to your ip network and then run syncml over http. thanks, max