Where you want to be able to control your Linux Computer, and Wifi is not an option. This is something I wrote, because nothing else on the market seemed to work.
https://play.google.com/store/apps/details?id=co.za.thatguy.blink
Follow the instructions to get the server on it's dedicated GitHub page: https://github.com/drpain/blink-server
And enjoy!
- Bug Fix: When you would drag the mouse and stop, it would from time to time right click. Which may be annoying.
- Mouse speed slider (mouse movement speed)
- Click sensitivity slider (How fast / slow for a tap to register a click)
- A double click is now 2 rapid click after each other
- Right Click sensitivity slider (How long to hold the tap to right click)
- UI Tweaks
- Cordova update to latest (Security Precaution)
Swipe Area Changes | Added Application Settings |
---|---|
Relies on the following cordova plugin (No consern to installers)
# Adding plugins
cordova plugin add com.manueldeveloper.volume-buttons
cordova plugin add cordova-plugin-bluetooth-serial
# Creating project directory
cordova create <project> co.za.thatguy.<project> <project>
# Add Android
cordova platform add android
# Releases
cordova build android
cordova build android --debug # Debug Mode
cordova build android --release # Release