Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dayitv89/mouse_control_by_iphone
Your mac mouse curser and left click, right click can handle by your iPhone screen touch
https://github.com/dayitv89/mouse_control_by_iphone
Last synced: 18 days ago
JSON representation
Your mac mouse curser and left click, right click can handle by your iPhone screen touch
- Host: GitHub
- URL: https://github.com/dayitv89/mouse_control_by_iphone
- Owner: dayitv89
- Created: 2015-09-02T23:25:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-02T23:35:31.000Z (over 9 years ago)
- Last Synced: 2023-03-24T08:42:29.035Z (almost 2 years ago)
- Language: Objective-C
- Size: 1.32 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mouse_control_by_Iphone
Your mac mouse curser and left click, right click can handle by your iPhone screen touchI'm using Node.js to run on mac osx and handle cursor actions. Currenlty I'm creating a webserver, I know prefer way is socket, but for testing purpose created simple http server. iPhone app handles single, double taps and pan gesture and sends that data to node.js server.
Voila my testing code is working fine.