GithubHelp home page GithubHelp logo

wsyzxcn / androidshare Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 3.4 MB

A demo app of tornado, shares android device screen to web page.

Python 9.95% Makefile 11.84% Shell 2.16% JavaScript 2.30% HTML 1.50% C++ 71.11% C 1.13%

androidshare's Introduction

Inroduction

This Project use minicap and tornador implements an android screenshare web app. tornador is a excellent python library with async io feature, kind of like nodejs. It can be used as a stand alone web server or as an async io library. This project used it in both way. Server side: An web server implemented with tornador, it read image uploaded from device, and deliver the same image to web page. The connection between server and device is an tcp connection, while the connection between web page and server is websocket and normal http.

Client side: include two participant: web page user intende to view device screen, and local device screen capture program run on a computer which is connecting to an android device. web page is an simple html page, include some js code to trigger an websocket connection. local side is implemented with tornador and minicap library. minicap is also an open source library for android testing, it can get screencap from android with a relativly high speed, up to 10+ per second.

androidshare's People

Watchers

staky 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.