gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Nokia IrLMP support (was gnokii and IrDA)


From: Pawel Kot
Subject: Re: Nokia IrLMP support (was gnokii and IrDA)
Date: Sat, 13 Apr 2002 17:53:38 +0200 (CEST)

Hi Jean,

On Fri, 12 Apr 2002, Jean Tourrilhes wrote:

> Pawel Kot wrote :
> > If anyone is interested in development of 6100 series infrared 
> > communication,
> > this link may be useful: http://homepage.mac.com/alvinmok/nokia/
> > In short: only the lowest part of the IrDA protocol was implemented in these
> > phones. There should be a chance to use Linux IrDA modules in gnokii then.
>
>       If I understand properly, it implements transfer on top of
> IrLMP, which mean most of it.

This it the way I understood it as well.

>       The Linux-IrDA stack already support IrLPT, which is IrCOMM
> 3-wire-raw over IrLPT, which looks like what those phones need. So,
> you may want to try to connect using /dev/irlpt0 and see what happens.

OK. I can try it.

>       Another question : are you guys using the standard OpenObex
> package for exchanging Obex or IrMC objects with the phones, or how
> are you doing it ?

Hmm... I'm neither author of this part of the core nor irda expert, so I
can tell you what I can read from the source. It is done using
IrDA sockets (AF_IRDA). The follwing code may tell you something:
                peer.sir_family = AF_IRDA;
                peer.sir_lsap_sel = LSAP_ANY;
                peer.sir_addr = daddr;
                strcpy(peer.sir_name, "Nokia:PhoNet");

> P.S. : And plenty of IrDA updates on my web pages, as usual :
>       http://www.hpl.hp.com/personal/Jean_Tourrilhes/IrDA/IrDA.html

I know this page :-)

pkot
-- 
mailto:address@hidden :: mailto:address@hidden
http://kt.linuxnews.pl/ :: Kernel Traffic po polsku




reply via email to

[Prev in Thread] Current Thread [Next in Thread]