毕设第二个版本。。用Tornado实现远程桌面
- Python 2.7
- [Tornado]
- autopy
- [Pillow]
Server to client
- String: Screen size, format
<width>x<height> - Binary: Screenshot, jpeg format
Client to Server
d<x>,<y>: Mouse downm<x>,<y>: Mouse moveu<x>,<y>: Mouse up
| Name | Name | Last commit date | ||
|---|---|---|---|---|
毕设第二个版本。。用Tornado实现远程桌面
Server to client
<width>x<height>Client to Server
d<x>,<y>: Mouse downm<x>,<y>: Mouse moveu<x>,<y>: Mouse up