jfishing / web-remote-desktop

毕设第二个版本。。用Tornado实现远程桌面

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Remote Desktop

毕设第二个版本。。用Tornado实现远程桌面

Dependency

  • Python 2.7
  • [Tornado]
  • autopy
  • [Pillow]

Protocol

Screenshot

Server to client

  • String: Screen size, format <width>x<height>
  • Binary: Screenshot, jpeg format

Mouse Control

Client to Server

  • d<x>,<y>: Mouse down
  • m<x>,<y>: Mouse move
  • u<x>,<y>: Mouse up

About

毕设第二个版本。。用Tornado实现远程桌面

License:GNU General Public License v2.0


Languages

Language:Python 60.0%Language:JavaScript 38.4%Language:CSS 1.6%