Skip to content

Gerhut/web-remote-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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实现远程桌面

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published