Share PC's mouse with the BeagleBoard!

Hello,

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

Hello Pramode

Are there easier ways to achieve the same effect? Any suggestions for
improvement?

You did a nice hack :stuck_out_tongue:

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

[1] http://synergy2.sourceforge.net/

> Are there easier ways to achieve the same effect? Any suggestions for
> improvement?
You did a nice hack :stuck_out_tongue:

Thank you!

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