Thomas Stibor wrote :
> Can somebody explain me, whats happend if 3(say A,B,C) IrDA Devices has
> discovered
> and all have set the Hint-BITS IrOBEX + 2 (A and B) of them have started
> the
> openobex-apps (irxfer) in listen modus. Ir-Devices C start to transfer a
> file with ./irxfer file_sigma.

        Simple : with the IrDA address/nickname.

        The proper API of the OpenObex library is :
gint OBEX_TransportConnect(obex_t *self, struct sockaddr *saddr, int addlen);
        So, the Obex application could invoke OpenObex specifying an
IrDA address. And this application could get the IrDA address by
looking in the IrDA discovery log (/proc/net/irda/discovery).

        Now, the irxfer application may not implement this feature of
OpenObex (bug !). I believe that in this case it will pick the first
device in the IrDA discovery log (which is usually the newest device).

        Jean
_______________________________________________
Linux-IrDA mailing list  -  [EMAIL PROTECTED]
http://www.pasta.cs.UiT.No/mailman/listinfo/linux-irda

Reply via email to