Mobile Mouse Server for Linux
Screenshots
Description
An unofficial Mobile Mouse (http://www.mobilemouse.com) server for Linux (X11) which implements mouse, keyboard and application functionality. It also includes Avahi support for auto discovery. It also works with Free Mouse (the free version).
Categories
License
Features
- Install using Ubuntu Software Center
- ...or build from source
Update Notifications
User Ratings
User Reviews
-
Quick fix for getting the mouse to move: --- src/session.cpp_old 2012-11-22 11:01:06.228767997 -0600 +++ src/session.cpp 2012-11-22 08:48:59.748767997 -0600 @@ -240,7 +240,7 @@ /* mouse movements */ std::string xp, yp; - if (pcrecpp::RE("MOVE\x1e(-?\\d+)\x1e(-?\\d+)\x1e[10]\x04").FullMatch(packet, &xp, &yp)) + if (pcrecpp::RE("MOVE\x1e(-?[0-9.]+)\x1e(-?[0-9.]+)\x1e[10]\x04").FullMatch(packet, &xp, &yp)) { struct timeval currentMouseEvent; gettimeofday(¤tMouseEvent, 0x0);
-
Works fine using the latest .deb on 64 Bit, for 32 Bit you can download the source and follow the instructions in the readme. I did that, Making myself Root with sudo su before. BTW. there was no need to copy around conf files as specified in the Readme. Edit: Unfortunately I have to take back my recommendation. Both the 64 Bit and 32 Bit Version stopp working if I switch to another application on the iPad. When going back to mobile Mouse (light), the app fails to connect until I (!) restart the iPad. Same with an iPhone i tried. Makes the app unusable for me. Moreover at least the manually installed 32 Bit Version fails, if autostarted - cannot bind, address in use error. Works only if manually started. Maybe this could be fixes by autostarting with an conf located in my user account, but because of the above errors I didn't bother to try.
-
Where is 32bit version? Anyway there are couple of older 32 bit versions available but none of them works. Fails with the message mmserver[12274]: [192.168.2.100] disconnected (read failed: Resource temporarily unavailable) mmserver[12274]: [192.168.2.100] session ended
-
how do i install this on a 32bit system im getting an error Wrong architecture 'amd64'
-
I cannot connect to my server... mmserver[10157]: [192.168.100.126] connected mmserver[10157]: [192.168.100.126] disconnected (read failed: Resource temporarily unavailable) mmserver[10157]: [192.168.100.126] session ended
-
Cant install here either, received the following error: Error: Wrong architecture 'amd64', running Ubuntu 11.10, 32-bit.