With a few lines of code, we can share the PC's mouse/keyboard with the
BeagleBoard; please check out the tiny program which I wrote for this
purpose:
http://blog.fosstronics.com/code/rmouse.tgz
The idea is to read mouse "events" from /dev/input/eventN, send it to
the Beagle via the usb0 interface and "inject" the events into the
Beagle kernel via the "uinput" interface - it works well for me.
Are there easier ways to achieve the same effect? Any suggestions for
improvement?
Regards,
Pramode
------------
On Tue, Oct 21, 2008 at 3:19 PM, Pramode C.E <pra...@fosstronics.com> wrote:
>
> Are there easier ways to achieve the same effect? Any suggestions for
> improvement?
You did a nice hack :p
The Synergy[1] project is a really great project for doing just the
same thing. You can tell it "where your screens are" are move the
mouse from one screen to an other and the keyboard wil follows. It
also happens to works well under windows.
It is different to you program in that it works on a different level
as it sends X events using the xtest extention.
just like your implementation it needs a network connection
greetings
> The Synergy[1] project is a really great project for doing just the
> same thing. You can tell it "where your screens are" are move the
> mouse from one screen to an other and the keyboard wil follows. It
This seems to be a much better solution ... should try it out ... thanks
for the link!
Regards,
Pramode
------------
Depends. Synergy can do a lot more. I like your solution and downloaded it right away. It is more general and does not depend on X11, which is good in some situations.
regards,
Jakob