Code Monkey home page Code Monkey logo

trackpad's Introduction

Use your Iphone or Android as a trackpad for your Mac/PC. Make your smartphone smarter.

Implementation Logic: Phone client:

  1. When phone client starts, listen to UDP port.
  2. When accept UDP, save server IP to server list.
  3. Clean not active server ip. If can not receive udp from the server for a long time, we define it inactive. This is to make sure connect to valid server.
  4. When user select Server IP from list, or program gets first UDP IP, connect to the server. Of course the previous connection will disconnect. If you would like to control multiple computers using one phone, you can do it with little modification.

PC/Mac client:

  1. When program starts, broadcast UDP to intranet every some time, at the same time setup TCP listener.
  2. Accept any TCP request. This means, you can use more than one phone to control your computer at same time.
  3. Use menu bar to start or stop pc client.

use your iphone or android as a trackpad for your mac/pc. make your smartphone smarter

trackpad's People

Contributors

zhijie avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.