Re: Is it possible to do X forwarding over bluetooth?

2010-09-13 Thread Timo Juhani Lindfors
Han writes: > btw, I can write program to create socket directly over bluetooth > without using PAN. X clients can talk to tcp port or unix socket. You can use the socat program to forward either of those to the stdin of your program. ___ xorg@lists.fr

Re: Is it possible to do X forwarding over bluetooth?

2010-09-13 Thread Alan Coopersmith
Han wrote: > Hi, > > I wanted to do X forwarding over bluetooth connection. I tried with > using SSH X forwarding over bluetooth PAN. It worked but it's slow > and complex to setup. I am wondering: does X forwarding require IP > network address? Is it possible to do X forwarding directly over >

Re: Is it possible to do X forwarding over bluetooth?

2010-09-15 Thread Han
On Mon, Sep 13, 2010 at 9:35 PM, Timo Juhani Lindfors wrote: > Han writes: >> btw, I can write program to create socket directly over bluetooth >> without using PAN. > > X clients can talk to tcp port or unix socket. You can use the socat > program to forward either of those to the stdin of your

Re: Is it possible to do X forwarding over bluetooth?

2010-09-15 Thread Timo Juhani Lindfors
Han writes: > How does X client talk to unix socket? Any function names so I can > search? I have not used xlib for a while. IIRC calling XOpenDisplay(":0") tries to use /tmp/.X11-unix/X0 if possible. ___ xorg@lists.freedesktop.org: X.Org support Archi

Re: Is it possible to do X forwarding over bluetooth?

2010-09-16 Thread Alan Coopersmith
On 09/16/10 06:43 AM, Han wrote: On Mon, Sep 13, 2010 at 9:35 PM, Timo Juhani Lindfors wrote: Han writes: btw, I can write program to create socket directly over bluetooth without using PAN. X clients can talk to tcp port or unix socket. You can use the socat program to forward either of t